*{
   margin:0;
   padding:0;
}
html,body{
    height: 100%;
}
html{
    background-image:url(../imagenes/fondo.gif);
}
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#333;
    background-image:url(../imagenes/fondo_contenido/fondo_contenido.jpg);
    background-repeat: no-repeat;
    background-position: center 189px;
    display: table;
    width: 100%;
}
h3{
    font-weight: normal;
    font-size: 18px;
}
.margen{    
    margin-left: 50px;
}
#general{
    width: 940px;
    margin: 20px auto 0;
}
#contenido{
    width:940px;
    background-image:url(../imagenes/fondo_contenido/fondo_contenido.jpg);
    background-repeat: repeat-y;
    background-position: center top;
}
#contenido .zona_izquierda{
    width:940px;
    font-size:13px;
}
.tcolor{
    color: #E3B534;
    font-weight: bold;
}
.gColor{
    color: #666666;
}
.pcolor{
    color: #333333;
}
.ntexto{
    font-weight: bold
}
.clearing{
    clear: both;
}
a{
    color:#e7ae0e;
    text-decoration:none;
}	
a:hover{
    color:#e7ae0e;
    text-decoration:underline;
}
p{
    margin:5px 0 5px 0;
    padding:0;
    padding-bottom: 5px;
}
.loading{
    background: url("../imagenes/loader.gif") no-repeat top center;
    height: 20px;
    padding-top: 45px;
    text-align: center;
    margin-top: 20px;
}
.documento{
    border: none;
    margin-top: -90px;
    width: 617px;
    height: 500px;
    background: none;
}
input{
    width:300px;
    border:1px solid #655a56
}
textarea {
    width:300px;
    border:1px solid #655a56
}
.boton {width:100px;}	
#header{
    width:940px;
    height:113px;
    background-image:url(../imagenes/cabecera/fondo_cabecera.png);
    background-repeat:no-repeat;
    background-position:top;
}
	
#header .logo{
    margin:18px 0 0 48px;
}
	
#menu_superior{
	margin:0 auto;
	padding:0;
	width:940px;
	height:34px;
	background-image:url(../imagenes/menu_superior/fondo_menu_superior.jpg);
	background-repeat:repeat-x;
	}
	
#menu_superior ul{
	margin:0 0 0 33px;
	padding:0;
	list-style-type:none;
	line-height:34px;
	}

#menu_superior li{
	float:left;
	padding: 0;
	color:#FFF;
	background-image:url(../imagenes/menu_superior/separador.jpg);
	background-position:right;
	background-repeat:no-repeat;
	}
	
#menu_superior li a{
	color:#FFF;
	text-decoration:none;
	padding: 0 19px 0 17px;
	}
	
#menu_superior li a:hover{
	color:#FFF;
	text-decoration:none;
	background-image:url(../imagenes/menu_superior/fondo_menu_superior_on.jpg);
	background-repeat:repeat-x;
	background-position:right;
	display:block;
	}
	
#menu_superior .ultima{
	background-image:none;
	}
	
#menu_superior .ultima a:hover{
	background-image:url(../imagenes/menu_superior/fondo_menu_superior_on_ultima.jpg);
	}
	
#menu_inferior{
	margin:0 auto;
	padding:0;
	width:940px;
	height:22px;
	background-color:#655a56;
	}
	
#menu_inferior ul{
	margin:0 0 0 50px;
	padding:0;
	list-style-type:none;
	line-height:22px;
	}

#menu_inferior li{
	float:left;
	margin: 0 25px 0 0;
	color:#FFF;
	}
	
#menu_inferior li a{
    color:#FFF;
    text-decoration:none;
}	
#menu_inferior li a:hover{
    color:#e3b534;
    text-decoration:none;
}
#contenido .zona_izquierda .cuerpo_iframe{
    margin:0 0 0 50px;
    padding:20px 0 20px 0px;
    width:620px;
    height:auto;
    background-color:#FFFFFF;
}
#contenido .zona_izquierda .pie{
    margin:40px 0 0 0;
    padding:0 0 0 20px;
    width:585px;
    height:17px;
    line-height:17px;
    color:#999;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    background-image:url(../imagenes/pieiframe/logo.gif);
    background-position:left;
    background-repeat:no-repeat;
}
#contenido .zona_derecha .caja_buscar{
    margin:10px 0 0 0;
    padding:0;
    width:220px;
    height:55px;
}
#contenido .zona_derecha .caja_buscar .campo_buscar{
    margin:10px 0 0 25px;
    padding:0;
    width:114px;
    line-height:20px;
    height:20px;
    color:#999999;
    float:left;
}
#contenido .zona_derecha .caja_buscar .buscar{
    padding:0 0 0 10px;
    width:56px;
    line-height:45px;
    float:left;
    color:#FFF;
}
div.Titulo_Enlaces{
    color:#E7AE0E;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:15px;
    font-weight:bold;
    padding-top:10px;
}
div.noticia{
    margin: 13px 0 60px;
    width: 100%;
}
.ntitle{
    display: block;
    text-align: center;
    font-weight: bold;
}
.noticia p{
    display: block;
    left: 0;
    margin: 20px auto;
    top: 0;
}
.noticia img{
    float: left;
    margin: 0 60px;
}
