body {
	background-image: url(../images/background.jpg);
	background-color: #026;
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
	font-family: arial, helvetica, sans-serif;
}
a:active,
a:link,
a:visited {
	color: #05a;
	text-decoration: none;
}
a:hover {
	color: #05a;
	text-decoration: underline;
}
a:focus {
	outline:none;
}

/* INICIO CABECERA */

td.cabecera {
	width: 950px;
	background: url(../images/cabeceras/cabecera.jpg);
}
td.zonabc {
	text-align: right;
	vertical-align: top;
	padding: 0px 5px 0px 0px;
}
#registro {
	position: absolute;
	z-index: 1;
	background-color: #fff;
	border: 1px solid #05a;
	top: -1px;
	left: -2px;
	width: 345px;
	text-align: right;
	font-family: Arial, Sans-Serif, Verdana;
	font-size: 10px;
	color: #000;
	filter: alpha(opacity=80);
	opacity: .8;
	-moz-opacity:0.8;
}
#registrado {
	position: absolute;
	z-index: 1;
	top: -1px;
	left: -60px;
	width: 280px;
	text-align: right;
	font-family: Arial, Sans-Serif, Verdana;
	font-size: 10px;
	color: #000;
}
td.login {
	font-family: Arial, Sans-Serif, Verdana;
	font-size: 10px;
	color: #000;
	padding: 4px 4px 3px 4px;
}

/* FIN CABECERA */

/* INICIO MENU */

td.menu {
	height: 24px;
	background: url(../images/cabecera_menu.jpg);
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	color: #036;
}
td.menuSpace {
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	color: #cc3;
}
a.menuBoton:active,
a.menuBoton:link,
a.menuBoton:visited {
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #036;
	text-decoration: none;
	padding: 3px 13px 2px 13px;
}
a.menuBoton:hover {
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #036;
	text-decoration: none;
	background-color: #cc3;
	padding: 3px 13px 2px 13px;
}
.Menu {
	position: relative;
	margin: 0px;
	z-index: 4;
}
.subMenu {
	position: absolute;
	top: 16px;
	left: 0px;
	visibility: hidden;
	z-index: 4;
	width: 120px;
	background-color: #024;
	border-color: #cc3;
	text-align: left;
	color: #fff;
}
.subMenu a:active,
.subMenu a:link,
.subMenu a:visited {
	font-family: arial;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	padding: 4px 7px 4px 7px;
	display: block;
	background-color: #024;
	border-color: #cc3;
}
.subMenu a:hover {
	font-family: arial;
	font-size: 11px;
	background-color: #cc3;
	color: #036;
	text-decoration: none;
	padding: 4px 7px 4px 7px;
	display: block;
}
.subMenuSp {
	background-color: #cc3;
	height: 1px;
}

/* FIN MENU */

/* INICIO PORTADA */

