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


/* Esto se usa para mostrar correctamente el logo de lloweb */
@import '../newweb/fixed4all.css';



body
{
    color: #ffffff;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*background: url(img/bg_sup.gif) repeat-x;*/
	background-color: #333333;
	font-size:small;
	height:100%;
	text-align: center;
}
a{
color:#EEEEEE;
font-weight:bold;
text-decoration:none;
}
a:hover{
color:#000000;
}
img{
border:none;
}
.foto{
border: 3px #FFFFFF solid;
margin: 1px;
}

#wrapper {
margin: 0 auto;
text-align:center;
width: 812px;
background:url(img/bg_pag.jpg) repeat-y;
}
#cabecera{
font-weight:bold;
width: 1200px;
}

#bg_cabecera{
font-weight:bold;
background-color: #211f1f;
margin: 0 auto;
text-align:left;
width: 100%;
}
#menu{
font-weight:bold;
background:url(images/menubg.jpg) repeat-x;
margin: 0 auto;
text-align:center;
width: 100%;
height:46px;
}
#piepagina{
margin: 0 auto;
padding:0;
text-align:center;
width: 812px;
height:160px;
background: url(img/bg_piepa.jpg) no-repeat;
}


.noticia a:hover{
color:#666666;
}

.principal_evento{
position:relative;
background:url(img/fondo_evento.jpg);
background-repeat:no-repeat;
width:355px;
height:289px;
}

.principal_evento_borde{
position:relative;
float:right;
background:url(img/borde_rosa.gif);
background-repeat:no-repeat;
width:178px;
height:131px;
margin-top:-136px;
margin-right:5px; 
text-align:right;
z-index:11;
}

.principal_evento_texto{
margin-right:10px;
margin-top:65px;
font-size:12px;
font-family:  Arial, Helvetica, sans-serif;
}

.negrita{
font-weight:bold;
}

.blanco{
color:#FFFFFF;
}

.negro{
color:#000000;
}

.titulo{
font-size:14px;
font-weight:bold;
}


/* ESTO LO UTILIZAMOS CUANDO AJUSTAMOS UNA IMAGEN HORIZONTAL A CUADRADA */
.div_foto{
border: 3px solid #FFFFFF;
margin:1px;
}

.no_borde{
border: 0px;
margin: 0px;
}

.div_no_foto{
margin:1px;
}

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




