* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;

}

.e {
	background-color: #9e1b32;
	border: 1px solid #fff;
	color: #fff;
	padding: 3px;
	margin-left: 0px;
	margin-right: 10px;
	font-size: 10px;
}

body {
	margin: auto;
	background-color: #1f1f1f;
	color: #aeaeae;
	font-size: 11px;
	font-family: Tahoma;
}

a {
	color: #e21934;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

.ayuda a {
	margin-left:5px;
	color: #fff;
	text-decoration: underline;
}

.ayuda a:hover {
	color: #b1adad;
	text-decoration: none;
}

.separa25 {
	width: 100%;
	font-size: 0px;
	clear: both;
	float: none;
	height: 25px;
}
.separa2{
	clear: both;
	width: 90%;
	height: 2px;
	font-size: 0em;	
}

/************************GENERAL************************************/

#principal {
	margin: auto;
	width: 980px;
	padding-bottom: 10px;
	
}
#cabecera{
	width: 980px;
	height:116px;
	background-color:#262626;
	border-bottom: 1px solid #212121;	
}
#cabecera #logotipo{
	width: 219px;
	height: 116px;
	float: left;
	margin: 0px;
	padding: 0px;
	/*background-image: url(img/logo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;*/
	
}

#botonera{
	width: 761px;
	height: 116px;
	float: right;
	margin: 0px;
	padding: 0px;
	
}
ul#menu{
	list-style: none;
	height: 57px;
	margin: 0px;
	padding: 0px;
	padding-top:34px;
	width: 761px;
	display: block;
}
ul#menu li{
	float: left;
	height: 71px;
	padding: 0px;
	margin: 0px;
}
ul#menu li a{
	height: 71px;
	display: block;
	width: auto;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}
#banda{
	width:980px;
	height:27px;
	background-color:#2e2d2d;
	border-bottom: 1px solid #212121;
}
#imagen{
	width:979px;
	height:211px;
	border-bottom: 1px solid #212121;
}
#columnas{
}

#bienvenidos{
	width: 280px;
	/*height: 280px;*/
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #aeaeae;
}
#bienvenidos dt a{
	color: #aeaeae;
	text-transform: uppercase;
}

#bienvenidos dd a{
	/*color: #656565;*/
	color:#e21934;
	text-transform: uppercase;
}
#bienvenidos dt{
	margin-bottom: 3px;
}
#bienvenidos dd{
	margin-top:10PX;
	margin-left: 5px;
	margin-right: 26px;
	text-align: justify;
	line-height: 14px;
}
#bienvenidos p{
	margin-bottom: 10px;
}
#bienvenidos .flotadcha{
	float: right;
	margin-left:10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#noticias{
	width: 280px;
	/*height: 280px;*/
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #aeaeae;

}
#noticias dl{
	text-align:left;
	margin-bottom:20px;
}
#noticias span.fecha{
	/*color: #ff4800;*//*naranja*/
	color: #333;
	display: block;
	clear: both;
	font-size: 10px;
	font-weight: bold;
	text-align:right;
}
#noticias dt a{
	color: #656565;
	text-transform: uppercase;
}
#noticias dd a{
	/*color: #656565;*/
	color:#e21934;
	text-align:left;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
}
#noticias a:hover{
	color: #e21934;	
}
#noticias dt{
	margin-bottom: 3px;
}
#noticias dd{
	margin-top:10PX;
	margin-left: 5px;
	margin-right: 26px;
	text-align: justify;
	line-height: 14px;
}
#noticias p{
	margin-top:10PX;
	margin-left: 5px;
	margin-right: 26px;
	margin-bottom: 5px;
}
#clientes{	
	width: 280px;
	/*height: 280px;*/
}
#clientes dl{
	text-align:left;
	margin-bottom:30px;
}

#clientes dt{
	margin-bottom: 3px;
}
#clientes dd{
	margin-top:10PX;
	margin-left: 5px;
	margin-right: 26px;
	text-align: justify;
	line-height: 14px;
}
#clientes p{
	margin-top:10PX;
	margin-left: 5px;
	margin-right: 26px;
	margin-bottom: 5px;
}

#clientes .galeria{
	width: 216px;
	margin-left:30px;
	margin-right:20px;
	/*background-color:#0C0;*/
	/*height: 158px;*/
}
.galeria{
	list-style: none;	
}
.galeria li{
	float: left;
}


#obras .fotos{
	/*width: 305px;*/
	
	/*height: 158px;*/
}
.fotos{
	list-style: none;	
}
.fotos li{
	float: left;
}
.clip{
	/*display:block;
	position:fixed;
	clip: rect(0px 92px 50px 0px);/* top right bottom left*/
	/*overflow:hidden;
	cursor:hand;*/
}

