@charset "utf-8";
@import url("../css/header.css");
@import url("../css/footer.css");
@import url("../css/equipo.css");
@import url("../css/servicios.css");
@import url("../css/productos.css");
@import url("../css/fuentes.css");
@import url("../css/contacto.css");
@import url("../iconos-web/iconos-web.css");

* {
    box-sizing: border-box;
	padding: 0;
    margin: 0;
}
body{
    margin: 0;
    padding: 0;
    font-family: 'Marvel', sans-serif;
    font-size: 15pt;
    line-height: 140%;
    background: #c4cccc;
    color: #666666;
}
a:visited {
    color: #fff;
}
#titulos h1 {
width: 100%;
max-width: 985px;
margin: 0 auto;
font-size: 15pt;
color:inherit;
background: #eaeaea;
text-align: left;
padding: .5em;
border-bottom: 2px dotted #999999;

}

img {
border: 0;
}
h3 {
    font-size: 1em;
    padding-top: .5em;
}
h4 {
    font-size: .8em;
}
a {
    text-decoration: none;
    color: inherit;
}
.textos h3 {
	font-size: 2em;
	text-align: center;
	border-bottom: 4px solid #0093a0;
	line-height: 2em;
	margin-bottom: 1em;
}

#banner {
	width: 100%;
	max-width: 985px;
    margin: 0 auto;

}

#foto {
    width: 100%;
    max-width: 985px;
    margin: 0 auto;
}
#foto img {
    width: 100%;
    height: auto;
}
.marcas img {
width: 100%;
height: 100%;
}

.texto-destacado {
width: 100%;
/*font-style: italic;*/
max-width: 985px;
color: #6b6b6b;
font-size: 1.4em;
line-height: 160%;
text-align: left;
margin: 0 auto;
padding: 1em;
background: #eaeaea;
    
}

/*   RESPONSIVE   */

/* DESDE TAMAÑO TABLET */
@media (min-width: 768px){


#titulos h1 {
font-size: 1.2em;

}

}