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

#contenedor{
	width:950px;
	max-height:2200px;
	min-height:800px;
	margin:0px auto;
	clear: both; overflow: hidden; float: none;
	background:url(../img/cabecera.jpg);
	background-repeat:no-repeat;
}
#contenedor2{
	width:950px;
	height:900px;
	margin:0px auto;
	clear: both; overflow: hidden; float: none;
	background:url(../img/cabecera.jpg);
	background-repeat:no-repeat;
}
#contenedorRSS{
	position:absolute;
	width:1200px;
	height:1200px;
	margin-left:50%;
	left:-520px;
	background:url(../img/cabecera.jpg);
	background-repeat:no-repeat;
}
.subtitulo{
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:oblique;
	color:#000;
	}

/*/////////////////// MENÚ ////////////////////*/

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

.menu2 {padding:0 0 0 32px; list-style:none; height:35px; position:relative;  margin-top:0px; text-decoration:none; float:inherit; }
.menu2 li {float:none; list-style:none;}
.menu2 li a {display:block; float:left; height:35px; line-height:35px; color:#000; text-decoration:none;font-family:arial, verdana, sans-serif; font-size:10px; text-align:center; padding:0 2px 0 25px; cursor:pointer;}

.menu3 ul {
	margin-top:100px;
	padding:0;
	color:#000;
	list-style-type:none;
}

.menu3 li{
	padding-left:30px;
	margin-left:135px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000;
	list-style:none;
	list-style-image:none;
}
.menu3 li a{color:#000; list-style:none;}

/*/////////////////////////////////////////*/

.titulo a {
	font:"Arial Black", Gadget, sans-serif;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#F30;
	text-decoration:none;
	}
.titulo {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
	text-align:left;
	text-decoration:none;
	}	
.noticia a {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#F00;
	}
.noticias {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	}
.tituloRSS {color:#000; font:Arial, Helvetica, sans-serif; font-size:14px; text-align:center;}

.texto3{
	color:#000;
	font-size:14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center;
}
.gracias{
	color:#333;
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center;
	}