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

body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

#envoltorio {
	width: 800px;
	height: 600px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

#cabecera {
	width : 800px;
	height: 120px;
	background-color: #5ABCE8;
}

#logo {
	width: auto;
	height:auto;
	float: left;
	padding-top: 15px;
   }
   
#flash { width: 550px;
         height:120px;
		 float: right;
		 }
		 
#menu {
	width: 750px;
	height: 24px;
	background-color:#143FA3;
	padding-left: 50px;
	padding-top: 5px;
	padding-right: 0px;
}	

#menu a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}	

#menu a {
	font-size: 12px;
	color:#FFFFFF;
	text-decoration: none;
	text-transform:uppercase;
} 

#contenido {
	width : 800px;
	height: 450px;
	color: #000000;

}
#pie {
	width: 760px;
	height:20px;
	background-color:#143FA3;
	font-size: 10px;
	color: #FFFFFF;
	padding-left: 40px;
	text-align: center;
	padding-top: 5px;
}

#texto {
	width: 750px;
	padding: 20px;
	color: #070731;
	font-style: normal;
	line-height: inherit;
}

#texto p {
	text-align:justify;
	font-style: normal;
	color: #070731;
   }

