html
{
	height: 100%;
	margin: 0;
	padding: 0;
}
body
{
	min-width: 961px;
	height: 100%;
	min-height: 300px;
	margin: 0;
	padding: 0;
	background-image: url(../images/bg_repeat.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #666;
	position: relative;
}
ul, li, form, h1, h2, h3, h4, h5, h6, p
{
	margin: 0;
}
h1, h2, h3, h4, h5, h6
{
	color: #004380;
}

h2
{
	font-size: 220%;
	padding: 30px 0 10px;
	clear: both;
}

h3
{
	font-size: 100%;
	padding: 0 0 15px 0;
	clear: both;
}

ul
{
	list-style: none;
	padding: 0;
}
a
{
	text-decoration: none;
	font-weight: bold;
	color: #004380;
}

p
{
	margin: 10px 0;
	line-height: 1.1;
}

#main
{
	min-height: 100%;
	margin: 0 auto;
	position: relative;
}
#header
{
	width: 961px;
	height: 110px;
	position: relative;
	margin: 0 auto;
}
#header>.title
{
	position: relative;
}
#header > .title > h1 > a > .name
{
	display: block;
	width: 123px;
	height: 56px;
	background-image: url(../images/logo_top.jpg);
	text-indent: -99999px;
	overflow: hidden;
}
/*FIXME*/
#header > .title > h1 > a >.slogan
{
	display: none;
}
#menu
{
	position: absolute;
	right: 0;
	top: 13px;
}
#menu li
{
	float: left;
}
#menu li a
{
	display: block;
	color: #FFFFFF;
	font-size: 85%;
	padding: 0.75em 0;
	line-height: 1em;
}
#menu li a:hover
{
	color: #B0CFE6;
}
#menu .separator
{
	width: 0;
	height: 2.5em;
	border-left: 1px solid #000000;
	border-right: 1px solid #004380;
	margin: 0 10px;
	text-indent: -99999px;
}
#content
{
	width: 961px;
	margin: 0 auto;
	border-left: 1px solid #FFFFFF;
	padding-bottom: 112px;
}
#content > .header
{
	width: 100%;
	height: 20px;
	background-image: url(../images/content_header.jpg);
	position: relative;
	left: -1px;
	padding-right: 1px;
}
#content > .content
{
	width: 878px;
	border-left: 1px solid #B3B3B3;
	border-right: 1px solid #B3B3B3;
	background-color: #FFFFFF;
	padding: 1px 40px;
}
#content > .footer
{
	width: 100%;
	height: 20px;
	background-image: url(../images/content_footer.jpg);
	position: relative;
	left: -1px;
	padding-right: 1px;
	clear: both;
}
#pathway
{
	width: 550px;
	overflow: hidden;
	font-size: 90%;
	padding: 0 15px 0 0;
}
#pathway > li
{
	float: left;
}
#pathway > .separator
{
	width: 8px;
	height: 11px;
	text-indent: -99999px;
	overflow: hidden;
	margin: 1px 7px 0;
	background-image: url(../images/pathway_separator.jpg);
}
#pathway a
{
	color: #000000;
}
#pathway a:hover
{
	color: #004380;
}
#footer
{
	width: 100%;
	height: 112px;
	background-image: url(../images/footer_repeat.jpg);
	background-repeat: repeat-x;
	position: absolute;
	left: 0;
	bottom: 0;
	overflow: hidden;
}

#footer .wrapper
{
	width: 961px;
	margin: 0 auto;
}

#footer .logo
{
	width: 183px;
	height: 82px;
	float: left;
	margin-top: 15px;
	margin-right: 10px;
	background-image: url(../images/logo_bottom.jpg);
}

#footer ul
{
	float: right;
	margin-top: 35px;
}

#footer ul li
{
	height: 2.5em;
	float: left;
}

#footer ul .separator
{
	width: 0;
	height: 2.5em;
	margin: 0 10px;
	border-left: 1px solid #999;
	border-right: 1px solid white;
	text-indent: -99999px;
	overflow: hidden;
}

#footer ul li a
{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 90%;
	color: #004380;
	line-height: 2.5em;
}

#footer ul li a:hover
{
	color: black;
}

#footer .copy
{
	width: 230px;
	display: block;
	float: left;
	text-align: center;
	font-size: 80%;
	font-weight: bold;
	text-align: right;
	margin-left: 50px;
	margin-top: 10px;
}

#footer span.separator
{
	display: block;
	float: left;
	width: 30px;
	text-align: center;
	margin-top: 8px;
}

#footer .privacidad
{
	width: 300px;
	display: block;
	float: left;
	text-align: left;
	font-size: 80%;
	font-weight: bold;
	margin-top: 10px;
}

.clear
{
	clear: both;
}



.bluebox > .header
{
	height: 35px;
	margin: 0 19px -6px 14px;
	position: relative;
	text-align: center;
}

.bluebox > .header > .header
{
	width: 14px;
	height: 35px;
	background-image: url(../images/box_header_left.jpg);
	position: absolute;
	left: -14px;
	top: 0;
}

.bluebox > .header > .content
{
	height: 35px;
	background-image: url(../images/box_header_repeat.jpg);
	line-height: 30px;
}

.bluebox > .header > .content > h3
{
	color: white;
	text-shadow: black -1px -1px 0;
}

.bluebox > .header > .footer
{
	width: 19px;
	height: 35px;
	background-image: url(../images/box_header_right.jpg);
	position: absolute;
	right: -19px;
	top: 0;
}

.bluebox > .content .content_extra_0
{
	margin-left: 1px;
	border-left: 1px solid #003E76;
	padding-right: 7px;
	background-image: url(../images/box_right_repeat.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

.bluebox > .footer
{
	height: 21px;
	margin: 0 19px 0 15px;
	position: relative;
	text-align: center;
	top: -1px;
}

.bluebox > .footer > .header
{
	width: 15px;
	height: 21px;
	background-image: url(../images/box_footer_left.jpg);
	position: absolute;
	left: -15px;
	top: 0;
}

.bluebox > .footer > .content
{
	height: 21px;
	background-image: url(../images/box_footer_repeat.jpg);
	line-height: 30px;
}

.bluebox > .footer > .footer
{
	width: 19px;
	height: 21px;
	background-image: url(../images/box_footer_right.jpg);
	position: absolute;
	right: -19px;
	top: 0;
}

.casm_button
{
	display: block;
	height: 38px;
	float: left;
	margin: 10px 36px 20px 11px;
	position: relative;
	line-height: 38px;
}

.casm_button a
{
	display: block;
	color: white;
	padding: 0 42px 0 16px;
	margin: 0 -42px 0 -16px;
	position: relative;
	z-index: 1;
}

.casm_button > .content
{
	height: 100%;
	padding: 0 5px;
	background-image: url(../images/button_repeat.jpg);
}

.casm_button > .header
{
	width: 11px;
	height: 100%;
	background-image:url(../images/button_header.jpg);
	position: absolute;
	left: -11px;
	top: 0;
}

.casm_button > .footer
{
	width: 36px;
	height: 100%;
	background-image:url(../images/button_footer.jpg);
	position: absolute;
	right: -36px;
	top: 0;
}

.casm_button.over > .content,
.casm_button.over > .header,
.casm_button.over > .footer
{
	background-position: left bottom;
}

.casm_button.back
{
	margin: 10px 16px 20px 32px;
}

.casm_button.back a
{
	padding: 0 16px 0 42px;
	margin: 0 -16px 0 -42px;
}

.casm_button.back > .header
{
	width: 32px;
	background-image:url(../images/button_header_back.jpg);
	left: -32px;
}

.casm_button.back > .footer
{
	width: 16px;
	background-image:url(../images/button_footer_back.jpg);
	right: -16px;
}

.casm_button_small
{
	display: block;
	height: 27px;
	float: left;
	margin: 10px 11px 5px 11px;
	position: relative;
	line-height: 27px;
	padding: 0 5px;
	background-image: url(../images/button_small_repeat.jpg);
	color: white;
	font-size: 80%;
}

.casm_button_small a
{
	display: block;
	color: white;
	padding: 0 32px 0 16px;
	margin: 0 -32px 0 -16px;
	position: relative;
	z-index: 1;
}

.casm_button_small > .header
{
	width: 11px;
	height: 100%;
	background-image:url(../images/button_small_header.jpg);
	position: absolute;
	left: -11px;
	top: 0;
}

.casm_button_small > .footer
{
	width: 11px;
	height: 100%;
	background-image:url(../images/button_small_footer.jpg);
	position: absolute;
	right: -11px;
	top: 0;
}

.casm_button_small.over,
.casm_button_small.over > .header,
.casm_button_small.over > .footer
{
	background-position: left bottom;
}
