/* CSS Document */

body, div, ul, li, img, a, p, h1 {
	padding:			0px;
	margin:				0px;}
body{
	background-color:	#edebdd;
	}


/* CABECERA */
#cabecera{
	height:				164px;
	width:				100%;
	position:			absolute;
	background: 		transparent url(./imgprincipal/FondoCabeceraLogotipo2.jpg) 0px -40px repeat;
	}
#cabeceraLogotipo{
	height:				85px;
	left:				50%;		/* posicionamos en el centro */
	width:				750px;
	margin-left:		-375px;		/* corregimos la posición según la anchura */
	position:			relative;
	background: 		transparent url(./imgprincipal/FondoCabeceraLogotipo.jpg) 0px 0px no-repeat;
	}	
#cabeceraLogotipo a{
	height:				85px;
	left:				50%;		/* posicionamos en el centro */
	width:				750px;
	margin-left:		-375px;		/* corregimos la posición según la anchura */
	position:			relative;
	display:block;
	}	

/* MENULISTA */
#menulista{
	height:				45px;
	width:				750px;
	margin-top:			84px;
	display:			block;
	left:				50%;		/* posicionamos en el centro */
	margin-left:		-375px;		/* corregimos la posición según la anchura */
	position:			absolute;
	}
#botonesmenulista{
	height:				45px;
	list-style:			none;
	width:				650px;
	}
#botonesmenulista li,#botonesmenulista li a{
	float:				left;
	height:				35px;
	}
#botonesmenulista li a{
	margin-top:			10px;
	height:				25px;
	}
#botonmenulista01 a{
	width:				134px;
	background: 		transparent url(./imgprincipal/BotonListaProserna.jpg) 0px -10px no-repeat;}
#botonmenulista02 a{
	width:				116px;
	border-left:		1px solid #ffffff;
	background: 		transparent url(./imgprincipal/BotonListaProductos.jpg) 0px -10px no-repeat;}
#botonmenulista03 a{
	width:				86px;
	border-left:		1px solid #ffffff;
	background: 		transparent url(./imgprincipal/BotonListaObras.jpg) 0px -10px no-repeat;}
#botonmenulista04 a{
	width:				102px;
	border-left:		1px solid #ffffff;
	background: 		transparent url(./imgprincipal/BotonListaGaleria.jpg) 0px -10px no-repeat;}
#botonmenulista05 a{
	width:				102px;
	border-left:		1px solid #ffffff;
	background: 		transparent url(./imgprincipal/BotonListaContacto.jpg) 0px -10px no-repeat;}
	
#botonmenulista01 a:hover{
	background: 		transparent url(./imgprincipal/BotonListaProserna.jpg) -134px -10px no-repeat;}
#botonmenulista02 a:hover{
	background: 		transparent url(./imgprincipal/BotonListaProductos.jpg) -116px -10px no-repeat;}
#botonmenulista03 a:hover{
	background: 		transparent url(./imgprincipal/BotonListaObras.jpg) -86px -10px no-repeat;}
#botonmenulista04 a:hover{
	background: 		transparent url(./imgprincipal/BotonListaGaleria.jpg) -98px -10px no-repeat;}
#botonmenulista05 a:hover{
	background: 		transparent url(./imgprincipal/BotonListaContacto.jpg) -102px -10px no-repeat;}


/*FONDO TÍTULO*/
#imagenmenu{
	width:				750px;
	display:			block;
	position: 			absolute;
	left:				50%;		/* posicionamos en el centro */
	width:				750px;
	margin-left:		-375px;		/* corregimos la posición según la anchura */
	margin-top: 		129px;
	}
	

/* CONTENEDOR */
#contenedor{
	width:				100%;
	display:			block;
	position:			absolute;
	margin-top: 		250px;
	background-color:	#ffffff;
	}
	
	
/* CONTENIDO */
#contenido{
	position:			relative;
	left:				50%;		/* posicionamos en el centro */
	width:				750px;
	margin-left:		-375px;		/* corregimos la posición según la anchura */
	padding: 			10px 0px 0px 50px;
	}
	
	
/*INDICE DE PROFUNDIDAD*/
#indice{
	margin-left:		0px;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			11px;
	width:				750px;
	}
#indice a{
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			11px;
	text-decoration:	none;
	color:				#333333;
	}
#indice a:hover{
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			11px;
	text-decoration:	none;
	color:				#76bcee;
	}	


	
/*IMAGEN CABECERA SECCIÓN*/
#imagenlarga{
	margin-top:			10px;
	margin-bottom:		40px;
	width:				650px;
	height:				100px;
	}
	
		
/*LINEACURVA*/
#lineacurva{
	height:				70px;
	position:			relative;
	width:				100%;
	border:				none;
	background-color:	#edebdd;
	margin-bottom:		-5px;
	}
	
	
/* PIEDEPAGINA */
#piedepagina{
	height:				75px;
	width:				100%;
	background-color:	#edebdd;
	text-align:			center;
	z-index:100;
	}
#direccion{
	margin-bottom:		10px;
	margin-top:			5px;
	}
#piedepagina h1{
	
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			12px;
	font-weight:		bold;
	color:				#2976ad;}
#piedepagina p{
	
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			10px;}
#piedepagina p a, #piedepagina p a.visited{
	text-decoration:	none;
	color:#333333;}
