/* 
###################################################################
########### ESTILOS GENERALES WEB ARQUITECTURAHUELVA ##############
###################################################################
*/


/* 
################ ETIQUETAS GENERALES ###################
*/

html{
	height:100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px; /* es una buena practica poner a cero el margen y el padding del elemento body para contar con los diferentes nevegadores */
	padding: 0px;
	text-align: center; /* esto centra el contenedor en navegadores Internet Explorer 5. Entonces ponemos el texto alineado a la izquierda por defecto en el contenedor */
	color: #504d50;
	background:#ccdde7 url(../maq/fondo_body.gif) left top repeat-x;
	height:100%;
}

/*para htmls que no son principales, ampliaciones y demas */
.body2 {
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #504d50;	
	background:none;
	background-color:#ffffff;
	text-align: center;
}

.piefoto{
	display:block;
	height:25px;/*30*/
	font-size:11px;
	text-align:center;
	color: #504d50;
	padding-top:5px;
}
/*para htmls que no son principales, ampliaciones y demas */

label,input,textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #504d50;
	position:relative;
}

p,h1,h2,h3,h4,h5{
	margin: 0px;
	padding: 0px;
}

a{
	color: #0063a2;
	text-decoration:underline;
	position:relative;
}

a:hover {
	color:#ff6000;
}

/* 
################## MAQUETACION GENERAL ###################
*/

/* ESTRUCTURA */
#contenedor{
	display:table;
	width: 957px;/*970*/
	height:100%;
	margin:auto;
	text-align:left;
	
	padding-left:7px;	
	padding-right:6px;	
	
	/*background: url(../maq/fondo_sombra.png) no-repeat;*/	
	background-image: url(../maq/fondo_sombra.png)  !important;
	background-image: none;
	background-repeat:repeat-y;
}

#superior{
	display:block;
	width: 947px;/*957*/
	height:18px;/*23*/
	padding-top:5px;
	text-align:right;
	padding-right:10px;
}


#centro{
	display:block;
	width: 957px;
	min-height:618px;
	height:auto !important;
	height:618px;
	background:url(../maq/fondo_centro.jpg)  left top no-repeat;
}

#logotipo{
	display:block;
	height:104px;
	margin:auto;
	text-align:center;
	margin-bottom:29px;
}


#navegacion{
	display:block;
	width: 957px;
	height:26px;
	background-color:#6f7071;
	color:#FFFFFF;
}




#cuerpo{
	display:block;
	float:left;
	width: 957px;
	min-height:402px;
	height:auto !important;
	height:402px;	
	background:url(../maq/fondo_cuerpo.gif) left bottom no-repeat;
	padding-top:6px;
	padding-bottom:20px;
}

#validadores{
	display:block;
	float:left;
	width: 957px;
	font-size:10px;
	text-align:center;
	padding-top:7px;
	padding-bottom:3px;
}


#principal{
	display:block;
	width: 957px;
	min-height:422px;
	height:auto !important;
	height:422px;	
}


#pie{
	display:block;
	float:left;
	width: 957px;
	height:10px;/*20*/
	padding-top:10px;
	text-align:center;
	font-size:11px;
}

/* ESTRUCTURA */

/* CONTENIDOS */

/* navegacion */

#navegacion ul{
	list-style-type: none;
	margin:0px;
	padding:0px;
	padding-top:7px;
	margin-left:90px;
}

#navegacion li{	
	float:left;
	margin:0px;
	padding:0px;
}


#navegacion li em,#navegacion li .active{
	display:block;
	float:left;
	font-weight:bold;
	border-bottom:#FFFFFF 4px solid;
	font-style:normal;
}

#navegacion li span{
	display:block;
	float:left;
	margin-left:10px;
	margin-right:10px;
}


#navegacion a{
	display:block;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
}


#navegacion a:hover{
	border-bottom:#FFFFFF 4px solid;
}

/* navegacion */

/* cabecera dentro de principal */
#principal .cab{
	clear:both;
	height:32px;/*33*/
	padding-top:1px;	
	/*background:url(../maq/fondo_h1.png) left bottom repeat-x;*/
	background-image: url(../maq/fondo_h1.png)  !important;
	background-image: none;
	background-repeat:repeat-x;	
}

#principal .cab h1{
	height:24px;/*27*/	
	font-size:18px;
	font-weight:normal;	
	color:#0063a2;	
	border-left:#ededed 1px solid;
	border-right:#ededed 1px solid;
	padding-top:3px;
}


#principal .cab h1 span{
	display: block;
	float:left;
	width:14px;
	height:15px;
	margin-top:3px;
	margin-left:8px;
	margin-right:4px;
	background: url(../maq/icono_logo.gif) left top no-repeat;
}


/* cabecera dentro de principal */

.enmarcado{
background-color:#ffffff;
	border-left:#ededed 1px solid;
	border-right:#ededed 1px solid;
	/*margin-bottom:2px;*/
}

.enmarcado_sombra{
	height:7px;
	overflow:hidden;
	/*background:url(../maq/sombra_enmarcado.png) left bottom repeat-x;*/
	background-image: url(../maq/sombra_enmarcado.png)  !important;
	background-image: none;
	background-repeat:repeat-x;
}



/* CONTENIDOS */