*{
	margin: 0;
	padding: 0;
}

html,body{
 	height: 100%;
}

body{
	font-size: 62.5%;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
div#wrapper{
	position: relative;
	min-height: 100%;
	background: url(images/motivo_bg.png) no-repeat right bottom;
}
 *html div#wrapper{
 height: 100%;
 }
 
div#header{
	padding-top: 30px; /* Se deja 35 de margen arriba y 30 con el div de content*/
}

h1{
	margin: 0 auto 30px auto; /*Automáticamente al centro y 30px de margen por abajo con la barra de menu*/
	width: 840px;
	height: 72px; /*es la altura de la imagen del logo*/
}
img{
	border: none;
}

div#menu{
	background: url(images/barra2.png) repeat-x transparent;
	height: 98px; /* altura de la imagen de fondo para la barra */
}

ul#kwicks{
	margin: 0 auto;
	width: 840px;
	padding: 7px 0; /*se dejan para evitar las barritas superior e inferior de 6px de la barra del medio*/ 
}

#kwicks .kwick { /*cada elemento del menú de la barra*/
	float: left;
	display: block;
	overflow: hidden;
	width: 70px;
	height: 84px;
}

#kwicks .kwickActivo {
	float: left;
	display: block;
	width: 317px;
	height: 84px;
}



#servicios, #empresa, #clientes, #contacto{
	position: relative;
	color: #000;
	display: block;
	overflow: hidden;
	height: 84px;
	cursor: pointer;
}

#servicios span, #empresa span, #clientes span, #contacto span{
	position: absolute;
	width: 100%;
	height: 100%;
}
#servicios span{
	background: url(images/servicios.png) no-repeat;
}

#empresa span{
	background: url(images/empresa.png) no-repeat;	
}

#clientes span{
	background: url(images/clientes.png) no-repeat;
}

#contacto span{
	background: url(images/contacto.png) no-repeat;
}

div#submenu{
	/*clear: left;*/
	background: url(images/subbarra.png) repeat-x transparent;
	height: 30px;
}

div#submenu ul{
	margin: 0 auto;
	width: 840px;
	padding-top: 5px;
}

div#submenu ul li {
	float: left;
	display: block;
	width: auto;
	border-right: 1px dotted #000;
	margin-right: 20px;
	padding-right: 15px;
}
div#submenu ul li a{
	color: #fff;
	text-decoration: none;
	font-size: 1.1em;
}
div#submenu ul li a:hover{
	text-decoration: underline;
	color: #000;
}
div#submenu ul li a#activo{
	text-decoration: underline;
	color: #000;
}


/*contenido*/
div#content{
	overflow: hidden;
	/*height: 1%; supuestamente para el clear pero en i6 para el alto total 100% no funciona*/
	margin: 10px auto 0px auto;
	width: 840px;
	padding-bottom: 60px;
}

div#contenido1{
	padding-top: 15px;
	width: 400px;
	float: left;
}
/* Easy Slider */

	#slider ul, #slider li{
		margin:0;
		padding: 0;
		list-style:none;
		}
		#slider{
			border: 1px solid #000;
		}
	#slider, #slider li{ 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		width:838px;
		height:240px;
		overflow:hidden; 
		}
	span#prevBtn{}
	span#nextBtn{}					

/* // Easy Slider */
div#contenido2{
	padding-top: 15px;
	width: 400px;
	float: right;
	margin-left: 40px;
}

p {
	margin: 15px 0;
	font-size: 1.1em;
	color: #555;
	line-height: 1.6em;
}

ul.listado{
	/*width: 350px;*/
	margin-left: 2em;
	margin-bottom: 15px;
	margin-top: 15px;
	color: #555;
	line-height: 2em;
	font-size: 1.1em;
	list-style-type: circle;
}

div#foot{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 30px;
	width: 100%;
	clear: both;
	background-color: #000;
}
/*--------------para arriba está perfecto--------*/

 h2#etimologia{
	width: 350px;
	height: 50px;
	position: relative;
	overflow: hidden;
}

#etimologia span {
	background: url(images/h_etimologia.png) top left no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

h2#trabajos{
	width: 840px;
	height: 25px;
	position: relative;
	overflow: hidden;
}

#trabajos span{
	background: url(images/h_trabajos.png) top left no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
 h2#oferta{
	width: 350px;
	height: 50px;
	position: relative;
	overflow: hidden;
}

#oferta span {
	background: url(images/h_oferta.png) top left no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
img#oferton{
	width: 398px;
	margin-top: 10px;
	border: 1px solid #000;
}
a{
	color: #555;
	text-decoration: underline;
}