#obras ul li #foto li{
	width: 92px;
	height: 70px;
	display: block;
	margin-bottom: 7px;
	margin-right: 7px;
	border: 1px solid #e21934;
}
#obras ul li #foto li a{
	display: block;
	width: 92px;
	height: 70px;		
	text-indent: -9999px;
	border: 1px solid #ccc;
}
#obras ul li #foto li a:hover{
	border: 1px solid #666;
}


#pequena li{
	width: 92px;
	height: 50px;
	display: block;
	margin-bottom: 7px;
	margin-left: 7px;
	background-color:#FFF;
	border: 1px solid #e21934;
}
#pequena li a{
	margin:auto;
	display: block;
	width: 92px;
	height: 50px;
	background-color:#FFF;
	border: 1px solid #e21934;
}
#pequena li a:hover{
	border: 1px solid #e21934;
}


#contenido{
	float: left;
	width: 980px;
	background-color:#212121;
	
	
}

#contenido h2{
	
	font-size:18px;
	color:#aeaeae;
	margin:0;
	padding:0;
	
}
#contenido h3{
	font-size: 14px;
	margin-bottom: 10px;
}
#contenido h4{
	/*margin-left: 30px;*/
	text-transform: uppercase;
	font-weight: normal;
	font-size: 13px;
	color: #ff4800;
	margin-bottom: 4px;
}
#contenido #total {
	margin:auto;
	padding:0;
	width:900px;
	float:right;
	margin-top:2px;
	margin-left:10px;
	margin-right:15px;

}
#contenido #texto {
	margin:0;
	padding:0;
	width:270px;
	float:right;
	margin-top:22px;
	margin-left:10px;
	margin-right:15px;
	margin-bottom:10px;

}
#contenido  div.txt{
	margin:0;
	padding:0;
	
	text-align: justify;
}
#contenido #texto .txt{
	margin:0;
	padding:0;
	text-align: justify;
}


#contenido #texto .txt p{
	margin-bottom: 12px;
	text-align: justify;
}

#contenido #mini2{
	float: left;
	width: 666px;
	margin-top:22px;
	margin-left: 10px;
	margin-right: .3em;
	margin-bottom:10px;
}

#contenido .pdf{
	float: left;
	margin-left: 10px;
}

.bloque {
	width: 285px;
	/*height: 346px;*/
	
	
}
#bloquetotal{
	float:left;
	width: 980px;
	/*height: 346px;*/
	background-color:#212121;
}
.flotaiz {
	float: left;
}

#obrasmenu{
	margin:auto;
	width:700px;
	clear:both;
	margin-bottom:20px;
}
#obrasmenu ul{
	margin-top:20px;
	list-style:none;

}

#obrasmenu ul li{
	padding-left:0px;
	float:left;
	width:305px;
	margin-top:10px;

}

#obrasmenu ul li.right{
	padding-left:0px;
	float:right;
	width:305px;
	margin-top:10px;

}
#sec_servicios #obras{
	margin:auto;
	width:700px;

}
#fila{
	margin:auto;
	width:700px;
	clear:both;
}

#sec_servicios{
	margin:auto;
	width:700px;
	clear:both;
}
#sec_servicios h2{
	color:#aeaeae;
	margin:0;
	padding:0;
	padding-top:10px;
	padding-left:0px;
	padding-right:15px;
	padding-bottom:5px;
	text-transform: uppercase;
	font-size:28px;
	
}
#sec_empresa{
	margin:auto;
	width:980px;
}
#sec_empresa h2{
	color:#aeaeae;
	margin:0;
	padding:0;
	padding-top:10px;
	padding-left:10px;
	padding-right:15px;
	text-transform: uppercase;
	font-size:28px;
}
#sec_empresa .servadorno{
	width:955px;
	height:1px;
	
	margin:auto;
	margin-top:0px;
	margin-bottom:0px;
	background-color:#cccccc;
}
.descripcion{
	font-size:11px;
	color:#aeaeae;
	margin:0;
	padding:0;
	padding-left:0px;
	padding-right:0px;
	margin-bottom:25px;
}
#servicios{
	margin:auto;
	width:700px;
	
}
#comentarios{
	margin:auto;
	width:940px;
	
}


#sec_servicios #servicios ul{
	margin-top:20px;
	list-style:none;

}
#servicios ul h3{
	list-style:none;
	font-size:14px;
	color:#d9001d;
	text-transform: uppercase;
}
#servicios ul li{
	padding-left:0px;
	float:left;
	width:305px;
	margin-top:10px;

}


#servicios ul div.text{
	padding-left:0px;
	float:left;
	width:305px;
	margin-top:10px;
	height:80px;

}
#servicios ul div.text img{
	float: left;
	margin:10px;
	border: 1px solid #e21934;
}
#servicios ul img.clientes{
	float: left;
	margin:10px;
	border: 1px solid #e21934;
}


