body {
	font-size: 12pt;
	background-color: black;
	text-align: center;
	font-family: Helvetica;

}


.wraper {
	background-color: #000;
	width: 1024px;
	margin: 0px auto;
	border: solid white 1px;
}


.cabecera {
	clear: both;
	height: 150px;
	width: 100%;
	background: url(../IMG/cabecera.jpg) no-repeat;
}

/*menu*/
div.menu ul {
	font-size:13pt;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height:40px;
	background-image: url(../IMG/botongris.jpg);
}

div.menu li {
	float: left;
	margin: 0;
	padding: 0px;

}

div.menu a {
	color: white;
	float: left;
	margin: 0;
	padding-top: 5px;
	text-decoration: none;
	font-weight: bold;
	width:140px;
	height:35px;
	background: url(../IMG/botongris.jpg) no-repeat;
}


div.menu a:hover {
	background: url(../IMG/botonverde.jpg) no-repeat;
	color: #400000;
}

div.menu #current{
	color: #400000;
	background: url(../IMG/botonverde.jpg) no-repeat;
}


.visor {
	color: white;
	text-align: justify;
	margin: 10px 15px;
	padding:  10px;
	float: left;
	width: 500px;
	height: 350px;

}

.visor h1{
	font-size: 20pt;
	font-weight: bold;
	color: #CCC;

}



div.logo{
  float: right;
	width:400px;
	height: 400px;
	margin: 19px;
}


/*LATERAL*/



div.pie {
	background-color: white;
	clear:both;
	color: black;
	font-size:10pt;
	font-weight: bold;
	padding: 10px;


}
