body{
	margin:5px 0 0 0;
	padding:0;
	background:url(../img/fondo_body2.jpg) repeat-x;
}
div,p,ul,li,h1,h2,h3,a,img,textarea{
	margin:0;
	padding:0;	
	color:#000000;
	font-family:Tahoma,Arial,Verdana;
	font-size:11px;
	font-weight:normal;
	text-align:left;
	border:0;
}
/*ESQUELETO DE LA WEB*/
	#contenedor{
		width:777px;
		min-height:300px;
		height:auto;
		overflow:hidden;
		margin:0 auto;
		border:1px solid #D3E3E5;				
	}
		#base_flash{
			width:500px;
			height:500px;
			margin:0 auto;
			margin-top:-2px;
			z-index:1;
		}
			#salto{						
				width:150px;
				margin:0 auto;
				margin-top:-100px;
				text-align:center;
				z-index:20;
			}
				#salto a{
					text-decoration:none;
				}
				#salto a:hover{
					text-decoration:underline;
					color:#28737D;
				}
		#base_cabecera{
			width:100%;
			min-height:50px;
			height:auto;
			overflow:hidden;
			background-color:#FFF; /*FONDO CABECERA*/
		}
		#base_centro{
			width:100%;
			min-height:300px;
			height:auto;
			overflow:hidden;
			background-color:#FFF;			
		}	
			#base_centro #centro_izquierda{
				position:relative;
				float:left;
				width:170px;
				min-height:300px;
				height:auto;				
				background-color:#FFF; /*FONDO CENTRO_IZQ*/
				z-index:5;
			}	
			#base_centro #centro_contenidos{
				position:relative;
				float:left;
				width:592px;/*632*/
				min-height:300px;
				height:auto;
				background-color:#FFF; /*FONDO CENTRO_CONTENIDOS*/	
				z-index:0;	
			}	
			#base_centro #centro_derecha{
				display:none;				
				position:relative;
				float:right;
				width:170px;
				min-height:300px;
				background-color:#FFF; /*FONDO CENTRO_DCHA*/
				height:auto;
			}						
		#base_pie{
			width:100%;
			min-height:50px;
			height:auto;
			overflow:hidden;
		}	
		
/*IMAGEN DE SECCION*/
	#base_imagen_seccion{
		position:relative;
		float:left;
		width:305px;	
		height:160px;
	}	
	#base_imagen_seccion img{
		border:0;
		margin:7px 0 0 2px;
	}	
	#mascara_imagen_seccion{
		position:absolute;
		width:306px;
		height:152px;
		top:3px;
		left:0px;
		background:url(../img/mascara_imagen_seccion.png) no-repeat;	
		z-index:2;
	}	
/*NAVEGADOR*/
#base_navegador{
	position:relative;
	float:left;
	width:78%;
	margin-left:1%;
	height:auto;
}
	#base_volver{
		position:relative;
		float:left;
		width:7%;
		padding:5px 0 0 4%;	
		background:url(../img/vineta_volver.jpg) left no-repeat;
		height:15px;		
	}
		#base_volver a{			
			color:#747373;
			font-weight:bold;			
			text-decoration:none;
		}	
		#base_volver a:hover{
			text-decoration:underline;			
		}	
	#base_navegador ul{
		list-style-type:none;
	}
		#base_navegador ul li{
			display:block;
			float:left;		
		}
		#base_navegador ul li.separador{
			display:block;
			float:left;	
			width:21px;
			height:15px;
			background:url(../img/icono_navegador_siguiente.jpg) no-repeat;	
		}		
		#base_navegador ul li a{			
			color:#747373;
			font-weight:bold;			
			text-decoration:none;
		}	
		#base_navegador ul li a:hover{
			text-decoration:underline;			
		}
		#base_navegador ul li.portada a{			
			color:#747373;
			font-weight:bold;			
			text-decoration:none;
			padding-left:20px;
			background:url(../img/icono_navegador_inicio.jpg) left no-repeat;
		}
		#base_navegador ul li.portada a:hover{			
			text-decoration:underline;
		}		
		#base_navegador ul li.portada a.actual{
			color:#28737D;
			font-size:13px;
		}
		#base_navegador ul li.portada a.actual:hover{
			text-decoration:underline;
		}		
		#base_navegador a.actual{
			color:#28737D;
			font-size:13px;
		}
		#base_navegador a.actual:hover{
			text-decoration:underline;
		}			
					
	