#servicios ul li .adorno{
	padding-left:0px;
	float:left;
	width:305px;
	height:3px;
	margin-top:0px;
	background-image: url(img/linea.png);
	background-repeat: repeat-x;
	overflow:auto;
	margin-bottom:10px;
}
#sec_servicios ul li .adorno{
	padding-left:0px;
	float:left;
	width:305px;
	height:3px;
	margin-top:0px;
	background-image: url(img/linea.png);
	background-repeat: repeat-x;
	overflow:auto;
	margin-bottom:10px;
}
#sec_servicios .servadorno{
	width:700px;
	height:3px;
	margin-top:0px;
	margin-bottom:20px;
	background-image: url(img/linea.png);
	background-repeat: repeat-x;
	overflow:auto;
}



#sec_servicios ul li.right{
	padding-left:0px;
	float:right;
	width:305px;
	margin-top:10px;

}

#sec_servicios #mini{
	float: left;
	width: 345px;
	margin-top:22px;	
	

}
#sec_servicios #texto {
	margin:0;
	padding:0;
	width:300px;
	float:right;
	margin-top:22px;
	margin-left:10px;
	margin-right:15px;
	margin-bottom:20px;
	

}
#sec_servicios #total {
	margin:0;
	padding:0;
	width:700px;
	float:left;
	margin-top:2px;
	margin-left:10px;
	margin-right:15px;
	margin-bottom:20px;
	

}
#contenido .descarga{
	
	height: 40px;
	
}
/************formulario***************************************/
#contenido #formulario {
	width:300px;
}
#contenido #formulario2 {
	width:700px;
}
#contenido fieldset {
	padding-left: 0px;
	padding-top: 10px;
	margin-bottom: 15px;
}

#contenido fieldset legend {
	display: none;
}

#contenido fieldset .e {
	margin-left: 30px;
	width: 60%;
	margin-bottom: 3px;
}

#contenido fieldset .dato {
	height: 22px;
	margin-bottom: 4px;
	
}

#contenido fieldset .dato label {
	float: left;
	width: 80px;
	float: left;
	
}
#contenido fieldset .dato2 label {
	float: left;
	width: 100px;
	float: left;
	
}

#contenido fieldset .dato input {
	
	display: block;
	width: 170px;
	margin-left: 0px;
	padding: 2px;
	font-size: 10px;
	margin-right:10px;
	border: 1px solid  #ccc;	
}

#contenido fieldset textarea {
	width: 100%;
	height: 60px;
	margin-bottom: 5px;
	font-size: 10px;
	border: 1px solid  #ccc;	
}

#contenido fieldset .dato input.boton {
	float: left;
	width: 48px;
	text-align: center;
	background-color: #ccc;
	color: #373737;
}

#contenido fieldset .enviar {
	width: 100%;
	text-align: right;
	padding-top: 4px;
	border-top: 1px solid #ccc;
}

 a.descarga {
	background-image: url(img/pdf.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 42px;
	padding-top:15px;
	padding-bottom:15px;
	margin-bottom: 5px;
	height:40px;
	line-height:45px;

}
 a:hover.descarga{
	height:40px;
}

#mini .fotos{
	/*width: 305px;*/
	
	/*height: 158px;*/
}
.fotos{
	list-style: none;	
}
.fotos li{
	float: left;
}

#mini #foto li{
	width: 92px;
	height: 70px;
	display: block;
	margin-bottom: 20px;
	margin-right: 20px;
	border: 1px solid #e21934;

}

#mini  #foto li a{
		
	
}
#mini #foto li a:hover{
	
}


#mini2 .fotos{
	/*width: 305px;*/
	
	/*height: 158px;*/
}
.fotos{
	list-style: none;	
}
.fotos li{
	float: left;
}

#mini2 #foto li{
	width: 92px;
	height: 70px;
	display: block;
	margin-bottom: 20px;
	margin-right: 20px;
	border: 1px solid #e21934;

}
#mini2  #foto li a{
		
	
}
#mini2 #foto li a:hover{
	
}
#minis #foto li{
	width: 92px;
	height: 70px;
	display: block;
	margin-bottom: 10px;
	margin-right: 5px;
	border: 1px solid #e21934;

}
#minis2 #foto li{
	width: 92px;
	height: 70px;
	display: block;
	margin-bottom: 10px;
	margin-right: 5px;
	border: 0px solid #e21934;

}
#minis  #foto li a{
		
	
}
#minis #foto li a:hover{
	
}
#adorno{
	width:700px;
	height:3px;
	margin-top:-40px;
	margin-bottom:10px;
	background-image: url(img/linea.png);
	background-repeat: repeat-x;
	overflow:auto;
}
#adorno1{
	margin:auto;
	width:955px;
	height:1px;
	margin-top:-40px;
	margin-bottom:0px;
	background-color:#cccccc;
}
#sec_obras{
	margin:auto;
	width:697px;
	height:368px;
}
#sec_obras h2{
	font-size:18px;
	color:#aeaeae;
	margin:0;
	padding:0;
	padding-top:35px;
	padding-left:15px;
	padding-right:15px;
}

