@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5 ems;
	color: #999999;	
}

body {
	background: #A7D05D;
}

a {
	display: inline-block;
	text-decoration: none;
}

p, h2 {
	margin-bottom: 1em;
}

#wrapper {
	width: 935px;
	margin: auto;
	padding: 20px;
	position: relative;
}

#header {
	background: url(../images/back-header.png) center center no-repeat;
	height: 118px;
	position: absolute;
	width: 935px;
	z-index: 1;
}

#logo {
	margin: 17px 0 0 20px;
}

#menu {
	position: absolute;
	bottom: 0;
	right: 0;
}

#menu a {
	overflow: hidden;
	text-indent: -200%;
	width: 160px;
	height: 25px;
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	float: left;
}

#menu #but-servicios {
	background-position: top left;
}

#menu #but-clientes {
	background-position: -170px top;
}

#menu #but-nosotros {
	background-position: -332px top;
}

#menu #but-cotizaciones {
	background-position: -496px top;
}

#menu #but-contacto {
	background-position: -660px top;
}

.servicios #menu #but-servicios,
#menu #but-servicios:hover {
	background-position: left -50px;
}

.clientes #menu #but-clientes,
#menu #but-clientes:hover {
	background-position: -170px -50px;
}

.nosotros #menu #but-nosotros,
#menu #but-nosotros:hover {
	background-position: -332px -50px;
}

.cotizaciones #menu #but-cotizaciones,
#menu #but-cotizaciones:hover {
	background-position: -496px -50px;
}

.contacto #menu #but-contacto,
#menu #but-contacto:hover {
	background-position: -660px -50px;
}

#content {
	background: #fff;
	height: 300px;
	overflow: hidden;
	margin: 55px 0 0 0;
	position: relative;
	padding: 90px 40px 40px 40px;
}

.home #content {
	height: 430px;
	padding: 0;
}

.nosotros #content {
	height: 430px;
	padding: 0;
	background: #ffffff url(../images/back-nosotros.jpg) bottom center no-repeat;
}

.nosotros #content div {
	margin: 125px 0 0 115px;
}

.servicios #content h2 {
	background: #eeeeee;
	padding: 5px;
	font-weight: normal;
}

.servicios #list-servicios ul {
	float: left;
	list-style: none;
	margin-right: 60px;
}

.servicios #list-servicios ul li{
	background: url(../images/bullet.png) left center no-repeat;
	padding: 5px 0 5px 25px;
	font-size: 13px;
}

.servicios #list-servicios img  {
	float: right;
}

#paginado {
	background: url(../images/back-paginado.png) top right no-repeat;
	width: 145px;
	height: 30px;
	position: absolute;
	top: 475px;
	right: 19px;
	z-index: 2;
}

#paginado a {
	overflow: hidden;
	text-indent: -200%;
	width: 21px;
	height: 21px;
	background-image: url(../images/paginado.png);
	background-repeat: no-repeat;
	float: left;
	margin: 7px 0 0 21px;
}

#paginado #but-banner1 {
	background-position: top left;
}

#paginado #but-banner2 {
	background-position: -39px top;
}

#paginado #but-banner3 {
	background-position: -78px top;
}

#paginado #but-banner1.active,
#paginado #but-banner1:hover {
	background-position: bottom left !important;
}

#paginado #but-banner2.active,
#paginado #but-banner2:hover {
	background-position: -39px bottom !important;
}

#paginado #but-banner3.active,
#paginado #but-banner3:hover {
	background-position: -78px bottom !important;
}

#slider {
	width: 2805px;
	height: 100%;
}

#slider a {
	width: 935px;
	height: 100%;
	float: left;
}

form {
	font-size: 12px;
	text-align: center;
	margin: 20px auto 0 auto;
	width: 620px;
}

form div {
	display: inline-block;
}

label {
	width: 110px;
	text-align: right;
	padding: 6px;
	float: left;
}

input,
textarea,
select {
	background: #e4e4e4;
	border: #cccccc 1px solid;
	width: 350px;
	padding: 5px;
	margin-bottom: 15px;
	float: left;
}

select {
	width: 362px;
}

form span {
	width: 120px;
	color: #ff7e7e;
	text-align: left;
	padding: 6px;
	float: left;
	font-size: 10px;
}

form #status {
	position: relative;
}

form #status span {
	position: absolute;
	left: 0;
}

form #status span.okbox {
	color: green;
}

input[type="submit"] {
	width: 105px;
	height: 27px;
	overflow: hidden;
	text-indent: -200%;
	background: url(../images/but-enviar-verde.jpg) center center no-repeat;
	cursor: pointer;
	margin-left: 247px;
	border: none;
	
}

.cotizaciones input[type="submit"] {
	background: url(../images/but-enviar-naranja.jpg) center center no-repeat;
	
}

#footer {
	background: url(../images/vineta.png) center top no-repeat;
	height: 117px;
	position: relative;
	padding: 40px 0 0 0;
	margin: 5px 0 0 0;
}

#contacto {
	float: left;
}

#direccion {
	float: right;
}


.input_form
{
	width: 100%;
}

#acceso_clientes
{
	position: absolute;
	margin: 15px 0px 0px 0px;
	width: 100%;
	text-align: center;
	padding-left: 90px;
}
#acceso_clientes a
{
	color: #ffffff;
	border: 1px solid #ffffff;
	padding: 5px 10px;
	letter-spacing: 1px;
}
#acceso_clientes a:hover
{
	color: #A7D05D;
	background: #ffffff;
}