@charset "utf-8";
/* CSS Document */

#header {
	background-image: url(images/top_header.jpg);
	background-repeat: repeat-x;
	position: relative;
	background-color: #FFFFFF;
	margin: 20px 0 0;
}
#header img{margin:10px;}
#box {
	background-image: url(images/box_bg.jpg);
	background-repeat: repeat-x;
	height: 143px;
	position: relative;
	vertical-align: baseline;
	text-align: center;
}
#footer {
	height: 35px;
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background-image: url(images/box_bg.jpg);
	background-repeat: repeat-x;
}
#content .derecha {
	float: right;
	width: 46.5%;
	padding-right: 20px;
	margin-top:5px;
	margin-bottom: 10px;

}
#content .izquierda {
	float: left;
	width: 47%;
	padding-left: 20px;
	margin-top:5px;
	margin-bottom: 10px;

}
#content .caja h2 {
	display: block;
	margin: 0;
	padding: 2px 15px;
	background-image: url(images/h2_bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 20px;
	text-transform: capitalize;
	color: #3F5261;
}
html, body {
	margin:0;
	padding:0;
	height:100%;
	font-family:arial, sans-serif;
	font-size:11px;
	color:#666;
	background-color: #112D5C;
	background-image:url(images/big-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
#header #links a {
	font-family: "Trebuchet ms";
	font-size: 12px;
	font-style: italic;
	text-decoration: none;
	color: #8b898a;
	font-weight: bold;
	text-transform: uppercase;
}
#header #links {
	color: #8b898a;
	position: absolute;
	top: 34px;
	font-size: 24px;
	right: 10px;
	z-index: 1000;
}
.msg_izquierda {
	background-image: url(images/msg_left.jpg);
	background-repeat: no-repeat;
	height: 53px;
	width: 5px;
}
.msg {
	background-image: url(images/msg_bg.jpg);
	background-repeat: repeat-x;
	height: 53px;
	color: #333333;
}
.msg_derecha {
	background-image: url(images/msg_right.jpg);
	background-repeat: repeat-x;
	background-position: top right;
	height: 53px;
	width: 4px;
}
#content {
	padding-bottom:35px;
}
.caja .cajita {
	background-image: url(images/h2_bg_left.jpg);
	background-repeat: no-repeat;
	background-position: left;
	float: left;
	height: 24px;
	width: 3px;
	border:none;
}
#content .caja {
	background-image: url(images/caja_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color:#f9f9f9;
}
#content table {
}
#box img {
	padding: 9px 0 0 0;
}
#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:750px;
	background:#ffffff;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}
.headerMessage {
	position:absolute;
	width:40%;
	color:#fff;
	text-align: left;
	padding: 15px;
}
#showcase {
	position:absolute;
	width:40%;
	color:#fff;
	text-align: left;
	padding: 15px;
	right:0;
	top:-73px;
}
span.uno {
	font-size:14px;
	font-style:italic;
	font-weight:bold;
}
span.dos {
	font-size:24px;
	font-style:italic;
	font-weight:bold;
}
#content .caja ul {
	list-style-type: square;
	padding: 0 0 0 20px;
}
#content .caja strong { 
}
#container #content .caja h4 {
	margin-left: 15px;
	color: #081C61;
}
.completo{
	width:99%;
	margin:0 auto;
}
.texto{
	display: block;
	border: 1px solid #9DACBF;
	margin: 0;
	color: #606060;
	padding: 4px 15px;
}
#container #content .izquierda .caja .texto a {
	text-decoration: none;
	color: #3F5261;
}
#ulquestions { list-style: url(images/flecha.gif) inside;}
#slider {
	margin: 0 20px;
	width:700px;
}
.sliderBar{ 
}
.slidePager, #prev, #next{
	color:white;
	height: 40px;
	padding:0;
}
.slidePager{padding:10px;}
.navLeft:hover, .navRight:hover, .navCenter:hover, #prev:hover, #next:hover{cursor:pointer;}
.activeSlide .navCenter{ padding:10px;background:url(images/slider_active.png) repeat-x top center; font-weight:bold;}
.activeSlide .navLeft{ padding:10px 0 10px 2px; background:url(images/slider_active_left.png) no-repeat top left; font-weight:bold;}
.activeSlide .navRight{ padding:10px 2px; background:url(images/slider_active_right.png) no-repeat top right; font-weight:bold;}
.activeSlide{font-weight:bold;}

.SliderContainer {
	color: #FFFFFF;
	background: url(images/fondo_slider.jpg);
	height: 24px;
	padding:10px 0 0;
	width:700px;
	margin:0 20px;
	text-align:center;
}
.texto .float {
	float: left;
	margin: 10px;
}
