/* Estilos */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	background-color: #DDDDD9;
	margin-top: .8em;
	margin-right: 0em;
	margin-bottom: .5em;
	margin-left: 0em;
}

/* Contenedores */

#contenedor {
	width: 990px;
	margin: auto;
	background-color: #FFFFFF;
}

/* esquinasybordes */

#bor_izq  {
	width: 100%;
	background-image: url(../media/bor_izq.jpg);
	background-repeat: repeat-y;
	background-position: left top;	
}
#bor_der {
	width: 100%;
	background-image: url(../media/bor_der.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
#bor_sup  {
	width: 100%;
	background-image: url(../media/bor_sup.jpg);
	background-repeat: repeat-x;
	background-position: left top;	
}
#bor_inf {
	width: 100%;
	background-image: url(../media/bor_inf.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#esq_inf_izq {
	width: 100%;
	background-image: url(../media/esq_inf_izq.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#esq_inf_der {
	width: 100%;
	background-image: url(../media/esq_inf_der.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#esq_sup_izq {
	width: 100%;
	background-image: url(../media/esq_sup_izq.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#esq_sup_der {
	width: 100%;
	background-image: url(../media/esq_sup_der.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

/* Cabecera */

#cabecera {
	width: 100%;
	float: left;
	color: #9F9392;
}

	/* Cabecera / Entidad */
	
#cabecera_editorial_hurqualya {
	width: 80%;
	float: right;
	color: #49639E;
	font-size: 0.7em;
	font-weight: bold;
	line-height: 2em;
	padding-top: 8em;
	padding-right: 5%;
	margin-bottom: 4.5em;
}
#_hurqualya {
	width: 75%;
	float: right;
	text-align: right;
	padding-top: 1em;
	padding-bottom: .7em;
}
#_foto {
	float: right;
}
# h1{
	font-size: 1.5em;
	font-weight: normal;
}
.hurqualya {
	font-size: 1.8em;
}
.logo {
	float: right;
	padding-left: 1em;
	padding-right: 1em;
}
	
/* Cuerpo  */

#cuerpo {
	width: 100%;
	float: left;
}

/* Pie  portada*/

#pie_p {
	width: 100%;
	float: left;
	padding-bottom: 1em;
}
#menus_pie {
	width: 64%;
	float: right;
	font-size: 0.7em;
	color: #49639E;
	padding-top: 1em;
	padding-right: 4%;
	padding-botton: .4em;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #8D93C0;
	margin-right: 2%;
}
#menus_pie img{
	padding-top: 0.5em;
	padding-right: 8%;
	padding-bottom: 1em;
}
#design {
	width: 64%;
	float: right;
	font-size: .7em;
	color: #908989;
	background-image: url(../media/linea_degra.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 1em;
	padding-right: 4%;
	padding-botton: .4em;
}
#design img{
	padding-top: 0.5em;
	padding-right: 8%;
	vertical-align:middle;
}

/* Pie segundas */

#pie {
	width: 100%;
	height: 2em;
	float: left;
	padding-top: 1em;
	padding-bottom: 3.1em;
}

/* Estilos etiquetas */

h1, h2, h3, h4, h5, h6, form, ul, ol, li, p {
	padding: 0px;
	margin: 0px;
}
a{
	color: #0000FF;
	text-decoration: none; 
}
a:hover{
	color: #CC0000;
	text-decoration: underline; 
}
hr {
	height: .1em;
	color: #CCCCCC;
	margin-top: .3em;
	margin-bottom: .3em;
	margin-left: 0em;
}
img {
	border: none;
}

/* Xtras */

.ocult {
	display: none;
}
.base{ 
	clear : both; /*extender fondos en firefox */
	margin : 0em;
	padding: 0em; 
} 
.sin_espacio {
	padding: 0em;
	margin: 0em;
}