/* GENERAL */
#container {
	width: 940px;
	background: rgba(191,189,191,1);
	background: -moz-linear-gradient(top, rgba(191,189,191,1) 0%, rgba(236,236,236,1) 29%, rgba(255,255,255,1) 41%, rgba(255,255,255,1) 55%, rgba(255,255,255,1) 61%, rgba(191,189,191,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(191,189,191,1)), color-stop(29%, rgba(236,236,236,1)), color-stop(41%, rgba(255,255,255,1)), color-stop(55%, rgba(255,255,255,1)), color-stop(61%, rgba(255,255,255,1)), color-stop(100%, rgba(191,189,191,1)));
	background: -webkit-linear-gradient(top, rgba(191,189,191,1) 0%, rgba(236,236,236,1) 29%, rgba(255,255,255,1) 41%, rgba(255,255,255,1) 55%, rgba(255,255,255,1) 61%, rgba(191,189,191,1) 100%);
	background: -o-linear-gradient(top, rgba(191,189,191,1) 0%, rgba(236,236,236,1) 29%, rgba(255,255,255,1) 41%, rgba(255,255,255,1) 55%, rgba(255,255,255,1) 61%, rgba(191,189,191,1) 100%);
	background: -ms-linear-gradient(top, rgba(191,189,191,1) 0%, rgba(236,236,236,1) 29%, rgba(255,255,255,1) 41%, rgba(255,255,255,1) 55%, rgba(255,255,255,1) 61%, rgba(191,189,191,1) 100%);
	background: linear-gradient(to bottom, rgba(191,189,191,1) 0%, rgba(236,236,236,1) 29%, rgba(255,255,255,1) 41%, rgba(255,255,255,1) 55%, rgba(255,255,255,1) 61%, rgba(191,189,191,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfbdbf', endColorstr='#bfbdbf', GradientType=0 );
	margin: 0px auto;
	padding: 0px 20px;
	/* Sombra */
	-webkit-box-shadow: 0px 4px 11px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 4px 11px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 4px 11px 0px rgba(50, 50, 50, 0.75);
	/* Fin sombra */

}
body {
	background-image: url(../img/fondo.jpg);
	background-attachment: fixed;
	background-position: center;
	font-family: arial, verdana, sans-serif;
}

header {
	width: 100%;
}

#btn-menu {
	display: none;
	mask-type: none;
}

header label {
	display: block;
	width: 30px
	height: 30px;
	padding: 10px;
}

header label:hover {
	cursor: pointer;
}
/*redes sociales*/
#facebook {
	position: fixed;
	top: 100px;
	right: -30px;
}
#facebook:hover {
	right: 0px;
}
#linkedin {
	position: fixed;
	top: 160px;
	right: -30px;
}
#linkedin:hover {
	right: 0px;
}

/*fin redes sociales*/

.lineaHorizontal {
	border-top: dotted 1px #000;
	margin: 20px 0px;
}

/* HEADER */
#containerHeader {
	width: 100%;
	height: 164px;
}
#headerLogo {
	width: 300px;
	height: 164px;
	float: left;
}
#headerMenu {
	width: 540px;
	height: 65px;
	float: right;
}
#headerMenu ul {
	padding: 0px;
	float: right;
}
#headerMenu li {
	list-style-type: none;
	float: left;
	margin-right: 20px;
	margin-top: 50px;
	border-bottom: solid 5px #000;
	padding-bottom: 10px;
	font-size: 16px;
}
#headerMenu li:last-child {
	margin-right: 0px;
}
#headerMenu li a {
	text-decoration: none;
	color: #000;
}
#headerMenu li:hover {
	border-bottom: solid 5px #999;
}
/* FOOTER */
#containerFooter {
	width: 100%;
	height: 130px;
	font-size: 11px;
}
#containerFooter h5 {
	border-bottom: solid 1px #000;
	text-transform: uppercase;
	padding-bottom: 5px;
}
#containerFooter ul {
	list-style-type: none;
	padding: 0px;
	line-height: 20px;
}
#containerFooter li a {
	text-decoration: none;
	color: #000;
}
#containerFooter li a:hover {
	text-decoration: underline;
}
/* HOME */
#containerSlider {
	width: 100%;
	height: 400px;
	margin-bottom: 20px;
}
#containerSlider2 {
	width: 220px;
	height: 220px;
	margin-bottom: 20px;
	float: left; margin: 0px 20px 200px 0px;
}
#containerDestacados {
	width: 100%;
	height: 255px;
}

