/*****************************************************/
/*              ESTILOS TEXTO                        */

/*titulo seccion*/
h1{
	font-family:"Comic Sans MS";
	font-weight:bold;
	color:#ffff99;
	font-size:1.5em;
	text-align:center;
}

p
{
	text-align:justify;
}

ul{
	list-style:none;
	
}

li{
	margin-bottom:13px;
}

a{
	text-decoration:none;
	color:#ccff00;
	cursor:pointer;
}
a:hover{
	text-decoration:none;
	color:#ffff99;
	cursor:pointer;
}


/* ESTILOS TEXTOS CONTENIDOS*/

.linea_contenidos
{
	text-align:center;
	height:145px;
	clear:right;
}
.texto_resaltado
{
	background-color:Transparent;
	color:#ffff99;
}

strong
{
	font-weight:normal;
	color:#ffff99;
}

.texto_resaltado_grande
{
	background-color:Transparent;
	color:#ffff99;
	font-size:1.2em;
}
.img_marco
{
	border-color:#000066;
	border-style:solid;
	border-width: 2px;
	height:108px;
	padding:2px;
}
.img_marco_altoauto
{
	border-color:#000066;
	border-style:solid;
	border-width: 2px;
	padding:2px;
}

#mapa
{
	border-color:#000066;
	border-style:solid;
	border-width: 2px;
	padding:2px;
}
.img_marco_peq
{
	border-color:#000066;
	border-style:solid;
	border-width: 2px;
	padding:2px;
}

.titulo_seccionN2
{
	text-align:left;
	border-bottom-color:#3300FF;
	border-bottom-style:solid;
	border-bottom-width:1px;
	margin:5px 5px 15px 5px;
}

/*  FOTOS  */
.linea_fotos
{
	text-align:center;
	height:142px;
	margin-bottom:5px;
	clear:right;
}

/* PORTADA */
.enlace_entrada
{
	border:0;
	background-repeat:no-repeat;
	background-position:center;
	color:#66ccff;
}
.enlace_entrada:hover
{
	color:#750021;
	background-color:#66ccff;
	font-weight:bold;
}
.enlace_entrada_escudo
{
	border-color:#750021;
	background-repeat:no-repeat;
	color:#750021;
	text-decoration:none;
}
.enlace_entrada_escudo:hover
{
	border-color:#750021;
	color:#750021;
	text-decoration:none;
}
.enlace_entrada_escudo img{border-width:0px;}

.titulo_noticias{
	font-weight:bold;
	width:250px;
	margin-top:35px;
	background-color:Transparent;
	color:#ffff99;
	margin:25px 20px 0px 100px;
}

.noticias{
	overflow-y:hidden;
	height:130px;
	border-width:1px;
	border-style:solid;
	border-color:#ffff99;
	width:60%;
}

.encuesta{
	float:right;
	border-width:1px;
	border-style:solid;
	border-color:#ffff99;
	width:35%;margin-top:-152px;
	clear:right;
	padding:3px;
}
.encuesta input{
	margin-left:7px;
}


/*FORMULARIOS*/
.campo{
	background-color:#750021;
	color:#ffff99;
	border-color:#66ccff;
	border-width:1px;
	border-style:solid;
	padding:0px 2px 0px 2px;
}

/*BOTONES*/
.boton{
	color:#750021;
	background-color:#ffff99;
	font-weight:bold;
}



/*FOROS*/
.listado_temas{
	border-bottom: 1px solid #ffff99;
	height:30px;padding:5px 0px 0px 6px;
}

.tema_num{
	width:5%;border-right:1px solid #ffff99;float:left;text-align:right;
	padding-right:3px;
}
.tema_titulo{
	width:65%;float:left;padding-left:6px;
}
.tema_creador{
	width:29%;float:left;
	text-align:left;
	font-style:italic;
}


.listado_post{
	border: 1px solid #ffff99;
	padding:2px 6px 10px 6px;
	margin-bottom:2px;
}

.post_titulo{
	border-bottom:1px #ffff99 solid;
	margin-bottom:2px 6px 3px 6px;
	color:#cccccc;
	font-style:italic;
}

.post_autor{
	width:100px;
	float:left;
	border-right: 1px solid #ffff99;
	margin-top:5px;
}

.post_contenido{
	margin-left:100px;
	border-left: 1px solid #ffff99;
	padding-left:15px;
}

.num_post{
	font-weight:bold;
	color:#cccccc;
	float:right;
	font-size:0.85em;
	margin-right:15px;
}
.fecha_post{
	font-style:italic;
	color:#cccccc;
	float:left;
	font-size:0.85em;
}
.texto_post{
	text-indent:10px;
}

/* paginacion */

.paginacion
{
	text-align:center;
	margin-top:8px;
}

.paginacion a
{
	cursor:pointer;
	margin-right:15px; 
}
.pagina_actual
{
	 font-weight:bold;
	 font-size:1.10em;
}
.pagina_normal
{
	 font-weight:normal;
	 	 font-size:1em;
}