/*ICONOS CORREO - MAPA WEB- INICIO*/
	#base_iconos{	
		position:relative;
		float:left;
		height:35px;
		width:175px;
		margin-left:20px;		
	}
		#base_iconos a.inicio{
			display:block;
			float:left;
			height:15px;
			width:30px;
			margin-left:5px;
			padding-top:20px;
			background:url(../img/icono_inicio.jpg) 3px 5px no-repeat;
			color:#000000;
			text-decoration:none;
		}
		*>#base_iconos a.inicio{
			margin-left:15px;
		}	
		#base_iconos a.inicio:hover{
			color:#F29300;
			background:url(../img/icono_inicio_sobre.jpg) 3px 5px no-repeat;
			text-decoration:underline;
		}
		#base_iconos a.mapa{
			display:block;
			float:left;
			height:15px;
			width:50px;
			margin-left:10px;
			padding-top:20px;
			background:url(../img/icono_mapa_web.jpg) 12px 5px no-repeat;
			color:#000000;
			text-decoration:none;
		}

		#base_iconos a.mapa:hover{
			color:#F29300;
			background:url(../img/icono_mapa_web_sobre.jpg) 12px 5px no-repeat;
			text-decoration:underline;
		}
		#base_iconos a.correo{
			display:block;
			float:left;
			height:15px;
			width:30px;
			margin-left:18px;
			padding-top:20px;
			background:url(../img/icono_correo.jpg) 5px 5px no-repeat;
			color:#000000;
			text-decoration:none;
		}	
		#base_iconos a.correo:hover{
			color:#F29300;
			background:url(../img/icono_correo_sobre.jpg) 5px 5px no-repeat;
			text-decoration:underline;
		}
		/* PIE CON LOPD Y BANNERS*/
#base_pie_legal{
	position:relative;
	width:590px;/*628*/
	height:52px;
	border:1px solid #D6D6D6;
	border-left:0;
	border-right:0;
	background-color:#EEE;
	margin:0 0 10px 4px;	
}	
	#base_pie_legal ul{
		list-style-type:none;
	}
		#base_pie_legal ul li.lopd{
			float:left;
			color:#4E4E4E;
			text-align:center;
			width:165px;
			height:40px;
			padding-top:10px;
			margin-left:8px;					
		}
		*>#base_pie_legal ul li.lopd{
			width:170px;/*190*/
			margin-left:14px;
		}
			#base_pie_legal ul li.lopd a span{
				font-size:9px;
			}
		#base_pie_legal ul li.peque{
			float:left;
			width:45px;
			margin-left:0px;
			height:45px;
			padding-top:5px;
			text-align:right;
			overflow:visible;
		}	
		#base_pie_legal ul li.texto{
			float:left;
			width:67px;	/*70*/		
			height:auto;
			padding-top:8px;
			text-align:right;
			font-size:9px;			
		}		
		*>#base_pie_legal ul li.texto{
			width:70px;/*73*/
		}
		#base_pie_legal ul li{
			float:left;
			width:auto;
			margin-left:5px;
			height:45px;
			padding-top:5px;
		}				
	#base_pie_legal #borde_izq{
		position:absolute;
		width:17px;
		height:57px;
		top:-3px;
		left:-1px;
		background:url(../img/borde_izqda_pie.jpg) no-repeat;	
	}
	#base_pie_legal #borde_dcha{
		position:absolute;
		width:14px;
		height:57px;
		top:-3px;
		left:578px;/*616*/
		background:url(../img/borde_dcha_pie.jpg) no-repeat;	
	}	

		
/*PIE-POWER BY Y VALIDADORES*/
#base_extras{
	position:relative;
	clear:both;	
	width:772px;/*810*/
	height:12px;
	margin:0 auto;	
	margin-top:5px;
	text-align:right;
	background-color:#FFFFFF;
}
	*>#base_extras{
		margin-top:-15px;
	}
	#base_extras p{
		float:right;
		width:auto;		
		height:auto;
	}
		#base_extras p a{
			margin-left:5px;
			background-color:#FFF;
		}	
		#base_extras p img{
			border:0;
			background-color:#FFF;
		}
		
										