/* INTERIOR */
.containerInside a {
	text-decoration: none;
	color: #000;
	font-size: 20px;
}
.containerInside p a {
	text-decoration: none;
	color: #000;
	font-size: 15px;
}
.containerInside a:hover {
	font-size: 15px;
	color: #667F66;
}
.containerInside {
	width: 100%;
	overflow: hidden;
	font-size: 12px;
	margin-bottom: 20px;
	background-color: transparent;
}
.containerInside img {
	border-radius: 5px;
}
.containerInside h1 {
	margin: 0px 0px 10px 0px;
	font-size: 24px;
	font-family: 'Oswald'; 
}
.containerInside h2 {
	margin: 0px 0px 10px 0px;
	font-size: 20px;
	font-family: 'Oswald'
}
.containerInside h3 {
	margin: 0px 0px 10px 0px;
	font-size: 16px;
	font-family: 'Oswald'; 
}
.containerInside h4 {
	margin: 0px 0px 10px 0px;
	font-size: 14px;
	font-family: 'Oswald'; 
}
.containerInside a {
	text-decoration: none;
	color: #000;
	font-family: 'Oswald';
	font-size: 15px;
}
.containerInsideMenu {
	width: 220px;
	background: rgba(0,0,0,1);
	background-color: transparent;
	float: right;
	margin-top: 30px;
}
.containerInsideContent {
	width: 700px;
	background-color: transparent;
	float: left;
	margin-bottom: 20px;
	font-size: 14px;
	font-family: 'Ubuntu', sans-serif;
}
.containerInsideContentProd {
	width: 460px;
	background-color: transparent;
	float: right;
	margin-bottom: 20px;
}
.containerInsideContent a {
	color: #000;
}
.containerInsideMenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.containerInsideMenu li {
	border-top: solid 1px #000;
	font-size: 12px;
	padding: 10px;
}
.containerInsideMenu li:hover {
	text-decoration: none;
	background-color: transparent;
}
.containerInsideMenu li:last-child {
	border-bottom: solid 1px #000;
}
.containerFooter strong a {
	color: #000;
	font-size: 5px;
	text-decoration: none;
}
#containerFooter a {
	text-decoration: none;
	color: #000;
}

nav  {
    display: block;
    width: 100%;
    overflow: hidden;
}

nav ul {
    margin: 0px 0 20px 0;
    padding: .3em;
    float: right;
    list-style: none;
}

nav li {
    float:right;
}

nav a {
    float:left;
    padding: .5em 1.5em;
    text-decoration: none;
    color: #555;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    font: bold 0.7em/1 'trebuchet MS', Arial, Helvetica;
    text-transform: uppercase;
    border-width: 1px;
    border-style: solid;
    border-color: #fff #ccc #999 #eee;
    background: #c1c1c1;
    background: linear-gradient(#f5f5f5, #c1c1c1);            
 }
 
nav a:hover, nav a:focus {
    outline: 0;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,.2);
    background: #F5E7C4;
    background: linear-gradient rgba(76,76,76,1);
}

nav a:active {
    box-shadow: 0 0 2px 2px rgba(0,0,0,.3) inset;
}
 
nav li:first-child a {
    border-left: 0;
    border-radius: 4px 0 0 4px;            
}

nav li:last-child a {
    border-right: 0;
    border-radius: 0 4px 4px 0;            
}

/*Redes Contacto*/
.RedesContacto {
    float: left;
    width: 110px;
    height: 90px;
    margin: 5px;
}

/* Responsive */

@media (min-width:1200px) { /* condiciona desde el ancho mínimo de 1200px */
	header, footer, section { /* el sitio no crece más de 1200px */
		max-width: 1200px;
	}
}


/* Columnas */

.col1 {width: 60px; float: left; margin-right: 20px;}
.col2 {width: 140px; float: left; margin-right: 20px;}
.col3 {width: 220px; float: left; margin-right: 20px;}
.col4 {width: 300px; float: left; margin-right: 20px;}
.col5 {width: 380px; float: left; margin-right: 20px;}
.col6 {width: 460px; float: left; margin-right: 20px;}
.col7 {width: 540px; float: left; margin-right: 20px;}
.col8 {width: 620px; float: left; margin-right: 20px;}
.col9 {width: 700px; float: left; margin-right: 20px;}
.col10 {width: 780px; float: left; margin-right: 20px;}
.col11 {width: 860px; float: left; margin-right: 20px;}
.col12 {width: 940px; float: left; margin-right: 20px;}

.col1:last-child {margin-right: 0px}
.col2:last-child {margin-right: 0px}
.col3:last-child {margin-right: 0px}
.col4:last-child {margin-right: 0px}
.col5:last-child {margin-right: 0px}
.col6:last-child {margin-right: 0px}
.col7:last-child {margin-right: 0px}
.col8:last-child {margin-right: 0px}
.col9:last-child {margin-right: 0px}
.col10:last-child {margin-right: 0px}
.col11:last-child {margin-right: 0px}
.col12:last-child {margin-right: 0px}













