/* CSS Document */
/* CSS Document */
/* Reset css */

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	 
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}

q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/* Body ======================================================================== */
 body
{
	margin: 0px;
	color: #535252;
	text-align: left;
	font-family:  Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image:url(../images/bg.jpg);
}
/* Menu zona superior ======================================================================== */
#menu_sup
{
	padding-left: 100px;
	background-image:url(../images/menu_r1_c15.jpg);
	margin-bottom:20px;
}

/* Contenedores zona central ======================================================================== */
#cabecera
{
	width: 752px;
	height:166px;
	border-right:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	background-repeat: no-repeat;
	margin:auto;
	background-color: #669C46;
}
#contenedor
{
	width: 525px;
	margin:auto;
	margin-bottom: 30px;
}

	
/* Contenedores bloque central ======================================================================== */
#foto_noticia {
		margin-top:10px;
		}
#foto_noticia_big {
		margin-top:20px;
		}
#titulares
{
	border-bottom: 1px solid #507984;
	padding-bottom: 8px;
}
#bloque_noticia
{
	margin-top:15px;
}
#bloque_noticia_right
{
	margin-top:15px;
	text-align:right;
}
#bloque_noticia_left
{
	margin-top:15px;
	text-align:left;
}
#paginador
{
	margin-top:30px;
	padding: 5px 0px 5px 0px;
	text-align: center;
	border-top:  1px solid #507984;
	color:#B90505;
}
.tr_documentos
{
	padding: 4px 0px 4px 0px;
	border-bottom: 1px solid #507984;
}
.tr_documentoslista
{
	padding: 4px 0px 4px 0px;
	
}
.imput
{
border: 1px solid #244851;
width: 300px;
padding: 2px;
}

/* Contenedor derecha======================================= */
#columna_right
{
	margin-top:97px;
	margin-left: 17px;
	margin-right: 5px;
}
.banner
{
	margin-top:15px;
}
/* Menú derecha ======================================== */

#menu {
display: block;
margin: 0px 0px 0px 0px;
padding: 0px;
list-style: none;
 }
#menu a {
display: block;
color: #ffffff;
text-decoration:none;
padding-bottom:6px;
margin-bottom:6px;
border-bottom: 1px dotted #8F7C33; }

#menu a:hover {

color: #8F7C33;
}
#menu a.active {

color: #8F7C33;
}

/* Pie ======================================== */