td.fotoPortada {
	width: 470px;
	height: 300px;
	margin: 0;
	padding: 0;
}
td.textoPortada {
	text-align: left;
	font-size: 13px;
	color: #fff;
	padding: 5px 5px 5px 5px;
	background-image: url(../images/back.jpg);
	background-color: #03a;
	background-repeat: repeat-x;
	
}
td.textoPortada a:active,
td.textoPortada a:link,
td.textoPortada a:visited {
	color: #fe0;
	text-decoration: none;
}
td.textoPortada a:hover {
	color: #09f;
	text-decoration: none;
}
#divTextoPortada {
	position: absolute;
	width: 460px;
	height: 40px;
	top: 258px;
	left: 12px;
	z-index: 3;
	border: 0;
	text-align: left;
	font-family: Arial, Sans-Serif, Verdana;
	font-size: 28px;
	font-weight: bold;
	color: #fe0;
}
#divTextoPortada a:active,
#divTextoPortada a:link,
#divTextoPortada a:visited {
	color: #fe0;
	text-decoration: none;
}
#divTextoPortada a:hover {
	color: #09f;
	text-decoration: none;
}
#divTitPortada {
	position: absolute;
	width: 470px;
	height: 50px;
	top: 250px;
	left: 0px;
	z-index: 2;
	background-image: url(../images/titular.jpg);
	background-repeat: repeat-x;
	background-color: #013;
	border: 0;
	filter: alpha(opacity=70);
	opacity: .7;
	-moz-opacity:0.7;
}
#divFotoPortada {
	position: absolute;
	width: 470px;
	height: 30px;
	top: 0px;
	left: 0px;
	z-index: 1;
	border: 0;
}
td.noticiaPortada {
	text-align: left;
	font-size: 13px;
	color: #fff;
	padding: 0px 0px 5px 0px;
}
td.noticiaPortada a:active,
td.noticiaPortada a:link,
td.noticiaPortada a:visited {
	color: #fe0;
	text-decoration: none;
}
td.noticiaPortada a:hover {
	color: #09f;
	text-decoration: none;
}
a.noticiaTitular:active,
a.noticiaTitular:link,
a.noticiaTitular:visited {
	font-size: 15px;
	font-weight: bold;
}
a.noticiaTitular:hover {
	font-size: 15px;
	font-weight: bold;
}
img.noticiasPortada { 
	width: 125px;
	height: 80px;
	border: 0px;
	margin: 0px 10px 5px 0px;
	float: left;
}

table.caja {
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	margin-bottom: 10px;
}
table.caja th {
	font-size: 12px;
	font-weight: bold;
	color: #eee;
	text-align: left;
	vertical-align: middle;
	padding: 4px 7px 4px 7px;
	border-top: 1px solid #06c;
	border-left: 1px solid #06c;
	border-right: 1px solid #06c;
	background-image: url(../images/caja_fondo.jpg);
	background-repeat: repeat-x;
	background-color: #036;
}
table.caja td {
	font-size: 12px;
	color: #fff;
	text-align: left;
	vertical-align: top;
	padding: 6px 6px 6px 6px;
	border: 1px solid #06c;
	background-color: #03a;
}
table.caja td  a:active,
table.caja td a:link,
table.caja td a:visited {
	color: #fe0;
	text-decoration: none;
}
table.caja td a:hover {
	color: #09f;
	text-decoration: none;
}

.cajahl {
	color: #fff;
	padding: 1px 4px 1px 4px;
	font-size: 12px;
	background-color: #06c;
}
.cajap {
	font-size: 11px;
	padding: 0px 0px 0px 10px;
	margin-top: 8px;
	margin-bottom: 5px;
}

/* FIN PORTADA */




/* INICIO SECCIONES */

td.tituloSeccion {
	font-size: 20px;
	font-weight: bold;
	color: #06c;
	text-align: left;
	vertical-align: top;
	padding: 0px 0px 4px 0px;
}
td.lineaSeccion {
	padding: 0px 0px 4px 0px;
	border-bottom: 2px solid #ccc;
}

table.caja2 {
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	margin-bottom: 10px;
}
table.caja2 th {
	font-size: 11px;
	font-weight: bold;
	color: #444;
	text-align: left;
	vertical-align: middle;
	padding: 4px 7px 4px 7px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background-color: #eee;
}
table.caja2 td {
	font-size: 11px;
	text-align: left;
	vertical-align: top;
	padding: 6px 6px 6px 6px;
	border: 1px solid #ddd;
	background-color: #fff;
}
td.noticiaPortada2 {
	text-align: left;
	font-size: 12px;
	padding: 0px 0px 5px 0px;
}
a.noticiaTitular2:active,
a.noticiaTitular2:link,
a.noticiaTitular2:visited {
	font-size: 15px;
	font-weight: bold;
}
a.noticiaTitular2:hover {
	font-size: 15px;
	font-weight: bold;
}

