@charset "utf-8";
*{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background-color: #000;
}
ul {
	list-style: none;
}
#contenedor {
	width: 998px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#menu {
	background-image: url(../imagenes/cabecerap.jpg);
	background-repeat: no-repeat;
	background-position: 0;
	height: 58px;
}

#cuerpo1 {
	width: 694px;
	background-image: url(../imagenes/menup.jpg);
	height: 356px;
	}
#cuerpo2 {
	width: 694px;
	background-image: url(../imagenes/fondo2.png);
	height: 138px;
	}
#cuerpo3 {
	background-color: #03121B;
	height: 54px;
	width: 694px;
	}
#cuerpoizq {
	background-image: url(../imagenes/personap.jpg);
	background-repeat: no-repeat;
	background-position: 0;
	height: 548px;
	width: 304px;
	float: left;
	}
#cuerpoder {
	float: right;
	width: 694px;
	}

#menu li {
	float: left;
	margin-left: 10px;
}
#cuerpo3 li {
	float: right;
	margin-right: 10px;
}
p {
	font-size: 11px;
}
#menu p {
	color: #FFF;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 10px;
}
#cuerpo3 p {
	color: #FFF;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 0px;
}
#cuerpo2 h1 {
	background-image: url(../imagenes/flehaseo.jpg);
	background-repeat: no-repeat;
	font-size: 15px;
	font-weight: bolder;
	padding-left: 180px;	
	padding-top: 50px;
	padding-bottom: 50px;
	padding-right: 0px;
	float: left;

}

img#mensaje{
	float: right;	
	}