@charset "utf-8";
/* CSS Document */

@import url("base.css");

#contenedor {
	background-image: url(../images/fondo_lateral.gif);
	background-repeat: repeat-x;
	width: 755px;
}

/* submenu */
#lateral {
	width: 220px;
	float: left;
	padding-bottom: 3px;
	padding-left: 5px;
	background-repeat: repeat-y;
	background-image: url(../images/llinea_vertical.gif);
	background-position: 224px -175px;
}
#lateral2 {
	float: right;
	background-image: url(../images/linea_horizontal.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 3px;
}
#lateral ul {
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
}
#lateral li {
	list-style-type: none;
	background-image: url(../images/separa_lateral.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 5px;
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 215px;
}
#lateral li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-color: #75B2B5;
	background-image: url(../images/separa_lateral2.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#lateral li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #93D2D5;
	background-image: url(../images/separa_lateral2.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* ruta */
#contenido #ubica {
	font-size: 10px;
	color: #75B2B5;
	padding: 0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 13px;
}
#contenido #ubica a {
	color: #6D8A96;
	text-decoration: none;
}
#contenido #ubica a:hover {
	color: #000000;
	text-decoration: none;
}
#contenido #ubica ul {
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
}
#contenido #ubica li {
	float: left;
	background-repeat: no-repeat;
}
#contenido #ubica .primero {
	background-image: url(../images/flecha_ubica1.gif);
	background-repeat: no-repeat;
	padding-left: 13px;
	background-position: 5px 4px;
}
#contenido #ubica .normal {
	background-image: url(../images/flecha_ubica1.gif);
	background-repeat: no-repeat;
	padding-left: 13px;
	background-position: 5px 4px;
}
#contenido #ubica .ultimo {
	background-image: url(../images/flecha_ubica2.gif);
	background-repeat: no-repeat;
	padding-left: 13px;
	background-position: 5px 4px;
	font-weight: bold;
}
#contenido #ubica .ultimo a {
	color: #75B2B5;
	text-decoration: none;
}
#contenido #ubica .ultimo a:hover {
	color: #000000;
	text-decoration: none;
}

/* contenidos */
#contenido h1 {
	font-size: 175%;
	color: #75B2B5;
	margin: 0px;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 17px;
}
#contenido h2 {
	font-size: 110%;
	font-weight: bold;
	color: #6d8a96;
	padding-bottom: 5px;
	padding-left: 17px;
	padding-top: 8px;
	padding-right: 15px;
	margin: 0px;
}
#contenido p {
	margin: 0px;
	padding-left: 17px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
}
#contenido .fotoIzq {
	background-color: #FFFFFF;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: solid;
	border-top-color: #E3E5E4;
	border-right-color: #C4C8C6;
	border-bottom-color: #C4C8C6;
	border-left-color: #E3E5E4;
	margin-right:10px;
	margin-bottom: 10px;
	float:left;
	text-align:left;
}
#contenido .fotoDer {
	background-color: #FFFFFF;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: solid;
	border-top-color: #E3E5E4;
	border-right-color: #C4C8C6;
	border-bottom-color: #C4C8C6;
	border-left-color: #E3E5E4;
	margin-left:10px;
	margin-bottom: 10px;
	float:right;
	text-align:right;
}

/* botonera navegacion */
#auxiliar {
	padding-left: 350px;
}
#auxiliar img {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.titulos {
	font-weight: bold;
	color: #75B2B5;
}
.negrillas {

	font-weight: bold;
}
.destacados {
	color: #75B2B5;
}
.color {
	background-color: #75B2B5;
	width: 502px;
	text-align: left;
	border: 1px solid #FFFFFF;
}
.textoblanco {
	color: #FFFFFF;
	padding: 10px;
	text-align: left;
}

