@import url(http://fonts.googleapis.com/css?family=Share:700italic);
@import url(http://fonts.googleapis.com/css?family=Karma:500,600);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400,700,300);
@import url(http://fonts.googleapis.com/css?family=Roboto:300,400);
@font-face {
    font-family: "Nexa";
    src:url(../fonts/NexaRegular.otf) format("truetype");
}
body {section
margin: 0 auto;
height:100%;

}
.blanco {
	background:#FFF;
}

.btn-whatsapp {
	display:block;
	width:70px;
	height:70px;
	color#fff;
	position: fixed;
	right:20px;
	bottom:20px;
	border-radius:50%;
	line-height:80px;
	text-align:center;
	z-index:999;
}

.container {
	width: 100%;
	height:100%;
	margin: 0 auto;
	background:url(../img/background.jpg)  ;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center ;

/* el valor automático de los lados, unido a la anchura, centra el diseño  */
}
/* ~~ No se asigna una anchura al encabezado. Se extenderá por toda la anchura del diseño. ~~ */
header {
	width:100%;
	
}
.header_1{
	height:20px;
	background-image:url(../img/gray%20spray%20wall%20ver%203.jpg);
	background-repeat:repeat;
}
.header_2{
	height:51px;
	background-image:url(../img/bgr_header2.jpg);
	background-repeat:repeat;
}
.header_3{
	height:20px;
	background-image:url(../img/greyzz_@2X.png);
	background-size:contain;
	background-repeat:repeat;
}
.contenido {
	width:1000px;
	margin:0 auto;
}
.float_left {
	float:left;
	
}
.logo {
	position:absolute;
    margin-left:53px;
    padding-top: 5px;
	z-index:99999;
	clear:right;
}
.slider {
	width:100%;
	z-index:-99999;
	clear:left;
}
/* ~~ Estas son las columnas para el diseño. ~~ 

1) El relleno sólo se sitúa en la parte superior y/o inferior de los elementos del bloque. Los elementos situados dentro de estos bloques tienen relleno a los lados. Esto le ahorra las "matemáticas de modelo de cuadro". Recuerde que si añade relleno o borde lateral al bloque propiamente dicho, éste se añadirá a la anchura que defina para crear la anchura *total*. También puede optar por eliminar el relleno del elemento en el  bloque y colocar un segundo bloque dentro de éste sin anchura y el relleno necesario para el diseño deseado.

2) No se asigna margen a las columnas, ya que todas ellas son flotantes. Si es preciso añadir un margen, evite colocarlo en el lado hacia el que se produce la flotación (por ejemplo: un margen derecho en un bloque configurado para flotar hacia la derecha). En muchas ocasiones, puede usarse relleno como alternativa. En el caso de bloques para los que deba incumplirse esta regla, deberá añadir una declaración "display:inline" a la regla del elemento del bloque para evitar un error que provoca que algunas versiones de Internet Explorer dupliquen el margen.

3) Dado que las clases se pueden usar varias veces en un documento (y que también se pueden aplicar varias clases a un elemento), se ha asignado a las columnas nombres de clases en lugar de ID. Por ejemplo, dos bloques de barra lateral podrían apilarse si fuera necesario. Si lo prefiere, éstas pueden cambiarse a ID fácilmente, siempre y cuando las utilice una sola vez por documento.

4) Si prefiere que la navegación esté a la izquierda en lugar de a la derecha, simplemente haga que estas columnas floten en dirección opuesta (todas a la izquierda en lugar de todas a la derecha) y éstas se representarán en orden inverso. No es necesario mover los bloques por el código fuente HTML.

*/.menu {
	padding-top:15px;
	width:700px;
	height:51px;
	color:#4D4D4D;
	font-family:"Nexa";
	float:right;
	font-stretch:condensed;
	font-size:16px;
	font-weight:bold;
}

.menu a:link{
	width:auto;
	padding-left:10px;
	padding-right:20px;
	color:#4D4D4D;
	font:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	text-decoration:none;
}
.menu a:visited{
	width:auto;
	padding-left:10px;
	padding-right:20px;
	color:#4D4D4D;
	font:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	text-decoration:none;
}
.menu a:hover {
	color:#3D7FB1;
	background-image:url(../img/hover_menu.png);
	

}
.menu a:active {
	color:#3D7FB1;
	background-image:url(../img/hover_menu.png);

}
.sidebar1 {
	float: left;
	margin-left:5%;
	width: 340px;
	padding-bottom: 10px;
}
.content {
	padding: 10px 0;
	width: 69%;
	float: right;
}


/* ~~ El pie de página ~~ */
/* Footer */
footer{
	width:100%;
	height:auto;
}
.container_footer {
	width: 1000px;
	height:100%;
	max-height:300px;
	padding-top:100px;
	margin: 0 auto;/* the auto value on the sides, coupled with the width, centers the layout */
}
.container_footer2 {
	padding-top:10px;
	width: 1000px;
	margin: 0 auto;/* the auto value on the sides, coupled with the width, centers the layout */
}
.footer1{
	margin:0 auto;
	width:100%;
	height:430px;
	color: #FFF;
	font-size:9pt;
	background:url(../img/footer1.png);
	background-repeat:repeat;
	font-family:"Roboto Condensed",  sans-serif;
	text-align:justify;
	line-height:17px;
	border-top-width:50px;
}

.footer2{
	margin:0 auto;
	width:100%;
	height:50px;
	color: #FFF;
	font-size:9pt;
	background:#003042;
	background-repeat:repeat;
	font-family:"Roboto Condensed",  sans-serif;
	text-align:justify;
	line-height:17px;
	border-top-width:50px;
}

.footer2 a:hover {
color:#009EC7;
text-decoration:none;
}
.col-footer{
	float:left;
	margin:15px 25px 10px 10px;
	
	width:300px;
}
.borde-col{
	border-left:2px solid #333;
	height: 160px;
}

footer p{
	text-align: justify;
}
/*Compatibilidad con HTML5: define nuevas etiquetas HTML5 como display:block para que los navegadores sepan cómo procesar las etiquetas correctamente. */
header, footer, aside, article, figure {
	display: block;
}
/* ------------- CONTENIDO DE TABLAS HOME----------------*/
.content_col {
	position: relative;
	width:278px;
	height:415px;
	width: 100%;
	position: relative;
	z-index: 0;
	padding-top: 10px;
	margin:10px 10px 10px 10px;
}
.content_col_nosotros {
	position: relative;
	width:300px;
	height:380px;
	width: 100%;
	position: relative;
	z-index: 0;
	padding-top: 10px;
	margin:10px 10px 10px 10px;
}
.mas_info a:link , a:visited {
	text-align:right;
	color:#FFF;
	text-decoration:none;
	padding-right:5px;


}
.mas_info a:hover {
	text-align:right;
	color:#F9F9F9;
	font-weight:200;
	text-decoration:none;
	padding-right:5px;
	letter-spacing:0.05em;
}
.mas_info a:active {
	text-align:right;
	color:#FFF;
	text-decoration:none;
	padding-right:5px;

}
.mas_info {
	text-align:right;
	margin-bottom:0px;
	margin-left:80px;
	width:70%;
	background-color:#0080B4;
	color:#fff;
		border-bottom-left-radius:5px;
	border-top-left-radius:5px;
	}
.mas_info:hover {
	text-align:right;
	margin-left:80px;
	width:70%;
	background-color:#00406A;
	border-bottom-left-radius:5px;
	border-top-left-radius:5px;
	}
		

.texto_col {
	margin-left:7%;
	color:#666666;
	height:160px;
	width:200px;
	font-family:"Roboto Condensed";
	font-size:14px;
	font-stretch:condensed;
	line-height:1.5em;
	font-weight:100;
	padding-top:0.5cm;
	padding-left:0.5cm;
	padding-right:0.5cm;
	text-align:justify;
	background:#eaeaea;
	background-repeat:repeat;
	border:solid;
	border-color:#FFF;
	border-width:1px;
	border-bottom-left-radius:35px;
	border-bottom-right-radius:35px;
	z-index:9999;
}

.texto_col_nosotros {
	margin-left:7%;
	color:#151515;
	height:40%;
	width:400px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:1.5em;
	font-weight:100;
	padding-top:0.2cm;
	padding-bottom:0.3cm;
	padding-left:0.5cm;
	padding-right:0.5cm;
	text-align:justify;
	background:#eaeaea;
	background-repeat:repeat;
	border:solid;
	border-color:#FFF;
	border-width:1px;
	border-bottom-left-radius:35px;
	border-bottom-right-radius:35px;
	z-index:9999;
}
.texto_col_bottom{
		font-family:"Roboto Condensed";
		color:#666;
	font-size:13px;
	padding-top:0.5cm;
	padding-left:0.5cm;
	padding-right:0.5cm;
	padding-top:0.5cm;
	text-align:justify;
}


.titulo_col_bottom a{
	width:100%;



}
.barra_azul {
	background-color:#0080B4;
	color:#FFFFFF;
	border-bottom-left-radius:20px;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	border-bottom-right-radius:20px;
	width:100%;
	height:60px;
	margin-top:-10px;
}
.barra_gris {
	background-image:url(../img/diamond_upholstery.png);
	background-repeat:repeat;
	color:#4D4D4D;
	border-bottom-left-radius:20px;	
	border-top-right-radius:20px;
	width:93%;
	height:60px;
	margin-top:-10px;
	margin-left:8px;

}
.titulo_col {
	padding-left:15px;
	padding-top:5px;
	font-family:"Nexa";
	margin:0 auto;
	color:#00509F;
	font-weight:400;
	font-size:16px;
	text-align:left;
	color:#FFF;
	
}.titulo_col_footer {
	padding-bottom:5px;
	font-family:"Roboto Condensed";
	margin:0 auto;
	color:#00509F;
	font-weight:700;
	font-size:20px;
	text-align:left;
	color:#FFFFFF;
	
}
negrita {
	font-weight:bold;
}

.linea {
	margin:2px;
	height:1px;
	width:90%;
	background-color:#FFF;
	line-height:none;
}
.linea_azul {
	margin:0;
	height:2px;
	width:90%;
	background-color:#0080B4;
	line-height:none;
}
.subtitulo
{
	padding:15px 5px 5px 5px; 
	font-size:12px;
	font-weight:110;

}
.texto_col_bottom a {
	 color:#00509F 
}
.texto_col_bottom a:hover{
		color:#666;
		text-decoration:underline;

}
.texto_col_bottom a:visited {
	 color:#00509F 
;
 }
.texto_col_bottom a:active {
	 color:#00509F 
;
 }
.titulo_noticias{
	font-family: "Roboto Condensed";
	color: #0080B4;
	font-size: 28px;
	font-weight: bold;
	text-align: left;
	
}
.hr {
	margin:0 auto;
	width:180px;
	color:#ccc;

}
.hr2 {
	margin:0 auto;
	width:100%;
	color:#000;
	border:solid 2px;
	margin-bottom:15px;

}
.hr3 {
	margin-top:14px;
	margin-top:2px;
	width:100%;
	color:#00509F ;
	border:dashed 1px;
	

}
.col_1 {
	width:278px;
	height:355px;
	padding-bottom: 30px;
	margin-right:5%;
}
.col_1_nosotros {
	width:400px;
	height:auto;
	padding-bottom: 30px;
	margin-right:5%;
}
.main{
	margin:0 auto;
	position:relative;
    width:100%;
	max-width:990px;
	height:auto;
	margin-bottom:-50px;
}


.text_center {
	text-align:center;
}
.img_center {
	margin-top:-8px;
text-align:center;
padding-bottom:0px;
	
}
.boton_center {
	margin:0 auto;
	
}
.izquerda {
	margin-left:0;
	float:left;
}
.img_centro {
	margin-left:0%;
	display:block;
text-align:center;
	
}
.justificado {
	text-align:justify;
}
.texto_izquerda{
	text-align:left;
}
.top_block {
	width: 100%;
	display: block; 
}

.bottom_block {
	position: absolute;
	width: 100%;
	display: block;
	bottom: 0; 
}

.left_block {
	display: block;
	float: left; 
}

.right_block {
	display: block;
	float: right; 

}

.center_block {
	display: block;
	width: auto; 
}
.formulario {
	font-family: "Roboto Condensed";
	color: #969696;
	font-size: 8px;
	font-weight: 120;
	text-align: left;
}

textarea {
	background:#FFF;
	color:#00466E;
	border-bottom-right-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
	border-top-left-radius:10px;
	width:240px;
	border-style:solid;
	border-color:#278BE8;
	border-width:thin;
}
select{
		margin-bottom:2.5px;
	background:#FFF;
	color:#00466E;
	border-bottom-right-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
	border-top-left-radius:10px;
	width:240px;
	border-style:solid;
	border-color:#278BE8;
	border-width:thin;
}
input {
margin-bottom:2.5px;
	background:#FFF;
	color:#00466E;
	border-bottom-right-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
	border-top-left-radius:10px;
	width:240px;
	height:20px;
	border-style:solid;
	border-color:#278BE8;
	border-width:thin;

}
input:hover  {
	background:#DBF8DD;
	color:#278BE8;
	border-bottom-right-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
	border-top-left-radius:10px;
	width:240px;
	border-style:dashed;
	border-color:#278BE8;;
}

enviar {
	background:#278BE8;
	color:#FFF;
	width:140px;
	height:40px;
	border-bottom-right-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
	border-top-left-radius:10px;
}
enviar:hover {
	background:#00466E;
	color:#FFF;;
	width:140px;
	border-bottom-right-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
	border-top-left-radius:10px;
}
.segundo {
	margin-top:400px;
	width:100%;
	text-align:left;
}

.segundo_interno {
	margin-top:100px;
	width:100%;
	text-align:left;
}

.sombra {
	text-shadow: black 0.1em 0.1em 0.2em;

}
.img_contacto {
	margin-top:20px;
	margin-left:230px;
}

/*acordeon*/
.accordion {
  background:none;
  margin: auto;
  padding: 1em;
  width: 100%;
}
.accordion h1 {
  text-align: center;
}
.accordion h2 {
  ont-family:"Roboto Condensed" , sans-serif;
	font-size:45px;
	color:#333 ;
	text-decoration:none;
  cursor: pointer;
  font-weight:400;
}

.accordion h2:hover {
font-family:"Roboto Condensed" , sans-serif;
	font-size:45px;
	color:#131528;
	letter-spacing:2px;
  cursor: pointer;
}

bold {
	font-weight:bold;
}
.accordion h2, .accordion p {
  margin: 0;
}
.accordion h3 {
  ont-family:"Roboto Condensed" , sans-serif;
	font-size:15px;
	color:#333;
	text-decoration:none;
  cursor: pointer;
  font-weight:400;
}

.accordion h3:hover {
font-family:"Roboto Condensed" , sans-serif;
	font-size:15px;
	color:#131528;
  cursor: pointer;
}
.accordion h3, .accordion p {
  margin: 0;
}
.menu_trabajos2 a:link a:visited {
	padding:10px;
	font-size:12px;
	color:#131528;
}
.menu_trabajos2 a:hover a:active {
	padding:10px;
	font-size:12px;
	color:#333;
}

.iframe {
	width:100%;
	height:100%;
	min-height:490px;
	border:none;
	overflow:hidden;
	overflow-x:hidden;
	overñfpw-y:hidden;

}
.boton_producto {
	width:50%;
	margin-left:50%;
	text-align:right;
	font-weight:400;
}

.boton_producto a:link, a:visited, a:active {
	font-size:17px;
	color:#424242;
}
.boton_producto a:hover {
	color:#278BE8;
	text-decoration:none;
}