/* CSS Document */
/* ESTRUCTURAS */

body
{
	font-family:Tahoma,Verdana,Arial;
	font-size:11px;
	color:#FFFFFF;
	background:url(../images/fondo.jpg) #fde8f5 repeat top left;
	margin:0px;
	padding:0px;
}
#page
{
	width:1024px;
	height:557px;
	
	
}

#cabecera
{
	width:469px;
	height:506px;
	float:left;
	
	background-image:url(../images/index_01.jpg);
}

#contenidos
{
	width:555px;
	height:506px;
	float:left;
	
}

#pie
{
	width:1024px;
	height:30px;
	color:#8a305f;
	font-weight:bold;
	font-size:10px;
	margin:0px;
	padding:0px;
}

#imagen_top
{
	width:555px;
	height:79px;
	margin:0px;
	padding:0px;
	background-image:url(../images/index_02.jpg);
}
#botonera
{
	width:211px;
	height:147px;
	float:left;
	margin:0px;
	padding:0px;
}
#imagen_derecha
{
	width:344px;
	height:147px;
	float:left;
	margin:0px;
	padding:0px;
	background-image:url(../images/index_04.jpg);
	
}

#grueso
{
	width:555px;
	height:165px;
	text-align:justify;
	margin:0px;
	padding:0px;
	background-image:url(../images/index_10.jpg);
}
#noticias
{
	width:555px;
	height:115px;
	margin:0px;
	padding:0px;
	background-image:url(../images/index_11.jpg);
}
.spacer
{
	clear:both;
}

/* CONTENIDOS */

.violeta
{
	color:#8a305f;
}
.titulo
{
	color:#8a305f;
	font-weight:bold;
}

a
{
	color:#8a305f;
	font-weight:bold;
	text-decoration:none;
}
a:hover
{
	color:#8a305f;
	font-weight:bold;
	text-decoration:underline;
}
.separador
{
	width:3px;
	height:70px;
	margin-left:10px;
	background-image:url(../images/separador.jpg);
	background-repeat:no-repeat;
	float:left;
}
.cajita_noticia
{
	width:150px;
	padding:4px;
	margin-left:15px;
	height:70px;
	float:left;
}
