

.centrado{
	margin-right:auto;
	margin-left:auto;
	width:795px;
	background-color: #FFFFFF;
	height: 100%;
}

.centradoHome{
	margin-right:auto;
	margin-left:auto;
	width:795px;
	height:100%; 
	background-color: #FFFFFF;
}


body {
	font-family: "Trebuchet MS", Geneva, Arial;
	font-size: 12px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	background-color: #CECFC9;
	border:0px;
	line-height: 150%;
	height:100%; 
	max-height:100%;
	overflow:auto;

}
h1 {
	font-size: 20px;
	color: #0078BE;
	font-weight: normal;
}
h2 {
	font-weight: bold;
	color: #005275;
	font-size: 14px;
	margin-bottom: 4px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #0078BE;
	margin-bottom: 4px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #444444;
	margin-bottom: 4px;
}
p {
	margin-top: 0px;
	margin-bottom: 12px;
}
strong {
	color: #333333;
}
hr {
	height: 5px;
	background-color: #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:link {
	color: #0078BE;
}
a:visited {
	color: #0078BE;
}
a:hover {
	color: #005275;
	text-decoration: underline;
}
a:active {
	color: #0078BE;
}
.contenido ul li ul li a {
	color: #666666;
	font-weight: normal;
}

input {
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	text-transform: capitalize;
	font: Verdana, Arial, Helvetica, sans-serif;
}

textarea {
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	text-transform: capitalize;
	font: Verdana, Arial, Helvetica, sans-serif;
}

.layout {
	display:block;
	padding: 0px;
	position:absolute;
	overflow:auto;
	overflow-x:hidden;
	overflow-y:auto;
	width:795px;
	top: 210px;
	bottom:0px; 
	margin-right:auto;
	margin-left:auto;
	margin-bottom:-1px;

}

.layout table td {
	vertical-align: top;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}
/*.cabeza {
	margin: 0px;
	padding: 0px;
	height: 210px;
	width: 795px;
	/*  background-image: url(../img/bgCabeza.jpg); */
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 100;
}*/
.cabeza {
	position:absolute;
	margin:0px;
	top:0px;
	display:block;
	width:100%;
	height:210px;
	z-index:6;
	overflow:hidden;
	/* background-image: url(../img/bgCabeza.jpg); */
	background-repeat: no-repeat;
	background-position: left top;
	margin-right:auto;
	margin-left:auto;


}

/************************************ ESTILOS MENU TOP *********************************************************/

#menuTop {
	padding: 0;
	margin: 0;
	float:right;	/*
	position: absolute;	*/
	width: 790px;
	height:25px;
/*	background-image: url(../img/bg_menutop.png);
	background-repeat: no-repeat;
	background-position: right top;*/
}
/* PNG TRANSPARENTE PARA IE6 
   OCULTAR PARA IE5/Mac */ 
/* \*/  


#menuTop ul {
	margin: 0;
	padding: 0;	
	list-style: none;
	height: 25px;	
	width: 100%;	
}
#menuTop ul li {
	float: right; /* LAS LISTAS SE ACOMODAN EN MODO INVERTIDO PARA ALINEAR A LA DERECHA CORRECTAMENTE */	
	margin-right:15px;	
}

#menuTop li a {
	display: block;
	text-decoration: none;
	float: left;
	padding-top: 2px;
	padding-bottom: 4px;	
   font-family: "Lucida Grande", "Lucida Sans Unicode","Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
   color:#555353;
}

#menuTop li a:hover {
   color:#DD211C;
}

/*
#menuTop ul li {
	background-image: url(../img/menuTop_separador.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 2px; 
	padding-right: 2px; 

} 
*/

/************************************ ESTILOS MENU TOP END *********************************************************/

#menu {
	background: #DD211C;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	font: 12px "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #DD211C url("../img/seperator.gif") bottom right no-repeat;
	color: #ffffff;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
   border-bottom: 0px solid #ccc;
}
#menu a:hover {
	background: #8A8181 url("../img/hover03.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
   border-bottom: 0px solid #ccc;

}

/***************** SUB MENU 01****************/

#submenu01 {
	background: #333;
	list-style: none;
	margin: 0px;
	padding: 0;
	width: 150px;

}
#submenu01 li {
	font: 12px "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#submenu01 a {
	background: #ffffff;
	border-bottom: 0px solid #393939;
	color: #333;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
   text-align: right;
	font-weight:normal;
}
#submenu01 a:hover {
	background: #DD211C url("../img/hover04.gif") left center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}                    
