@charset "utf-8";
/* CSS Document */
   body {
    margin:0;
    padding:0;
    text-align:center;
   }

   #content {
    text-align:left;
    margin:auto;
    width:766px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
   }

   #cabecera {
    width: 766px;
    height:200px;
   }

   #contenido {
    width:766px;
    height:auto;
    float:left;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	}
	
	#columna_a {
	float:left;
	padding-left:5px;
	padding-top:5px;
	width:245px;
	border-right:#E5E5E5 dotted 2px;
	}
	
	#columna_b {
	float:left;
	padding-left:5px;
	padding-top:5px;
	width:245px;
	}
	
	#columna_c {
	float:left;
	padding-left:5px;
	padding-top:5px;
	width:245px;
	border-left:#E5E5E5 dotted 2px;
	background-image:url(img/bg_c.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	}
		

   #pie {
    clear:both;
    width:766px;
	padding-top:10px;
	padding-bottom:10px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	text-align:center;
   }
   
   .titulos_novedades {
   color:#003366;
   font-family:Geneva, Arial, Helvetica, sans-serif;
   font-size:14;
   font-weight:600;
   line-height:normal;
   }
   
   .imagenes_inicial {
   border:#CCCCCC 1px dotted;
   }
   
   .editor {
   width:766px;
   height:370px;
   border:#CC3300 2px dotted;
   background-color:#FFF1C4;
   }

	.textarea {
	width:200px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:normal;
	color:#006699;
	border:#999999 dotted 1px;
	background-color:#F7E99D;
	
	}
	
.foto_noticia {
float:left;
}

.paginacion{
float:left;
padding-left:10px;
padding-top:10px;
padding-bottom:5px;
width:400px;
}	

.imagen_principal_noticia{
margin-top:20px;
margin-left:10px;
margin-bottom:10px;
margin-right:10px;
border:#CCCCCC 2px solid;
}

.titulo_noticia {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
color:#669900;
text-align:left;
line-height:normal;
border-bottom:#CCCCCC 1px dotted;
}
.texto_noticia {
float:left;
width:350px;
margin-top:10px;
text-align:left;
color:#333333;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:100;
line-height:normal;
text-align:justify;
}

.texto_noticia_index {
float:left;
width:100px;
margin-top:10px;
text-align:left;
color:#999999;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
line-height:normal;
text-align:left;
}

.imagenes_noticias{
float:left;
margin-top:5px;
margin-left:0px;
margin-bottom:15px;
margin-right:10px;
border:#CCCCCC 2px solid;
}

.divisor_noticia {
border-top:#999999 1px dotted;
}

a:link {
color:#006699;
text-decoration:none
}
a:visited {
color:#006699;
text-decoration:none
}
a:hover {
color:#0099FF;
text-decoration:none;
}