table.plantilla {
	background: #fff;
	border: 2px solid #ccc;
	border-left-width : 2px;
	border-bottom-width : 2px;
	border-right-width : 2px;
	border-top-width : 2px;
	border-collapse: collapse;
}
td.plantillaEncabezado {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #036;
	font-weight: bold;
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 3px 6px 3px 6px;
}
td.plantillaTitulo {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	background-color: #06c;
	border: 1px solid #ccc;
	padding: 3px 6px 3px 6px;
}
td.plantillaTexto {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background: #fff;
	border: 1px solid #ccc;
	padding: 2px 6px 2px 6px;
}

/* FIN SECCIONES */


td.texto {
	padding: 10px 0px 0px 0px;
	font-size: 12px;
	color: #000;
	text-align: left;
}
.titular {
	font-size: 30px;
	font-weight: bold;
	color: #003;
}
.aux {
	font-size: 11px;
	color: #777777;
}
.titular2 {
	font-size: 20px;
	font-weight: bold;
	color: #003;
}

td.texto2 {
	font-size: 20px;
	color: #000000;
}
td.titular {
	font-size: 32px;
	font-weight: bold;
	color: #012;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
td.titular2 {
	font-size: 20px;
	font-weight: bold;
	color: #012;
	padding: 0px 0px 5px 0px;
	text-align: left;
}
.aviso {
	font-size: 11px;
	color: #dd0000;
}



td.contenido {
	height: 100%;
	background: url(../images/fondo_contenido.jpg);
	text-align: center;
}
td.titulo {
	height: 30px;
	background: url(../images/titulo_seccion.jpg);
	padding: 4px 0px 0px 10px;
}
td.portada {
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	color: #000;
}

td.seccion {
	padding: 5px 5px 0px 5px;
	font-size: 11px;
	color: #000000;
}
ul.texto {
	list-style-image: url('../images/imagenes/punto.jpg');
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 25px;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ul.texto li {
	padding-left: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
img.foto { 
	border: 1px solid #0066bb;
}
a.fotohome img { 
	border: 1px solid #0066bb;
}
a.fotohome:hover img {
	border: 1px solid #ff9900;
}
td.pie {
	height: 35px;
	background: url(../images/imagenes/fondo_pie.jpg);
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
	color: #cccccc;
}
td.pie a:active,
td.pie a:link,
td.pie a:visited {
	color: #ffffff;
	text-decoration: none;
}
td.pie a:hover {
	color: #ffbb00;
	text-decoration: underline;
}
img.noticiashome { 
	margin: 0px 10px 0px 0px;
}
img.especiales { 
	border: 1px solid #003366;
	margin: 10px 10px 0px 10px;
}
img.actualidad { 
	border: 1px solid #003366;
	margin: 10px 0px 10px 10px;
}
img.der { 
	border: 1px solid #dddddd;
	margin: 0px 0px 0px 20px;
	padding: 5px;
	float: right;
}
img.izq { 
	border: 1px solid #dddddd;
	margin: 0px 10px 0px 0px;
	padding: 5px;
	float: left;
}
img.nor { 
	border: 1px solid #dddddd;
	margin: 10px 0px 0px 0px;
	padding: 5px;
}

span.auxiliar {
	font-family: arial;
	font-size: 11px;
	color: #999999;
}


a.portadaTitulo:active,
a.portadaTitulo:link,
a.portadaTitulo:visited {
	font-size: 30px;
	font-weight: bold;
}
a.portadaTitulo:hover {
	font-size: 30px;
	font-weight: bold;
}
a.noticiasTitular:active,
a.noticiasTitular:link,
a.noticiasTitular:visited {
	font-size: 14px;
	font-weight: bold;;
}
a.noticiasTitular:hover {
	font-size: 14px;
	font-weight: bold;
}
.campo {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background: #f6f6f6;
	border: 1px solid #dddddd;
}

#ventana_titulo {
	position: relative;
	background-image: url(../images/imagenes/top_in.jpg);
    width: 298px;
	height: 18px;
	border: 1px solid #eee;
	float: right;
}

#ventana_titulo  p {
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #036;
	margin: 2px 8px 2px 8px;
}

#ventana_contenido {
	position: relative;
    width: 298px;
    background: #fff;
	border: 1px solid #eee;
	float: right;
	margin: 0px 0px 10px 0px;
	text-align: left;
	font-size: 11px;
}
#ventana_contenido p {
	text-align: left;
	font-size: 11px;
	color: #333;
	margin: 8px 8px 8px 8px;
}

