/* CSS Document */
/* Imagenes max 150 ancho */

/* general */
html,body{
margin:0;
padding:0;
}

body{
	text-align:center;
	background-color:#660000;
	font-family: Verdana, Arial, Helvetica, sans-serif

	
	
}

/* cabecera */
div#cabecera {
float:right;
height:324px;
width:597px;
margin:0;
margin-right:6px;
	background-color:#660000;
}

/* contenedor */

div#contenedor{
width:783px;
margin:0 auto;
text-align:left;
background-image:url(ima/fondo_sin_fin.jpg);

}

/* contenido */

div#contenido{
float:right;
clear:right;
width:597px;
margin:0;
margin-right:6px;
background-image:url(ima/fondo_contenidos.jpg);
background-repeat:no-repeat;

	
}
/* Titulo Seccion */
.titulo_seccion_p {
/*border: 1px double #FFFFFF ;*/
font-size: 2em;
letter-spacing: 2px;
color:#660000;
padding-left:95px;
margin-top:25px;
font-style: italic;
background-image:url(ima/fondo_orna_titulo.gif);
background-repeat:no-repeat;
height:50px;
/* background-color:#990000 */

}
/* Noticias */

.noticia_titular {
font-size: 1.2em;
font-weight:bold;


}
.noticia_fecha {
font-style: oblique;
font-size: 0.4em;
font-weight: lighter;
}
.noticia_p {
/*border: 1px double #FFFFFF ;*/
font-size: 0.8em;
padding: 35px;
padding-top: 10px;
margin:15px;
margin-top:0px;
/*text-align:justify;*/
}
.parrafo_entrada {
font-size: 1em;
}
.noticia_firma {
font-style:oblique;
padding: 45px;
letter-spacing: 1px;
}
.noticia_p a:link {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.noticia_p a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.noticia_p a:hover {
	color:#CCCC99;
	text-decoration:underline;
	}

.capital {
margin-right:6px; 
margin-top:5px; 
float:left; 
color:white; 
background: #660000; 
border:1px solid darkkhaki; 
font-size:80px; 
line-height:60px; 
padding-top:2px; 
padding-right:5px; 
font-family:times
}
/* navegacion */

div#navegacion{
position:relative;
	float:left;
	clear:left;
	width:180px;
	background-image:url(ima/escudo_menu.jpg);
	background-repeat:no-repeat;
	background-color:#660000;
	font-size: 0.7em;
	
}
.menu {
margin-left: 15px;
margin-top: 5px;
margin-bottom:5px;
margin-right: 10px;


	}
.menu a:link {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.menu a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.menu a:hover {
	color:#CCCC99;
	text-decoration:underline;
	}
.menu_sub {
margin-left: 25px;
margin-top: 15px;
margin-bottom:5px;
margin-right: 10px;

	}
.menu_sub a:link {
	/*display:block;*/
	margin-right: 10px;
	color: #CCCCCC;
	text-decoration: none;
}
.menu_sub a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
.menu_sub a:hover {
	color: #CCCC99;
	text-decoration:underline;
}

.centrado{
text-align:center;
}
/*navegacion_fin*/
div#navegacion_fin{
	position:relative;
 	float:left;
	clear:left;
	width:180px;
	height:94px;
	text-transform: uppercase;
	background-image:url(ima/escudo_menu_fin.jpg);
	background-repeat:no-repeat
	
		
}
/* Logotipo */

div#logo{
	float:left;
	clear:left;
	width:180px;
	height: 215px;
	background-image:url(ima/escudo.jpg);
	background-repeat:no-repeat
	
}

/* PIE */

div.footer{
	clear:both;
	text-align:center;
	width:100%;
	background-image:url(ima/fondo_sin_fin_pie.jpg);
	color: #FFF;
	
}

p.footer {
font-size: 0.6em;
margin-left:15px;
padding:5px 10px;
/*overflow: hidden;
display: inline;*/
	
}

.footer a:link {
	/*display:block;*/
	color: #ffffff;
	text-decoration: none;
}
.footer a:visited {
	/*display:block;*/
	color: #ffffff;
	text-decoration: none;
}
.footer a:hover {
	color: #999999;
	 
}
/* formulario */

input{
width: 300px;
margin-bottom: 4px;
}

textarea{
width: 300px;
height: 150px;
margin-bottom: 4px;
}


#submitbutton{
margin-right: 0px;
margin-top: 5px;
width: 300px;
}

/* martes santo 2008 
.entrada_sub_p {
font-size: 0.8em;
padding: 35px;
padding-top: 10px;
margin:15px;
margin-top:0px;
}*/


