body{
	margin: 0px;
	
}

h1{
	font-size: 30px;
	color: #4b4b4b;
}

h2{
	color: #9F6800;
	font-size: 22px;
}

h3{
	color: #9F6800;
}

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

a:hover{
	text-decoration: underline;
}



img{
	border: 0px;
}

#title{
	background-image: url(./fondo_head.png);
	background-repeat: repeat-x;
	height: 60px;
	margin-bottom: 50px;
}

#title h1{
	text-align: center;
}

#title img{
	position:absolute;
	margin-left: 25px;
}



/** INICIO  ******* NAV*/
#nav{
	margin-left: 0px;
}

#nav ul{

}

#nav ul li{
	display: inline;
	background-color: #f7be8c;
	border-style: solid;
	border-width: 1px;
	border-color: #fff0e0;
	background-image: url(./fondo_nav.png);
	background-repeat: repeat-x;

	padding: 2px 4px; /*3px arriba y abajo. 5 a los lados*/
	margin-right: 10px
}

#nav ul li:hover{
	background-color: #d68a42;
}



#nav a{
	text-decoration: none;
	color: #094583;
	font-size: 14px;
	font-weight: 900
}

#nav ul li:hover{
	background-image: url(./fondo_nav_hover.png);
}

#nav a:hover{
color:	#0000CD;
}
/** FIN  ******* NAV*/




#content{
	width: 80%;
	margin-left: 5%;
	
	/*background-image: url(./fondo_content.png);
	background-repeat: no-repeat;*/	
}


#foot{
	margin: 10px;
	margin-top: 25px;
	padding-left: 10px;
	border: solid #ffba7b 2px ;
	background-image: url(./fondo_foot.png);
	background-repeat: repeat-x;
	
	font-size: 10px;
	line-height: 4px;
	text-align: center;
}


div.noticia{

	background-image: url(./fondo_content.png);
	background-repeat: repeat-x;

	border-left: solid #f7be84 2px;
	border-right: solid #f7be84 2px;
	border-bottom: solid #f7be84 8px;
	margin-bottom: 25px;
	padding-left: 10px;
}



span.fecha{
	font-size: 11px;
}

a.leerNoticia{
	color: gray;
	font-size: 12px;
}

a.leerNoticia:hover{
	color: red;
}


/*BBCODE*/
strong.bbcode{ /*Negrita*/
	font-weight: bold;
}

span.bbcodeI{ /*Bastardilla, italica, inclinado...*/
	font-style: italic;	
}

span.bbcodeU{ /*Subrayado*/
	text-decoration: underline;
}

span.bbcodeS{ /*Tachado*/
	text-decoration: line-through;
}
/*Fin BBCODE*/


/*INICIO    Paginado*/
ul.paginado{
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

li.paginado{
	display: inline;
	font-size: 13px;
}

span.paginado{
	font-size: 15px;
}

span.paginaActual{
	color: #910000;
	font-weight: bold;
	font-size: 14px;
}

a.paginado{
	color: #004284;
	text-decoration: none;
	font-size: 15px;
}

a.paginado:hover{
	color: #004284;
	background-color:#CEE7FF;
	text-decoration: underline;
}
/*FIN    paginado*/

a.tituloNoticia{
	color: #6d6d6d;
	text-decoration: none;
}

a.tituloNoticia:hover{
	text-decoration: underline;
}


a.h1{
	color: #000000;
}

#adsLinks{
width: 500px;
}

#adsLinks p{
	color: #1A1AA8;
	background-color: #F0F0F0;
	padding-top: 15px;
	height: 25px;
}

#adsLinks p strong{
	color: #BC051E
}

#adsLinks p a{
	color: #1229D4
}