#submenu01 .activo a {
	background: #E0E0E0 url("../img/hover05.gif") left center no-repeat;
	color: #333;
	padding-bottom: 8px;
}                      

/***************** SUB MENU 02****************/

#submenu02 {
	background: #333;
	list-style: none;
	margin: 0px;
	padding: 0;
	width: 150px;

}
#submenu02 li {
	font: 11px "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;

}
#submenu02 a {
	background: #ffffff;
	border-bottom: 0px solid #393939;
	color: #B3AFAF;
	display: block;
	margin: 0;
	padding: 4px 12px;
	text-decoration: italian;
   text-align: right;
	font-weight:normal;

}
#submenu02 a:hover {
	/* background: #69B0CA url("../img/hover04.gif") left center no-repeat; */
	color: #fff;
	padding-bottom: 4px;
}                    
#submenu02 .activo a {
	/* background: #E0E0E0 url("../img/hover05.gif") left center no-repeat; */
	color: #333;
	padding-bottom: 4px;
}                      

/* ****************** PRUEBA BUSCADOR Y BOLETIN OPCION2 ************************ */



fieldset.buscador, fieldset.boletin {
	border: none;
	width: 188px;
	margin: 18px -7px 0 -7px;
	/*background: #222;*/

}
.buscador input, .buscador button, .boletin input, .boletin button {
	border: none;
	float: left;
}
.buscador input.box, .boletin input.box {
	color: #333;
	font-size: 1em;
	width: 102px;
	height: 18px;
	padding: 8px 10px 0 8px;
	background:  url(../img/field_buscar_enviar.gif) no-repeat;
	margin-right: 3px;
}
.buscador input.box:focus, .boletin input.box:focus {
	background:  url(../img/field_buscar_enviar.gif) no-repeat left -26px;
	outline: none;
}
.buscador button.boton, .boletin button.boton {
	width: 60px;
	height: 26px;
	cursor: pointer;
	text-indent: -9999px;
}


.buscador button.boton {
	background: url(../img/field_buscar_enviar.gif) no-repeat -120px 0px;
}

.boletin button.boton {
	background: url(../img/field_buscar_enviar.gif) no-repeat -180px 0px;
}

.buscador button.boton:hover {
	background: url(../img/field_buscar_enviar.gif) no-repeat -120px -26px;
}

.boletin button.boton:hover {
	background: url(../img/field_buscar_enviar.gif) no-repeat -180px -26px;
}



