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

body {
	color: #FFFFFF;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	background-image: url(imagenes/bg.png);
	background-repeat:  repeat-x;
	background-attachment: fixed;
}
a:link, a:visited {
	color: #FFFF66;
}
a:hover {
	color: #FFFFFF;
}
.esconde {
	display: none;
}

#encabezado {
	background-image: url(imagenes/fencabezado.jpg);
	height: 172px;
}
#contenedor {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	padding: 3px;
}
.ccentral {
	float: left;
	width: 552px;
}
.menupal {
	float: right;
	width: 180px;
	padding-left: 15px;
}
.itempal {
	margin-bottom: 8px;
}

.fotos {
	text-align: center;
	border: 1px solid #FFFFFF;
	margin-top: 2px;
	clear: both;
	width: 350px;
	float: left;
}
.banner {
	float: right;
	width: 190px;
}

.tfotos {
	margin-top: 10px;
}



#pie {
	clear: both;
	background-image: url(imagenes/fpie.jpg);
	background-repeat:  repeat-x;
	padding: 5px;
	font-size: 0.9em;
}
.presentacion {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	background-image: url(imagenes/fbloque.jpg);
}
.pantalla {
	border: 1px solid #CCCCCC;
}

#cuerpo {
	padding: 5px;
}
.limpiar {
	clear: both;
}

.menusup {
	position: relative;
	height: 25px;
	width: 300px;
	top: 140px;
	left: 450px;
	text-align: right;
	font-size: 12px;
}
.menusup a:link, .menusup a:visited {
	color: #EEEEEE;
	text-decoration: none;
}
.menusup a:hover {
	color: #71B8FF;
	text-decoration: underline;
}
.fotoizq {
	padding: 3px;
	border: 1px solid #999999;
	margin-right: 15px;
	margin-bottom: 4px;
	float: left;
}
.contsec p {
	text-align: justify;
}
.banners {
	text-align: center;
	margin-top: 30px;
}
.contsec li {
	margin-bottom: 10px;
}
.ccentral h4 {
	font-size: 15px;
	font-family: "Trebuchet MS", Verdana, Arial;
	background-color: #333333;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 25px;
	clear: both;
}