#obras{
	margin:auto;
	width:667px;
	height:230px;
	
}
#obras ul{
	list-style:none;	
}
#obras ul h3{
	list-style:none;
	font-size:14px;
	color:#d9001d;
	text-transform: uppercase;
}
#obras ul li{
	padding-left:0px;
	float:left;
	width:305px;
	margin-top:10px;
}

#obras ul li .adorno{
	padding-left:0px;
	float:left;
	width:305px;
	height:1px;
	margin-top:-5px;
	background-image: url(img/linea.png);
	background-repeat: repeat-x;
}

#obras ul li.right{
	padding-left:0px;
	float:right;
	width:305px;
	margin-top:10px;
}
.w16{
	/*background-image: url(img/estilos/bloque.png);
	background-repeat: no-repeat;
	background-position: top left;*/
	width: 16px;
	height: 346px;
}
.w18{
	/*background-image: url(img/estilos/bloque.png);
	background-repeat: no-repeat;
	background-position: top left;*/
	width: 18px;
	height: 57px;
}
.w13{
	/*background-image: url(img/estilos/bloque.png);
	background-repeat: no-repeat;
	background-position: top left;*/
	width: 13px;
	height: 57px;
}
.w16{
	/*background-image: url(img/estilos/bloque.png);
	background-repeat: no-repeat;
	background-position: top left;*/
	width: 16px;
	height: 57px;
}
.w14{
	/*background-image: url(img/estilos/bloque.png);
	background-repeat: no-repeat;
	background-position: top left;*/
	width: 14px;
	height: 57px;
}
.w28{
	/*background-image: url(img/estilos/bloque.png);
	background-repeat: no-repeat;
	background-position: top left;*/
	width: 28px;
	height: 57px;
}
.w38{
	/*background-image: url(img/estilos/bloque.png);
	background-repeat: no-repeat;
	background-position: top left;*/
	width: 38px;
	height: 57px;
}
.w133{
	/*background-image: url(img/estilos/bloque.png);
	background-repeat: no-repeat;
	background-position: top left;*/
	width: 133px;
	height: 57px;
}
.w150{
	/*background-image: url(img/estilos/bloque.png);
	background-repeat: no-repeat;
	background-position: top left;*/
	width: 150px;
	height: 57px;
}
.btempresa{
	width:133px;
	height:57px;
}
.btservicos{
	width:133px;
	height:57px;
}
.btcalidad{
	width:133px;
	height:57px;
}
.btobras{
	width:133px;
	height:57px;
}
.btcontactar{
	width:150px;
	height:57px;
}

#pie {
	width:980px;
	height: 68px;
	clear: both;
	background-color:#181818;
	margin: auto;
	text-align: center;
	font-size: 11px;
	color:#787878;	
}
#pie p{
	padding-top:29px;
	}


#pie a{
	color:#787878;
}
#pie a:hover{
	text-decoration: none;
	color: #FFF;
}

.h2bloque_bienvenida{
	margin:0;
	margin-top:40px;
	background-image: url(img/tt_bienvenidoTotal.png);
	height:39px;
	text-indent:-1900px;
	background-repeat: no-repeat;
}
.h2bloque_noticias{
	margin:0;
	margin-top:40px;
	/*height:39px;
	text-indent:-1900px;
	background-image: url(img/tt_noticiasTotal.png);
	background-repeat: no-repeat;*/
}
.h2bloque_clientes{
	margin:0;
	margin-top:40px;
	/*background-image: url(img/tt_clientesTotal.png);
	height:39px;
	text-indent:-1900px;
	background-repeat: no-repeat;*/
}
.volver{
	clear: both;
	float: none;
	text-align: right;
	padding: 5px;
}
.volver a{
	font-size: 9px;
	padding: 3px;
}
.volver span{
	font-size: 9px;
	color: #aeaeae;
}

#paginacion{
	margin:0;
	width:700px;
	clear: both;
	margin-bottom:10px;
	margin-top:10px;

}
.paginacion{
	
	margin-top:10px;
	text-align: center;
	font-size: 10px;
}
.paginacion a{
	text-align: center;
	font-size: 10px;
	padding: 2px;	
}
.paginacion a:hover{
	background-color: #ccc;
	font-size: 10px;
	color: #000;
	padding: 2px;	
}
.paginacion b{
	background-color: #ff4800;
	padding: 2px;	
	color: #fff;
}
.rojo{
	color:#FF0000;
}

