body{
	background-image: url('../images/background2.png');
	background-repeat: repeat;
	font-family: Arial;
}
 
#contenedor{
	/*border: solid 1pt #ccc;*/
	width: 80%;
	margin-left: 10%;
	color: #FFF;
}
 
#header{
	width: 100%;
	height: 150px;
	background-image: url('../images/logo2.png');
	background-repeat: no-repeat;
}
 
 
#menu{
	background-color: #fff;
	padding: 5px 8px;
	text-align: center;
}
 
#menu a{
 background-color: #fff;
 text-transform: uppercase;
 font-size: 15px;
 color: #7E8646;
 margin: 5px;
 text-decoration: none;
}
 
#menu a:hover{
	/*background-color: #F90;*/
	color: #f1b65d;
	font-family: Arial;
	font-size: 16px;
	text-decoration: underline;
	font-weight: bold;
}
 
#contenido{
	width: 100%;
	min-height: 400px;
}
 
#contenido p {
	font-family: Arial;
	font-size: 14pt;
	text-align: justify;
}
 
h1{
	margin-left: 35px;
	color: #BBB;
}
 
h2{
	margin-top: 0px;
	color: #F90;
}
 
#marquee{
	font-size: 16px;
	text-weight: bold;
	color: #F30;
}
 
.parrafo{
	padding-left: 25px;
	padding-right: 25px;
}
 
#tabla_portada{
	padding-top: 20px;
	width: 94%;
}
 
td{
	vertical-align: top;
	font-size: 9pt;
}
 
 #tabla_portada{
 	background-color: #fff;
 }
 
.texto_destacado{
	color: #F90;
	font-size: 10pt;
	font-weight: bold;
}
 
#footer{
	background-image: url('../images/fondo_footer.png');
	color: #fff;
	text-align: center;
	font-family: Arial;
	font-size: 11pt;
	padding: 0px;
	width: 100%;
}
 
#footer a, a:visited{
	color: #fff;
	text-align: center;
	font-size: 11pt;
}
 
#footer p {
	text-align: center;
}
 
#imagen{
    width: 300px;
    height: 250px;
}

a {
	text-decoration: none;
	color: #f1b65d;
}

li .lista{
    font-size: 12pt;
}