*{
	padding: 0;
	margin: 0;
	font-family: arial;
}

.social{
	position: fixed;
	margin-top:400px;
	left: 0;
	z-index: 2000;
}

 .social ul {
	list-style: none;
}

.social ul li a{
	display: inline-block;
	font-size: 18px;
	color: #ffffff;
	background-color:#000000;
	padding: 10px 15px;
	text-decoration: none;
	-webkit-transition:all 400ms ease;
	-moz-transition:all 400ms ease;
	-o-transition:all 400ms ease;
	transition:all 400ms ease;
}
.social ul li .icon-facebook{background-color:#3b5998; }
.social ul li .icon-twitter{background-color:#00abf0;}
.social ul li .icon-rocket{background-color:#f94c02;}

.social ul li a:hover{
	padding: 10px 40px;
	background: #000;
}



h1{
	display: block;
	font-size:35px;
	color:black;
	opacity: .3;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

h2{
	padding-top:40px;
	font-size:40px;
	color:black;
	opacity: .6;
}

h3{
	font-size:14px;
	color:black;
	opacity: .6;
	display: inline-block;
}

h4{
	padding:10px 5px;
	font-size:36px;
	color:white;
}

h5{
	margin-top:5px;
	display:block;
	font-size:1em;
	color: white;
	text-align: justify;
	opacity: 100;

}

header{
	width: 1000px;
	height: 50px;
	margin: -20px auto;
}
#logo{
	width:300px;
	float: left;
	margin-top:30px;
	background-color:white;
}


header nav{
	float: left;
	background: #191919;
	width:700px;
	height:75px;
	margin:20px auto;
}
header nav ul{
	list-style: none;
}

header nav ul li{
	display: inline-block;
	position: relative;
	-webkit-transition:all 400ms ease;
	-moz-transition:all 400ms ease;
	-o-transition:all 400ms ease;
	transition:all 400ms ease;
}
header nav ul li a {
	color: #fff;
	display: block;
	text-decoration: none;
	padding:20px 20px;

}
header nav ul li:hover{
	background:#B91818;

}
header nav ul li:hover .children{
	display: block;
}
header nav ul li .children{
	display: none;
	background: #191919;
	position: absolute;
	width: 180%;
	z-index: 1000;
}
header nav ul li .children li{
	display: block;
}

header a{
	text-decoration: none;
}


.barradescripcion{
	margin-top: 65px;
	width: 100%;
	height: 500px;
	background-color: black;
	background-image: url(../img/fondo-cubas-banner.jpg);
}
.titulodescripcion{
	width: 1000px;
	height: 100%;
	margin:0px auto;
}
.cuadrotitle{
	width: 500px;
	height:350px;
	float: left;
	position: inherit;
	background-color: red;
	opacity: .9;
	padding: 10px 10px;
}


section.titulo{
	width: 1000px;
	margin:20px auto;
}

section.info{
	width: 1000px;
	margin:100px auto;
}

section.info article div.foto{
	background-color: yellow;
	margin-top: 50px;
	position: relative;
	width: 222px;
	height: 320px;
	display: inline-block;
}

section.info article div.data{
	display: inline-block;
	vertical-align: top;
	width: 700px;
	padding-left: 65px;
}

p.contenido{
	text-align: justify;
	margin-top: 40px;
	font-size: 21px;
	line-height: 30px;
	color: #848786;
}

p.nombre{
	font-size:14px;
	color:black;
	margin-top:10px;
	margin-left: 10px;
	font-weight: bold;
}
p.descripcion{
	font-size:11px;
	color:black;
	margin-left: 10px;
}

.boton{
	margin-top: 40px;
	display:block;
	width:350px;
	background-color:#2c2c2c;
	-webkit-transition: all 600ms ease;
	-moz-webkit-transition: all 600ms ease;
	-ms-webkit-transition: all 600ms ease;
	-o-webkit-transition: all 600ms ease;
	transition: all 600ms ease;
}

.boton:hover{
	background-color:red;
	margin-left: 20px;

}

p.btn{
	text-decoration: none;
	display: inline-block;
	font-size: 24px;
	color: white;
}


section.fotos{
	width:1005px;
	height: 350px;
	margin: 20px auto;
}

article.fotos{
	width:245px;
	height: 300px;
	float: left;
	margin-left:5px;
}

span.bot{
	display: inline-block;
	color: white;
	font-size: 24px;
	padding:15px 20px;
}


.main-footer{
	width: 100%;
	height:auto;
	background-color:black;
}
div.footline{
	width: 100%;
	height: 5px;
	background-color: red;
}

.footer{
	width: 1000px;
	height:200px;
	margin:0px auto;
	padding-left: 10px 0px;
}
section.foot1{
	width: 200px;
	float: left;
	height: 200px;
	-webkit-transition: all 400ms ease;
	-moz-webkit-transition: all 400ms ease;
	-ms-webkit-transition: all 400ms ease;
	-o-webkit-transition: all 400ms ease;
	webkit-transition: all 400ms ease;
}

section.foot1:hover{
	background-color: red;
}
section.foot2{
	float: left;
	margin-left: 40px;
	width:330px;
	height:100px;
	color: white;
	font-size:14px;
	padding: 30px 20px;
	line-height: 30px;
	border-left: 1px solid #494949;
}
section.foot3{
	float: left;
	margin-left: 40px;
	width:300px;
	height:100px;
	color: white;
	font-size:14px;
	padding: 30px 20px;
	line-height: 30px;
	border-left: 1px solid #494949;
}

.color{
	float: left;
	display: block;
	width:10px;
	height:20px;
	background-color: yellow;
	-webkit-transition: all 400ms ease;
	-moz-webkit-transition: all 400ms ease;
	-ms-webkit-transition: all 400ms ease;
	-o-webkit-transition: all 400ms ease;
	webkit-transition: all 400ms ease
}
.color:hover{
	width:70px;
}
/*fotos inoxidable proceso*/

section.maininox{
	width: 100%;
	height: 650px;
	background-color:#dadada;
	margin:30px 0px;
}

div.inox{
	width: 1000px;
	height:auto;
	margin:0px auto;
}
article.inox{
	width:400px;
	height:600px;
	display: block;
	float: left;
	padding: 25px 40px;
}
/*fotos inoxidable proceso*/



figure{
	width: 100%;
	height: auto;
}

figcaption{
	padding: 7%;
	width: 86%;
	height: 50px;
}
