body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: white;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.cartel{
    position: absolute;
    top: 0;
    left: -100%;
    width: 90%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: rgba(0,0,0,0.7);
    transition: 0.5s;
    font-family: arial;
    font-size: 1.5em;
    color: white;
}
.cartel h3{
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: .5s;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
}
.imagebox{
    overflow: hidden;
}
.imagebox img{
    width: 100%;
    transition: 0.5s;
    
}
.imagebox:hover .cartel{
    left: 2.5%;
    transition: .5s;
}
.h1produ {
    width: 100%;
}
.foot{
    margin-top: 10px;
    background-color: black;
    height: 20px;
    text-align: center;
    width: 100%;
    color: white;
}

#header{
    width: 100%;
    background-color: red;
}
#linea{
    background-color: black;
}
#linea h2{
    text-align: center;
    color: white;
    font-size: 1em;
}
.ops{
    background-color: white;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    color: gray;
    text-decoration: none;
    margin-top: 20px;
}
.ops a{
    background-color: white;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    color: gray;
    text-decoration: none;

}
.ops a:hover{
    color: black;
}
.boton1{
    display: inline-block;
    width: 33%;
    text-align: center;
    margin-top: 5%;
}

.logo{
    width: 100%;
}
.botones{
    text-align: center;
}
.fotos{
    margin-top: 20px;
}
.fotos img{
    border: 1px solid black;
    width: 90%;
    margin: 5px;
}
.nosotros{
    margin-top: 15px;
    text-align:center;
    color: #807F84;
    width: 100%;
}
.nosotros p{
    text-align: justify;
}
.nosotros img{
    width: 80%;
    border: 1px solid black;
    text-align: center;
    
}
.fondotitulo {
    margin-top: 10px;
    background-color: #E4E6E7;
    width: 100%;
}
.fondotitulo h3{
    text-align: center;
    color: #807F84;
    width: 100%;
}
.contacto{
    margin-top: 10px;
    background-color: #E4E6E7;
    width: 100%;
}
.contacto h3{
    text-align: center;
    color: #807F84;
    width: 100%;
}
.contacto img{
    width: 30%;
    text-align: center;
}
.contacto p{
    text-align: center;
}
.datos{
    text-align: center;
    padding-top: 100px;
}
.botonenviar{
    background-color: gray;
    text-align: center;
    color: white;
    border-style: none;
    padding: 5px;
    border-radius: 10px;
    width: 100px;
    margin-left: 40%;
    cursor: pointer;
}
.botonenviar:hover{
    background-color: #E4E6E7;
    color: dimgray;
}

@media (max-width: 992px) {
.boton1{
    display: inline-block;
    width: 30%;
    text-align: center;
    margin-top: 0%;
}
    .logo{
    width: 100%;
    text-align: center;
}
}
