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

body {
	background-image: url(../imagenes/fondosdivs/panel%20portada%20invierno%20base.jpg);
	margin-top: 30px;
	margin-bottom: 30px;
}
#encabezado {
	height: 200px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 0px;
}
#cuerpo {
	width: 960px;
	height: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../imagenes/fondosdivs/img%20fondo.png);
	position: relative;
}
#nav {
	float: left;
	width: 180px;
	height: 540px;
	margin-left: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
}
#cont_derecha {
	height: 540px;
	width: 650px;
	float: right;
	margin-right: 30px;
	margin-top: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 30px;
	background-image: url(../imagenes/fondosdivs/panel%20portada.jpg);
}
.texto2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #FB6001;
	text-align: center;
	background-color: #FFCC66;
	letter-spacing: 3px;
}



#pie {
	height: 100px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../imagenes/fondosdivs/pie.png);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	color: #666666;
	line-height: normal;
	margin-top: 0px;
	padding-top: 50px;
}
.texto {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: center;
	color: #666666;
	vertical-align: text-top;
	white-space: normal;
	font-style: italic;
	font-weight: normal;
	line-height: normal;
	margin: 0px;
	text-decoration: none;
}
a {
	color: #FF3300;
}
a:hover {
	color: #FF9933;
}
