	
	@import "texto.css";
	@import "menu.css";
	
	html * {
		padding:			0;
		margin:				0;
		border:				none;
		list-style: 		none;
		text-decoration: 	none;
	}

	body {
		background: 		black url('../imagenes/fondoWEB.jpg') top center no-repeat;
		padding-bottom:		20px;
	}

	#logo {
		width:				852px;
		margin:				20px auto -5px auto;
	}

	#logo a {
		display: 			block;
		width:				800px;
		height: 			46px;		
		background: 		url('../imagenes/logo.gif') no-repeat;
	}
	
	#logo a span {
		display: 			none;
	}
	
	#cabecera {
		height:				78px;
		background: 		url('../imagenes/cabecera.png') !important;
		background: 		url('../imagenes/cabecera.gif');
	}
	
	#menu {
		height:				31px;
	}

	#mainWrapper {
		position:			relative;
		width:				852px;
		height:				541px;
		margin:				20px auto 0 auto;
	}
	
	#mainContent {
		position:			relative;
		height:				425px;
		width:				852px;
	}

	.seccion {
		position:			absolute;
		top:				-1px;
		width:				426px;
		height:				425px;
		overflow: 			hidden;
	}
	
	.izquierda 	{ 
		left: 				0px; 
	}
	
	.derecha { 
		right: 				0px; 
	}
	
	a#home {
		display:			block;
		color:				white;
		background:			url('../imagenes/botonHome.jpg');
		width:				90px;
		height:				21px;
		line-height: 		21px;
		text-align:			center;
		text-decoration: 	none;
		font-size: 			.8em;
		position:			absolute;
		bottom: 			0px;
		left:				0px;
		z-index: 			10;		
	}
	
	div#esquinaDerecha {
		width: 				10px;
		height: 			10px;
		background: 		url("../imagenes/esquinaDerecha.gif") no-repeat;
		position:			absolute;
		right: 				0px;
		bottom: 			0px;
		z-index: 			10;
	}
		div#esquinaDerecha2 {
		width: 				10px;
		height: 			10px;
		background: 		url("../imagenes/esquinaDerecha2.gif") no-repeat;
		position:			absolute;
		right: 				0px;
		bottom: 			0px;
		z-index: 			10;
	}
	#map{ /* mapa de Google Maps */
	position:absolute;
	}
div#wrapper{float:left;width:100%}
div#content{margin: 0 0%; width:50%}
div#navigation{float:left;width:25%;margin-left:-100%}
div#extra{float:left;width:42%;margin-left:-45%; font-family:Arial, Helvetica, sans-serif; color:#7cb900; font-size: .8em }
div#footer{clear:left;width:100%}