BODY
{
	background-image: url(../imagenes/fondo_grunge.jpg);
	background-attachment:fixed;
	text-align:center;
}

/*Estilos para la capa contenedora*/
#contenedora
{
	margin: auto;
	padding: 0px;
	position:absolute;
	left: 200px;
	width: 750px;
	height: 550px;
}

/*Estilos para la cabecera*/
#cabecera
{
	height: 110px;
	width: 760px;
	background-image: url(../imagenes/cabeceraNueva.png);
}

			/*------ELEMENTOS DE LA CAPA IZQUIERDA -----------*/
/*Estilos para la capa de la izq, la que contiene el menu*/
#capaizq
{
	float:left;
	width:150px;
	padding:0px;
	margin: 0px;
}
/*Estilos para posicionar el reloj en la pagina web*/
#posReloj
{
	float:left;
	margin-left:20px;	
}

			/*------FIN ELEMENTOS DE LA CAPA DERECHA -----------*/
			
			/*------ELEMENTOS DE LA CAPA CENTRAL -----------*/

/*Estilos para la capa del centro, la que contiene las noticias*/
#capacentro
{
	width:400px;
	float:left;
}
/*Estilo para el texto de la parte de las noticias*/
FONT.estilo
{
	font-weight:900;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #000;
}
/*Estilos para los distintos apartados de las noticias*/
P.autorNoticias
{ 
	padding-right:20px; 
	font-weight:600;
	font-size:12px;
	text-align:right;
	font-family:"Courier New", Courier, monospace;
	color: #00105B;
	margin:2px 0 0 0;
	
}
P.cuerpoNoticia
{
	margin-top:20px;
}
DIV.pieNoticias
{
	background-image: url(../imagenes/chinchetas.png);
	width: 380px;
	left: 169px;
	height: 31px;	
}
DIV.fondoNoticias
{
	background-image:url(../imagenes/fondonoticias.png);
	margin-left: 20px;
	margin-top: 20px;
}
DIV.tentaculos
{
	position:absolute;
	background-image:url(../imagenes/tentaculos.png);
	margin-left:0px;
	height:130px;
	width:380px;
	left: 171px;
}
DIV.pliegue
{
	position:absolute;
	background-image:url(../imagenes/pliegue.png);
	background-repeat:no-repeat;
	margin-left:0px;
	height:130px;
	width:380px;
	left: 169px;
}
P.fuenteNoticias
{
	font-size:35px;
	padding-top:65px;
}
.pagSig A
{
	text-decoration:none;
	display:inline;
	height:30px;
	width:40px;
	letter-spacing:3px;
	text-align:center; 
	color: #3300FF;
}
.pagSig A:HOVER
{
	color:#8B1B14;
	font-size:20px;
}

			/*------FIN ELEMENTOS DE LA CAPA CENTRAL -----------*/

			/*------ELEMENTOS DE LA CAPA DERECHA -----------*/
/*Estilos para la capa derecha, la del login y las paginas amigas*/
#capader
{
	float:right;
	width:195px;
}

/*Estilos para alinear el apartado del login*/
LABEL
{
	font: 14px bold;
}
LABEL SPAN.usuario
{
	margin-right:30px;
}
LABEL SPAN.pass
{
	margin-right:8px;
}

/* Estilos para las listas, usadas para los enlaces de las paginas amigas*/
UL,LI
{
 	margin-left:-22px;
	list-style-type:none;
}

			/*------FIN ELEMENTOS DE LA CAPA DERECHA -----------*/
			
/*Estilos para la barra de creditos de abajo del todo*/
#creditos
{
	width:100%;
	margin: 0;
	clear:both;
}

/*Estilos para enlaces*/
.estilo_enlaces A
{
	display: block;
	height:20px;
	text-align:center; 
	color: #000000;
}
.estilo_enlaces A:HOVER
{
	color:#8B1B14;
	font-size:20px;
}

.estiloAdmin A
{
	text-align:center; 
	font-weight:800;
	color:#891616;
}

.estiloAdmin A:HOVER
{
	font-size:18px;
	color:#FFFFFF;
}

/*Estilos para la capa que contiene los menus, la grisacea esa*/
DIV.top 
{
	height:28px; 
	background-image:url(../imagenes/top_line2.png); 
	background-repeat: repeat-x; 
	margin:6px 0 0 0;
}
	
IMG.esquina_sup_izq { float:left; }
IMG.esquina_sup_der { float:right; }

DIV.contenido
{ 
	background-image:url(../imagenes/left_line2.png); 
	background-repeat:repeat-y; 
	background-color: #565a5d;
}
	
DIV.centrocaja
{
	padding:0 5% 0 5%; 
	background-image:url(../imagenes/right_line2.png); 
	background-position:right; 
	background-repeat:repeat-y;

}
	
DIV.pie 
{
	height:28px;
	background-image:url(../imagenes/btm_line2.png); 
	background-repeat:repeat-x; 
	border:0;
	padding:0;
	margin:0;
}
P.autor 
{ 
	padding-right:8px; 
	font: 12px bold;
	text-align:right;
	font-family:"Courier New", Courier, monospace;
	color: #00105B;
	margin:2px 0 0 0;
	
}
	
IMG.esquina_inf_izq { float:left; }
IMG.esquina_inf_der { float:right; }

/*Estilos para los titulos de cada uno de los apartados*/
H2 
{
	margin:0px;
	font-family: Geneva, Arial, Helvetica, sans-serif ;
	font-size:20px;
}

/*Estilos para la capa que contiene las validaciones de css, html*/
#capaValidaciones
{
	clear:both;
	width:100%;
}
.alineaIzq
{
	float:left;
}


