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

*{
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #f2f1e3;
}
#contenedor {
	font-family: Verdana;
	font-size: 12px;
	background-color: #CCCCCC;
	height: auto;
	width: 954px;
	border: 2px solid #666633;
	top: 0px;
	color: #666633;
	position: absolute;
}
#cabecera {
	height: 150px;
	width: 950px;
	top: 0px;
	border-bottom-color: #666633;
	float: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	background-image: url(imageneslacandaliega/index/CABECERA.gif);
	position: absolute;
	z-index: 1;
}
#navegador {
	height: 25px;
	width: 950px;
	top: 152px;
	float: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666633;
	background-image: url(imageneslacandaliega/index/navegador.gif);
	position: absolute;
	z-index: 4;
}
#navegador ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navegador ul li {
	font-family: "Comic Sans MS";
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
	color: #4c2e28;
	text-align: center;
	float: left;
	height: 25px;
	width: 150px;
}
#navegador ul li a:link, #navegador ul li a:visited {
	text-decoration: none;
	font-family: "Comic Sans MS";
	font-size: 14px;
	color: #4c2e28;
}
#navegador ul li a:hover {
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(imageneslacandaliega/index/navegadorhover.gif);
	display: block;
}
#cuerpo {
	height: 370px;
	width: 950px;
	top: 179px;
	position: absolute;
	z-index: 5;
}
#cuerpo #texto1 {
	font-family: Verdana;
	font-size: 14px;
	width: 900px;
	height: 35px;
	padding: 5px;
	top: 12px;
	left: 25px;
	color: #4C2E28;
	font-weight: normal;
	position: absolute;
	font-style: normal;
}
#cuerpo #texto2 {
	font-family: Verdana;
	font-size: 13px;
	width: 600px;
	height: 35px;
	padding: 5px;
	top: 65px;
	left: 290px;
	color: #4C2E28;
	font-weight: normal;
	border: 1px solid #;
	position: absolute;
}
#cuerpo #foto1 {
	height: 188px;
	width: 250px;
	background-color: #ACB7DF;
	padding: 5px;
	position: absolute;
	top: 140px;
	left: 50px;
}
#cuerpo #foto2 {
	height: 188px;
	width: 250px;
	background-color: #ACB7DF;
	padding: 5px;
	position: absolute;
	top: 140px;
	left: 650px;
}
#cuerpo #texto3 {
	font-family: Verdana;
	font-size: 13px;
	width: 200px;
	height: 200px;
	padding: 5px;
	top: 125px;
	left: 370px;
	color: #B3812C;
	font-weight: normal;
	border: 5px solid #ACB7DF;
	position: absolute;
	background-color: #563838;
}
#pie {
	height: 25px;
	width: 950px;
	text-align: left;
	float: left;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #666633;
	border-bottom-width: 2px;
	position: absolute;
	top: 557px;
	border-bottom-style: solid;
	border-bottom-color: #666633;
}

.titulo_apart {
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #071FB2;
}

