/* HTML */

body { 
	background-color: #ffffff;
	padding:40px 0 0 0; 
	margin: 0; 
}
h1 {
	text-align:left; 
	
}
h2 { 
	text-align:left; 
}

/* PLANTILLA BASE */
#G {
	width:974px;
	height:auto;
	text-align:left;
	margin:auto;
}
#content {
	width:974px;
	height:auto;
	padding:0px;
}

/* Zona Superior */

#bloquesup {
	width:974px;
	height:67px;
	padding:0px;
}
/* -> bloquesup */
#uplogo { /* imagen del logotipo  */
	width:145px; 
	height:67px;
	float:left;
	padding:0px;
}
#menuup { /* zona menu */
	width:750px; 
	height:auto;
	float:left;
	padding:0px 0px 0px 79px;
}
#mup { /* menu centrado */
	width:750px; 
	height:auto;
	float:left;
	padding:0px;
}
#3 { /* div submenu */
	width:750px; 
	height:auto;
	float:left;
	padding:5px 0px 0px 0px;
}
/* fin zona superior */

/* ZONA CENTRAL */

#centrofront{
	width:974px; 
	height:auto;
	padding:0px;
}
#texto{
	width:300px; 
	height:auto;
	float:left;
	padding:30px 10px 10px 10px;
	text-align:left;
}
#images{
	width:654px; 
	height:auto;
	float:left;
	padding:10px 0 0 0;
	text-align:center;
}

/* ZONA INFERIOR */

#bloqueinf {
	width:974px; 
	height:auto;
	float:left;
	padding:0px;
}

/* -> BLOQUEINF */
#sloganbar{
	width:954px;
	height:auto;
	padding:10px;
	float:left;
}
#footer {
	width:974px; 
	height:36px;
	float:left;
	padding:5px 0 5px 0;
}
#copyright {
	width:974px; 
	height:36px;
	float:left;
}



/* CONTENIDO ESPECIAL */

.foto{
	width:974px; 
	height:auto;
	float:left;
	padding:0;	
}

.bar{
	width:974px;
	height:25px;
	text-align:center;
	font-family: Tahoma, Arial, Verdana;
	font-size:8pt;
	font-weight: normal; 
	color:#cccccc;
	padding:5px 0 0 0;	
}

.cabecera_tabla
{
	background-color:#808080;
 }
 
 .destacado_tabla
 {
 background-color:#FFFF00;
 }