.submenu {
	display:block;
	/*  position:absolute;
	top:210px;
	bottom:0px; */
	width:160px;
	z-index:5;
	overflow:auto;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFFFFF;
	text-align: right;
	background-image: url(../img/bg_submenu.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	line-height: normal;
	margin-right:auto;
	margin-left:auto;
}





/*.submenu {
	//height: 99%;
	width: 150px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFFFFF;
	text-align: right;
	background-image: url(../img/bg_submenu.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	line-height: normal;
}*/
.submenu table {
	width: 100%;
}
.submenu td {
	text-align: left;
}
.submenu a {
	padding-right: 15px;
	color: #666666;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	font-weight: normal;
	text-decoration: none;
}
.submenu a:link {
	text-decoration: none;
}
.submenu a:visited {
}
.submenu a:hover {
	color: #FFFFFF;
	/* background-color: #ffffff; */
}
.submenu a:active {
	color: #666666;
	background-color: #A2A297;
}
.submenu .logo a {
	padding-right: 15px;
	color: #666666;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	font-weight: normal;
	text-decoration: none;
}
.submenu .logo a:link {
	text-decoration: none;
}
.submenu .logo a:visited {
	text-decoration: none;
}
.submenu .logo a:hover {
	color: #FFFFFF;
	background-image: url(../img/bg_submenuz.png);
	background-repeat: repeat-y;
	background-position: left top;
}
.submenu .logo a:active {
	color: #666666;
}

.submenu .inactivo {
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	background-color: #E6E6D5;
	color: #666666;
}
.submenu .sublink {
	font-size: 10px;
	background-color: #E6E6D5;
}
.sublink a {
	padding-top: 3px;
	padding-right: 25px;
	padding-bottom: 3px;
	color: #A2A297;
	text-decoration: none;
}
.sublink a:link {
}
.sublink a:visited {
}
.sublink a:hover {
	color: #005275;
	background-color: #E6E6D5;
}
.sublink a:active {
	color: #FFFFFF;
}


.contenido {
	display:block;
	min-height:600px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;


}


.ubicacion {
	height: 20px;
	width: 500px;
	padding-left: 100px;
	font-size: 10px;
	color: #005275;
}
.ubicacion a {
	color: #005275;
}
.bottomInfo {
	position: absolute;
	margin-bottom: 0px;
	bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	width: 100%;
}

.celdaPie {
	padding-right: 0px;
	padding-left: 140px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	display: table-cell;
	height: 100%;
	}


.piePagina {
	font-size: 9.5px;
	background-color: #FFFFFF;
	color: #333333;
	width:600px;
	margin:0px;
	height: 36px;
	padding-bottom: -1px;
	margin-right:0px;
	margin-left:0px;
	line-height: normal;
	}



/*.piePagina {
	font-size: 10px;
	color: #333333;
	height: 36px;
	width: 650px;
	background-image: url(../img/bgPie.jpg);
	background-repeat: repeat-x;
}*/
.piePagina table {
	height: 36px;
	width:90%;
	background-image: url(../img/bgPie.jpg);
	background-repeat: repeat-x;
	vertical-align: middle;
}
.piePagina table td {
	vertical-align: middle;
}
.piePagina .derRes {
	text-align: right;
}
.piePagina .corner1 {
	background-image: url(../img/bgCorner_1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 15px;
}
.piePagina .corner2 {
	background-image: url(../img/bgCorner_2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 15px;
}
.piePagina img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}
.piePagina a {
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.fotoSombra {
	padding: 0px;
	/* width: 300px; */
	float: right;
	font-size: 10px;
	color: #333333;
	line-height: normal;
	font-style: italic;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.fotoSombra .pieFoto {
	background-image: url(../img/imgSombra.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: left;
	padding-top: 6px;
	padding-bottom: 10px;
}
.imagenDerecha {
	float: right;
}
.recuadro {
	background-color: #E6E6D5;
	margin: 20px;
	padding: 15px;
}
dl.esqCurva {
	padding:0px;
	width:90%;
	background-color: #A2A297;
	background-image: url(../img/curva_1.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
}
dl.esqCurva dt {
	color:#fff;
	background-color: transparent;
	background-image: url(../img/curva_2.png);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 14px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 20px;
}
dl.esqCurva dd {
	padding:0px;
	margin:0px;
	background-color: #E6E6D5;
	background-image: url(../img/curva_1b.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
dl.esqCurva dd p {
	margin:0;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
dl.esqCurva dd p.final {
	background:transparent url(../img/curva_2b.png) bottom right no-repeat; 
}
.postshown#content {
}
.posthidden#content {
}
.expand {
	margin-top: 2px;
	margin-bottom: 2px;
}
.pleca {
	width: 100%;
}
.expand .pleca td {
	color: #999999;
	background-color: #E6E6D5;
	padding: 5px;
}
.expand .pleca a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.tablaItems {
	width: 90%;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
}
.tablaItems tr td {
	padding: 5px;
	vertical-align: middle;
}
form {
	text-align: center;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.tablaFormulario {
	width: 90%;
	margin: 0px;
}
.tablaFormulario td {
	padding: 3px;
}
.ttipvdvhdr {
	width:180px;
	font-weight:bold;
	background-image: url(../img/bgredondeado.png);
	background-repeat: no-repeat;
	background-position: top;
	font-size: 13px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	line-height: normal;
	color: #005275;
}
         
.ttipvdvbdy {
	width:180px;
	background-image: url(../img/bgredondeado.png);
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 11px;
	line-height: normal;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
         
.ttipvdvbdy img {
	height: 120px;
	width: 180px;
	margin-top: 2px;
	margin-right: 1px;
	margin-bottom: 5px;
	margin-left: 1px;
	text-align: center;
}
.ttipvdvbdy p {
	margin-top: 5px;
	margin-bottom: 5px;
}
.ttipvdvbdy b {
	color: #005275;
	font-weight: bolder;
}
.home {
	margin: 0px;
	padding: 0px;
	width: 795px;
	 
	/* background-image: url(../img/bgCabeza.jpg);  */
	background-repeat: no-repeat;
	background-position: left top;
}
.bgBlanco {
	background-color: #FFFFFF;
}
.bordeBlanco {
	border: 12px solid #FFFFFF;
}
.bgGris {
	margin: 0px;
	padding: 0px;
	width: 795px;
	background-color: #A2A297;
}
.datosIndex {
	font-size: 11px;
	color: #FFFFFF;
	line-height: normal;
}
.datosIndex a {
	color: #666666;
}