#ventana_contenido ul  {
	list-style-image: url('../images/imagenes/punto.jpg');
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 25px;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 0pt;
	padding-left: 1px;
}

#ventana_contenido ul li {
	padding-left: 0px;
	padding-bottom: 0px;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 1px;
	margin-left: 2px;
}


td.titulo_seccion {
	height: 30px;
	padding: 4px 0px 0px 0px;
	border-bottom: 1px solid #ddd;
}

td.pie {
	background-image: url(../images/imagenes/fondo_pie.jpg);
	background-repeat: repeat-x;
	background-color: #05a;
	font-size: 10px;
	color: #ddd;
	text-align: left;
	vertical-align: top;
	padding: 10px 10px 10px 10px;
}
td.pie a:active,
td.pie a:link,
td.pie a:visited {
	color: #fff;
	text-decoration: none;
}
td.pie a:hover {
	color: #f90;
	text-decoration: none;
}

td.pie ul {
	list-style-image: url('../images/imagenes/punto.png');
	margin-left: 18px;
	padding-left: 0px;
}

/* INICIO AGENDA */

dl { 
	width: 282px;
	margin: 0;
	padding: 8px 0px 8px 8px;
}
dd { 
	margin: 0;
	text-align: left; 
	font-size: 11px; 
	color: #333; 
	padding: 2px 0px 5px 15px;
}
dt {
	height: 20px;
	font-size: 11px; 
	color: #333; 
	text-align: left; 
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

#agenda_hoy {
	width: 290px;
	height: 10px;
	font-size: 10px; 
	color: #999; 
	text-align: right; 
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#agenda_fecha {
	background-image: url(../images/imagenes/fondo_agenda.jpg);
	background-repeat: no-repeat;
	width: 50px;
	height: 16px;
	font-size: 10px; 
	color: #FFF; 
	text-align: center; 
	font-weight: bold;
	float: left;
	padding: 1px 10px 0px 0px;
	margin: 1px 0px 0px 0px;
}

/* FIN AGENDA */

#foto_pie {
	position: relative;
    width: 300px;
    background-color: #eee;
	margin: 0px 0px 10px 0px;
	float: right;
}

#foto_pie p {
	margin: 5px 8px 0px 8px;
	padding: 0px 0px 6px 0px;
	text-align: left;
	font-size: 11px;
	color: #555;
}

td.autor {
	vertical-align: bottom;
	font-family: arial;
	font-size: 11px;
	color: #666666;
}

#compartir {  
	list-style: none;
	margin: 0px;
	padding: 0px;
}
	
#compartir li {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	float: right;
}
	
#compartir li a {
	display: block;
	padding: 0px 0px 0px 15px;
	text-decoration: none;
	font-family: Arial, Sans-Serif, Verdana;
	font-size: 11px;
	color: #999;
}

#compartir li a:hover {
	color: #666;
	text-decoration: underline;
}

ul li.envia a { 
	background: url(../images/botones/icono_envia.jpg) 0px 0px  no-repeat;
	text-decoration:none;
}

ul li.comparte a { 
	background: url(../images/botones/icono_comparte.jpg) 0px 0px  no-repeat;
	text-decoration:none;
}

ul li.imprime a { 
	background: url(../images/botones/icono_imprime.jpg) 0px 0px  no-repeat;
	text-decoration:none;
}

