

/**************************************************************************************************** */
	/****************               CONFIGURACIÓN DE LOS ESTILOS           **************** */
	/****************           DE POSICIONAMIENTO Y ESTILO GLOBALES       **************** */
	/****************                                                      **************** */
/**************************************************************************************************** */


/*************** FORMATEO DE PREESTILOS *************** */


html, body, p, h1,h2,h3,h4,td,tr,th,div,em,strong{ margin:0; padding:0;border:0}
.ocultartexto{ display:none;}

/******************************************************************* */
/*****                   ESTILOS GLOBALES                     ***** */
/******************************************************************* */




/************* ENCABEZADOS **************** */
h1{
	
	}
h2{
	font-size:140%;
	color:#FFFFFF;
	font-weight:bold;
	margin-top: 4px;
	margin-left: 38px;
	}
h3{
	margin-top: 10px;
	font-size:100%;
	font-weight:bold;
 }
 h4{
	margin-top: 8px;
	font-size:100%;
	font-weight: normal;
	text-transform: uppercase;
 }
 p { margin-top:5px; margin-bottom:5px;}
 
 ul{
	
	padding-left:15px;
	margin-left: 15px;
	margin-bottom:5px;
	margin-top:4px;
}
ul li{ 
	list-style-type:none;
	}
ul li ul li{list-style-type: circle;}
ol {
	padding-left:25px;
	margin-left: 25px;
	margin-bottom:5px;
	margin-top:5px;}




/****************************************************************** */
/*****                ESTRUCTURA DE LA PÁGINA                  *****/
/***************************************************************** */
#global {
	width:800px;
	height: auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#3D3D3D;
	line-height:1.7em;
	border-left:0px solid #cccccc;
	border-right:0px solid #cccccc;
	margin: 0 auto 0 auto;
	text-align:left;
	
	
	background-repeat:no-repeat;
}
.barr_sup_centro{
	
	background-repeat:repeat-x;
	height:14px;}
.barr_inf_centro{
	
	background-repeat:repeat-x;
	height:14px;}


#cabecera{
height:72px;
	background-image:url(../imgs/cabecera.jpg);
	background-position:top centre;
	background-repeat:no-repeat;
	clear:both;
	margin: -630px 0px 0px 715px;
	}
#logomarca{
	height:232px;
	background-image:url(../imgs/logo.gif);
	background-position:center;
	background-repeat:no-repeat;
	margin:-190px 0px 0px -450px;
}
		
#menu{
	display: block;
	float:center;
	width:350px;
	height:100;
	margin:220px 0px 0px -10px;
	}

#portadilla{
height:600px;
	background-image:url(../imgs/portadilla.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	clear:both;
	margin: 30px -150px 0px 50px;
	}

#copy {
	width:800px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#9C9C9C;
	line-height:1.7em;
	margin: 0 auto 0 auto;
	text-align:left;
	
}
#pie{
height:85px;
	background-image:url(../imgs/pie.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	clear:both;
	margin: 125px 715px -20px 0px;

	}