/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	background-color:#000000;
	background-image:url(img/atras.jpg);
	background-repeat:no-repeat;
	top:0px;

}
p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #EEEEEE;
	line-height:14px;
	}
li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #EEEEEE;
	line-height:14px;
	}

h1{
	font-family:"Trebuchet MS",Garamond,Georgia;
	font-size:20px;
	font-weight:bold;
	color: #66CCFF;
	}
h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #66CCFF;
	}
h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #FFFFCC;
	}

#contenedor{
	width:920px;
	margin:0px auto auto;
	background-image:url(img/fondo_gris.jpg);
	background-repeat:repeat;
	}
	
#cabecera{
    float:left;
	width:920px;
	height:110px;
	
}
#botonera{
	width: 920px;
	height:32px;
	float:left;}
	
#cuerpo{
	width:920px;
	float:left;
	background-image:url(img/fondo_gris.jpg);
	background-repeat:repeat;
	}
	
#col_1{
	width:190px;
	float:left;
}
#col_2{
	width:700px;
	float:left;
	padding:0px 10px 10px 10px;
	background-color:#4f4f4f;
}
.col_3{
	width:330px;
	float:left;
	padding: 0 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #EEEEEE;
	}
.col_4{
	width:695px;
	float:left;

	}
.contacto{
	width:650px;
	height:20px;
	float:right;
	font-size:12px;
	color:#999999;
	
	}
a, contacto{ color: #999999; text-decoration:none;}
a:hover contacto {color: #333333; text-decoration:none; }

.banners{
	width:200px;
	float:left;
	padding:3px 0 0 10px;
	}
#webs{
	width:920px;
	float:left;
	text-decoration:none;
	color: #777676;
	}

.webs{
	color:#CCCCCC;
	font-size:10px;
	padding:10px;
	}

a, webs{ color: #999999; text-decoration:none;}
a:hover webs {color: #333333; text-decoration:none; }

#links{
	width:920px;
	float:left;
	text-decoration:none;
	color: #777676;
	}

.links{
	color:#999999;
	font-size:12px;
	padding:10px;
	}

a, links{ color: #999999; text-decoration:none;}
a:hover links {color: #333333; text-decoration:none; }

#pie{
	width:920px;
	height:35px;
	float:left;
	background-image:url(img/pie.jpg);
	background-repeat:no-repeat;
}
.derechos{
	font-family:Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	padding: 0 0 5px 10px;
	font-size:10px;}
	
/*botonera */

.menu2 {padding:0 0 0 32px; margin:0; list-style:none; height:32px; background:#fff url(img/button1.gif); position:relative; border:1px solid #000; border-width:0 1px; border-bottom:1px solid #333333;}
.menu2 li {float:left;}
.menu2 li a {display:block; height:32px; line-height:35px; color: #FFFFF7; text-decoration:none; font-size:11px; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 8px; cursor:pointer;}
.menu2 li a b {display:block; padding:0 16px 0 8px;}
.menu2 li.current a { background:url(img/button3.gif);}
.menu2 li.current a b {background:url(img/button3.gif) no-repeat right top;}
.menu2 li a:hover {color:#fff; background:#000 url(img/button4.gif);}
.menu2 li a:hover b {background:url(img/button4.gif) no-repeat right top;}
.menu2 li.current a:hover {color:#fff; background:#000 url(img/button3.gif); cursor:default;}
.menu2 li.current a:hover b {background:url(img/button3.gif) no-repeat right top;}