ul li.descarga a { 
	background: url(../images/botones/icono_descarga.jpg) 0px 0px  no-repeat;
	text-decoration:none;
}

#noticia_texto {
	position: relative;
    width: 460px;
	left: 0px;
	top: 0px;
	float: left;
    background-color: #fff;
	text-align: left;
	font-family: Arial, Sans-Serif, Verdana;
	font-size: 12px;
	color: #000;
}

#noticia_fotos {
	position: relative;
    width: 300px;
	left: 0px;
	top: 10px;
	margin: 0px 0px 10px 0px;
	float: right;
	text-align: left;
	font-family: Arial, Sans-Serif, Verdana;
	font-size: 11px;
	color: #000;
}

#noticia_fotos a {
	font-size: 11px;
	color: #05a;
	text-decoration: none;
}

#noticia_fotos a:hover {
	color: #f90;
	text-decoration: none;
}

#noticia_pie {
	position: relative;
    width: 300px;
	left: 0px;
	top: 0px;
    background-color: #eee;
}

#noticia_pie p {
	margin: 5px 8px 8px 8px;
	text-align: left;
	font-family: Arial, Sans-Serif, Verdana;
	font-size: 11px;
	color: #555;
}

#enviar_noticia {
	position: relative;
	background-color: #fff;
	top: 0px;
	left: 0px;
	width: 300px;
	margin: 0px 0px 10px 0px;
	visibility: show;
	text-align: right;
	font-family: Arial, Sans-Serif, Verdana;
	font-size: 11px;
	color: #666;
}

#enviar_noticia p {
	margin: 5px 0 5px 0;
}

#compartir_noticia {
	position: relative;
	background-color: #fff;
	top: 0px;
	left: 0px;
	width: 300px;
	margin: 0px 0px 10px 0px;
	visibility: show;
	text-align: right;
	font-family: Arial, Sans-Serif, Verdana;
	font-size: 11px;
	color: #666;
}
#compartir_noticia a {
	color: #666;
	text-decoration: none;
}

#compartir_noticia a:hover {
	color: #666;
	text-decoration: underline;
}

td.indice {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	color: #012;
	vertical-align: middle;
	background-color: #eee;
	padding: 0px 5px 0px 5px;
}


/* INICIO ADMINISTRADOR */

td.menu_admin {
	width: 175px;
	vertical-align: top;
	text-align: left;
	background-color: #ddd;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #036;
	padding: 10px 10px 10px 10px;
}
td.menu_admin a {
	color: #036;
	text-decoration: none;
}
td.menu_admin a:hover {
	color: #036;
	text-decoration: underline;
}

td.menu_admin ul {
	list-style: square;
	margin-left: 18px;
	padding-left: 0px;
}
.warning { background: url("http://icongame.es/images/icons/no.png") no-repeat scroll left top #fee; padding: 15px 15px 15px 40px; margin: 0 0 25px 0; font-size: 12px; font-weight: bold; color: #333; }
.ok { background: url("http://icongame.es/images/icons/ok.png") no-repeat scroll left top #f6f6f6; padding: 15px 15px 15px 40px; margin: 0 0 25px 0; font-size: 12px; font-weight: bold; color: #333; }

/* FIN ADMINISTRADOR */


/* INICIO FOOTER */

td.pie {
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
	background-color: #03a;
	font-size: 11px;
	color: #ddd;
	text-align: center;
	vertical-align: top;
	padding: 8px 8px 8px 8px;
	border-top: 1px solid #fe0;
}
td.pie a:active,
td.pie a:link,
td.pie a:visited {
	color: #fff;
	text-decoration: none;
}
td.pie a:hover {
	color: #fe0;
	text-decoration: none;
}

td.pie ul {
	list-style-image: url(../images/punto.png);
	margin-left: 18px;
	padding-left: 0px;
}

/* FIN FOOTER */




