/* CSS Document */


#cruces {
	font-family:"Trebuchet MS";
	font-size: 10px;
	color: #333333;
 }

#titulo {
	height:100px;
	width:100%;
	float:left;
	display:block;
	background-color:#fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DAC7A7;
}


#titulo_izq {
	width:15%;
	background-color:#fff;
	float:left;
	display:block;
}
#titulo_der {
	background-color:#fff;
	height:100%;
	width:82%;
	display:block;
	float:right;
	font-size: 23px;
	font-weight: bold;
	font-style: normal;
	vertical-align: text-bottom;
	text-indent:15px;
	line-height:100px;
	border-left-style:solid;
	border-left-color: #DAC7A7;
	border-left-width: thin;
	vertical-align:baseline;
	color: #75020F;
	
}

#raya_contenido { height:100%; width:100%; float:left; clear:both; display:block; }
#menu_izq {
	width:15%;
	background-color:#fff;
	float:left;
	display:block;
}


/*-- menu ----*/
/* borde externo del menu */
#menu_izq ul, li {	list-style-type: none;}
 
#menu_izq ul {	margin: 0;	padding: 0;}
.titulo_contenido_abajo {
	font-size: 20px;
	color: #75020F;
	font-weight: bold;
	background-color: #EAEAEA;
}
.subtitulo_contenido_abajo {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	font-family: "Trebuchet MS", Verdana, Arial;
}


 /* linea que separa el menu */
#menu_izq li {	border-bottom: 4px solid #fff;}
 
#menu_izq a {
	text-decoration: none;
	font-size:15px;
	color: #987741;
	background: #fff;
	display: block;
	padding: 3px 6px;
	width: 100%;
	height:30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
}
 
#menu_izq a:hover   {
	color: #FFFFFF;
	background-color: #75020F;
	font-weight: bold;
}
#menu_izq a:visited {	border: none #fff ; }


/*------------*/

#contenido_der {
	width:82%;
	display:block;
	float:right;
	background-color:#fff;
	border-left-style:solid;
	border-left-color: #DAC7A7;
	border-left-width: thin;
 }


#contenido_derecha_foto_arriba {
	height:190px;
	width:100%;
	display:block;
    background-color:#fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DAC7A7;
}

#contenido_derecha_foto_arriba #la_foto_arriba {
	background-color: #FFFFFF;
	float: left;
	/*z-index: -1;*/
	height: 190px;
	width: 280px;
	text-align: center;
	vertical-align: middle;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #DAC7A7;
	border-right-color: #DAC7A7;
	border-bottom-color: #DAC7A7;
	border-left-color: #DAC7A7;
}

/* texto a la derecha de la foto */	
#contenido_derecha_foto_arriba #el_texto_arriba {
	padding-left:300px;
	padding-top: 23px;
	font-size:18px;
	color:#A75966;
	font-weight:bold;
	text-align:justify;
	white-space: normal;
}

/* este el la caja grande de texto bajo la foto */
#contenido_derecha_largo {
	padding-left:10px;
	padding-right:30px;
	padding-top:10px;
	font-size:11px;
	width:79%;
	background-color:#fff;
	border-right-style:solid;
	border-right-color: #DAC7A7;
	border-right-width: thin;
	clear: none;
	float: right;
}

#contenido_derecha_largo_texto p {
	text-align: justify;
	color:#666666;
	font-size: 13px;
	clear: none;
}
/* caja de las fotos */
#my_slideshow {
 margin-top:20px;
 margin-left:28px;
}
#contenido_derecha_largo_texto li {
	text-align: justify;
	font-size:13px;
	color:#444;
	margin-left: 20px;
	list-style-type: disc;
}

