@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #FFF;
	background-repeat: repeat-x;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	margin-right: 0px;
	margin-bottom: 0px;
}
.direccion {
	padding: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #89a5d6;
	color: #FFF;
}
.footer {
	background-color: #2e62cf;
}

h1 {
	color: #2e62cf;
	margin-bottom: 0px;
	padding-bottom: 3px;
	font-size: 12px;
	font-weight: bold;
}
h2 {
	color: #F60;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 25px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
}
.back_gris {
	background-color: #efefef;
}
.back_interior {
	background-color: #f4f4f4;
	padding: 5px;
}

.borde_imagen {
	border: 2px solid #c8d8f9;
}
.celda_1 {
	color: #FFF;
	background-color: #2e62cf;
}


.link_gris {
	color: #666;
	text-decoration: none;
}
.txt_azul {
	color: #06C;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
}
.back_footer {
	background-repeat: no-repeat;
	background-position: right top;
}
.link_gris:hover {
	color: #2e62cf;
	text-decoration: none;
}
.link_celeste {
	color: #0066cc;
	text-decoration: none;
}
.back_top {
	background-image: url(images/back_top.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.link_celeste:hover {
	color: #666 ;
	text-decoration: none;
}
.back_aviso {
	border: 1px solid #c8e2f6;
	background-color: #FFF;
}
.borde {
	border: 1px solid #c8d8f9;
	background-color: #FFF;
	padding: 5px;
}
.link_corobori {
	font-weight: normal;
	color: #FFF;
	font-family: Tahoma;
	font-size: 9px;
	text-decoration: none;
}
.link_corobori:hover {
	font-weight: normal;
	color: #F60;
	font-family: Tahoma;
	font-size: 9px;
	text-decoration: none;
}
.bot1 {
	border: 0 0 0 0;
	text-align: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	vertical-align: middle;
    }
.bot1 a{
	background-image:url(images/back_btn_off.jpg);
	height:24px;
	width:100px;
	background-position: left top;
	display: block;
	color: #FFF;
	text-decoration: none;
	background-repeat: no-repeat;
	vertical-align: middle;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
    }
    .bot1 a:hover{
	background-image:url(images/back_btn_on.jpg);
    }
.back_detalle_aviso {
	background-color: #e5f3fc;
}

.bot1 a:focus{
    background-image:url(bg_menu_3.jpg);
}
.bot_seleccionado{
	background-image:url(images/back_btn_on.jpg);
	height:25px;
	width:100px;
	background-position: left top;
	display: block;
	color: #FFF;
	text-decoration: none;
	background-repeat: no-repeat;
	vertical-align: middle;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-top: 9px;
    }
.margen {
	padding: 5px;
	background-color: #FFF;
}

.txt_bienvenida {
	padding: 8px;
}
.back_seleccionado {
	background-color: #f4f4f4;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.back_gris_llegada {
	background-color: #f8f5f3;
}
.celda_2 {
	color: #FFF;
	background-color: #F60;
}
.celda_3 {
	color: #333;
	background-color: #CCC;
}
.texto_blanco 
{
   	font-weight: normal;
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: none;
}

ul.slideshow {
	list-style:none;
	width:460px;
	height:250px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
	
}	

ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
}

ul.slideshow li.show {
	z-index:500;	
}

ul img {
	border:none;	
}


#slideshow-caption {
	width:460px;
	height:70px;
	position:absolute;
	bottom:0;
	left:0;	
	color:#fff;
	background:#000;
	z-index:500;
}

#slideshow-caption .slideshow-caption-container {
	padding:5px 10px;		
	z-index:1000;
}

#slideshow-caption h3 {
	margin:0;
	padding:0;	
	font-size:14px;
}

#slideshow-caption p {
	margin:5px 0 0 0;
	padding:0;
}


