/* CSS Document */

body {
	margin:0;
	background-color:#1a1a1a;
	background-image: url(../imagenes/bg.gif);
	font-family:"Trebuchet MS","Lucida Grande",Tahoma,Arial,Helvetica,sans-serif;
	font-size:75%;
	color: #e1dfd4;
}

.clear {
	clear:both;
}

a {
	color:#e1dfd4;
}

a img {
	border:none;
}

input {
	background-color:#f0f0f0;
	color:#303030;
}

h1 {
	font-size:2em;
	margin:0;
	color:#958873;
}
	
/***** LAYOUT *****/

#contenedor {
	width:960px;
	padding-top:30px;
	position:relative;
	left:50%;
	margin-left:-490px;
}

#logo {
	float:left;
}

#topbanner {
	float:right;
	text-align:right;
	margin-bottom:15px;
}

#topbanner .boton {
	color:#e1dfd4;
	float:right;
	text-align:left;
	margin:10px 0 0 40px;
}

#rastro {
	height:40px;
}
#contenido {
	padding:10px;
	background-color:#303030;
	line-height:1.4em;

}

#contenidotop {
	background:url(../imagenes/bg_contenidotop.jpg) no-repeat;
	height:10px;
	background-color:#303030;
}

#contenidobottom {
	background:url(../imagenes/bg_contenidobottom.jpg) no-repeat;
	height:10px;
}

#contizq {
	width:580px;
	float:left;
	background-color:#303030;
	padding:0 10px;
}

#slider{ 
	margin-left:4px;
	margin-bottom:30px;
	/*background-color:#1a1a1a;*/
	padding:10px 0;
	margin-top:-10px;
	
		}

#contder {
	width:300px;
	float:right;
	margin-right:10px;
}

#pie {
	clear:both;
	height:30px;
	color:#958873;
	padding:15px 10px 0 10px;
	margin-bottom: 10px;
}

#pie #piecopy {
	float:left;
}

#pie #pienav {
	float:right;
}

/* SERVICIOS */ 

.servicio {
	width:300px;
	margin-bottom:20px;
	float:left;
	margin-left:10px;
}

.servicio img {
	margin-bottom:20px;
}

.servicio2{
	width:450px;
	margin-bottom:20px;
	float:left;
	margin:10px;
}

.servicio2 img {
	margin-bottom:20px;
}

/* OBRAS */

.obrasizq {
	width:140px;
	float:left;
	margin-right:20px;
	text-align:center;
	margin-top:40px;
	line-height:2em;
}

.obrasder {
	width:140px;
	float:left;
	text-align:center;
	margin-top:40px;
	line-height:2em;
}

#flashobras {
	width:800px;
	left:50%;
	position:relative;
	margin-left:-400px;
	margin-top:40px;
}
/* MATERIALES */ 

.materiales {
	width:280px;
	float:left;
	margin:30px 48px 20px 0px;
}

.materiales3 {
	width:280px;
	float:left;
	margin:30px 0px 20px 0px;
}

/* CONTACTO */

#googlemap {
	width:425px;
	float:left;
	margin-right:50px;
}

.datos{
	float:left;
	width:220px;
	margin-right:10px;
	margin-bottom:20px;
}

div#formulario{
	float:left;
	width:450px;
}

div#formulario label {
	width:60px;
	float:left;
	clear:left;
	margin-bottom:10px;

}
div#formulario input{
	float:left;
	border: 1px solid #999;
}

div#formulario textarea{
	float:left;
}

#capabotones{
	clear: both;
	margin-top:40px;
}

.botonesform {
	width:80px;
	height:20px;
	background-color:#0f0f0f;
	color: #e1dfd4;
	margin-left:10px;
}

/*** ESTILOS ***/
/* TOP */
#topbanner h1 {
	font-size:2em;
	margin:0;
	color: #e1dfd4;
	font-weight:normal;

}
h2 {
	font-size:1.3em;
	color:#958873;
	margin:0;
	margin-bottom:10px;
}

/* botones */
.bnumeros {
	color:#958873;
	font-weight:bold;
}

.bbotones {
	color:#e1dfd4;
	font-size:1.1em;
	font-weight:bold;
}

.boton a {
	color:#e1dfd4;
	text-decoration:none;
}

.boton a:hover {
	text-decoration:underline;
}

.botonactivo, a.botonactivo{
	text-decoration:none;
	color:#930;
	font-weight:bold;
	font-size:1.1em;
	
}

/*FIN TOP*/
/* RASTRO */

#rastro {
	display:none;
}

#rastro strong {
	color:#930;
	font-weight:bold;
}

/* PIE */

#pie a {
	color:#958873;
	text-decoration:none;
}

#pie a:hover {
	text-decoration:underline;
}

