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

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	padding:0; margin:0;
	background-color:#d6d6d6;
}
 
img{
	border:none;
}
 
 
a{
	color:#000;
	text-decoration:none;
}
 
a:hover{
	text-decoration: underline;
}
 
/*---Cabecera--*/
 
.header{
	height:80px;
	width:1000px;
	margin: 0 auto; padding:0;
}
 
.logo{
	margin-left:50px;
}
 
.searchform{
	float:right;
	width:900px;
	margin:0 20px 0px 0;
	color:#626262;
}
 
.searchform h3{
	margin: 30px 0 4px 0;
	font-size: 18px;
}
 
.searchform input[type="text"]{
	width:256px;
	height:22px;
	padding:6px;
	font-size:20px;
	border:solid 1px #B4B4B4;
	background:#E6E6E6;
}
 
.searchform input[type="submit"]{
	margin-left: 5px;
	background:url(images/gobutton.png);
	border:none;
	cursor:pointer;
	width:37px;
	height:37px;
	font-size:13px;
	font-weight:bold;
	color:#92C90D;
}
 
/*---Área Principal--*/
 
.mainarea{
	width:100%;
	background-image:url(imagenes/compo_fondo.png);
	background-position:center;
	background-repeat:no-repeat;
	background-color:#d6d6d6;
}
 
.mainarea .wrapper{
	width:1024px;
	margin: 0 auto; padding:0;
	height:240px;
}
 
.left{
	float:left;
	margin:-30px 0 0 350px;
	position:absolute;
	width:auto;
}
 
.right{
	float:right;
	width:auto;
	margin:35px 80px 0 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:28px;
	font-style:italic;
	font-variant:normal;
	font-weight:100;
	color:#003333;
}
 
.right p{
	width:345px;
	margin:5px 0 10px 35px;
	line-height:1.5em;
}
 
.right p.ftext{
	font-weight:bold;
	margin:0 0 5px 10px;
}
 
.right a{
	margin:0px 0 0 35px;
}
 
/*---Pie---*/
 
.footer{
	height:320px;
	width:1000px;
	margin: 0 auto; padding:0;
	line-height:20px;
	font-size:14px;
}
 
 .menu {
	float:left;
	margin: 20px 0 0 30px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:bold;
	color:#003333;
}
.tabla {
	float:left;
	margin:60px 0 0 0px;
	width:1000px;
	background-color:#f2f2f2;
}
.texto_negro {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-style:italic;
	font-weight:bold;
	color:#000000;
}

.texto_verde {
	font:Verdana, Geneva, sans-serif;
	text-align:center;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	color:#003333;
}

.texto_parrafo {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-style:normal;
	color:#000000;
	text-align:left;
}
 
 .texto_menu {
	 	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:bold;
	color:#003333;
}
.pie {
	text-align:left; 
	background-color:#003333; 
	padding:30px 0px 0px 0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #FFF;
} 
