
body {margin: 0;text-align:center; font-family: Verdana, Arial, Helvetica, sans-serif; background: #144196 url(../imagenes/fondo.jpg);padding-top:10px; 	padding-bottom:15px;}}

#header {
	width:900px;
	height:250px;	
	background-color:#fff;
	
}

#principal {
	width:900px;
	margin:0 auto;
	padding:0;
	background-color: #FFFFEF;
    position:relative;
}

#mainContent{
	width:900px;
	margin:0 auto;
	padding:0;
	background-color: white;
    position:relative;	
}

#sidebar{
	width:200px;
	height:600px;
	margin:10px;
	float:left;
	padding:10px;
}

#content{
	width:600px;
	height:1100px;
	margin:10px;
	padding:10px;
}

p{
	text-align:justify;	
	
}


#menu {
	margin: 0 0;
	text-align:center;	
	height: 31px;
	width:100%;
	padding:10px 0;
}

#margen20 {margin: 0 15px; padding:0;}
/* Lista menu*/
#menu li{                      /* top-level menu element */
	list-style-type: none;
	text-align:center;	
	border: none;
	margin: 0px;
	padding-top:5px;
	display: inline;
	text-decoration:none;
	font-size:8pt;
	margin-left:0px;
	margin-right:6px;
	padding-bottom:3px;
	margin-bottom:5px;

	}

#menu ul{
	text-align:center;
	padding:5px 15px 0px 15px;
}
#menu a
{
	text-decoration:none;
}
#menu a:hover,                 /* top-level hovering properties */
#menu li:hover{
	display: inline;
	text-decoration:underline;
	text-align:center;	

}

.content {                      /* This is used for the content that will appear below the menu */
	clear: both;
}



