#container{
	width:100%;
	height:auto;
	background-image:url(../images/textura01.jpg);
	background-repeat:repeat;
	margin:0px auto;
	padding: 0;
	position:relative;
	z-index:1;
}
@media (max-width: 1020px) {

#container{
	width:100%;
	height:auto;
	background-image:url(../images/textura01.jpg);
	background-repeat:repeat;
	margin:48px auto;
	padding: 0;
	position:relative;
	z-index:1;
}

}
/*
p{
	font-family: 'Open Sans Condensed', sans-serif;
	font-family: 'Open Sans', sans-serif;
}
*/


.clear{
	clear:both;
}
.cabecera1{
	position:relative;
	z-index:2;
	width:100%;
	height:210px;
	background-image:url(../images/menu-bg.png);
	background-repeat:repeat;
	margin:0 auto;
	  -webkit-box-shadow: 1px 1px 24px rgba(50, 50, 50, 0.88);
	-moz-box-shadow:    1px 1px 24px rgba(50, 50, 50, 0.88);
	box-shadow:         1px 1px 24px rgba(50, 50, 50, 0.88);

}
@media (max-width: 1020px) {

	.cabecera1{
		display: none;
	}

}
#cabecera{
	position:relative;
	z-index:2;
	width:100%;
	height:190px;
	margin:10px auto;
	background-color: #990000;
	/*
	 background:-webkit-linear-gradient(top,#900 0%,#600 100%);
     background:-moz-linear-gradient(top,#900 0%,#600 100%);
     background:-ms-linear-gradient(top,#900 0%,#600 100%);
     background:-o-linear-gradient(top,#900 0%,#600 100%);
     background:linear-gradient(top,#900 0%,#600 100%);
     */
   
}
#cabeza{
	position:relative;
	z-index:1;
	max-width: 1004px;
	width:100%;
	height:180px;
	margin:0 auto;
	padding:10px;

}
.info{
	width:220px;
	height:140px;
	margin-top:0px;
	margin-right: 0px;
	padding-top:10px;
	float:right;
}
.info h2{
	margin-top:0px;
	margin-bottom:0px;
	height:20px;
	line-height: 20px;
	font-size:16px;
	padding:0;
	text-align: right;
	color:#330000;
}
.info h3{
	height:20px;
	font-size:16px;
	line-height: 20px;
	padding:0;
	margin-top:5px;
	margin-bottom:5px;
	text-align: right;
	color:#330000;
}
.info p{
	width:100%;
	height:20px;
	font-size: 16px;
	color:black;
	padding:0;
	margin-top:0px;
	margin-bottom:0px;
	font-family:'Lato', sans-serif;
	color:#330000;
	text-align: right;
}
.logotipo1{
	position:absolute;
	z-index:2;
	width:180px;
	height:auto;
	float:left;
	padding:0;
	margin-top:0px;
	margin-bottom: 0px;
	-webkit-box-shadow: 0px 0px 82px -8px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 82px -8px rgba(0,0,0,1);
	box-shadow: 0px 0px 82px -8px rgba(0,0,0,1);
}

.social{
	width:212px;
	height:30px;
	margin:0px;
	padding:0px;
	float:right;
		
}
.social ul{
	width:150px;
	height:40px;
	float:right;
	margin-top:50px;
}
.social ul li{
	width:40px;
	height:40px;
	margin:0;
	border-radius: 50%;
	background-color: #666;
	list-style: none;
	display: inline-block;
}
@media (max-width: 1020px) {

	.menu2{
		display: none;
	}

}
nav{
	max-width: 1024px;
	width:100%;
	height: 40px;
	padding-top:0px;
	float: right;
	display: block;
	position: relative;
	z-index: 1;

}

nav ul{
	width:autor;
	height:30px;
	float:right;
	list-style:none;
}

nav ul li{
	display: inline-block;
	width:auto;
	height:38px;
	padding:0px;
	list-style:none;
	float:left;

	-webkit-transition: all 0.6s ease-in-out;
  	-moz-transition: all 0.6s ease-in-out;
  	-o-transition: all 0.6s ease-in-out;
  	transition: all 0.6s ease-in-out;
}

nav ul li a{
	text-align:left;
	float:left;
	width:auto;
	height:38px;
	margin-left:10px;
	padding:0px;
	color:#ccc;
	line-height: 35px;
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
	-webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
  	text-decoration: none;
  	border-bottom: 0px solid #383838;
}

nav ul li span{
	width:30px;
	height:28px;
	float:left;
	margin-left:40px;
	display:block;
}
nav ul li span img{
	float:left;

}
.derecha{
	float:left;
}

nav ul li a:hover{
	color:#383838;
	text-decoration: none;
}
#facebook{
	max-width: 1024px;
	width:100%;
	height: 300px;
	margin: 0 auto;
	border-top:10px solid #900;
	background-color: #383838;

}
	#facebook iframe{
		width: 900px;
		margin: 0 auto;
	}
	#facebook iframe p{
		color:black;
	}
#facebooktablet{
	width: 100%;
	height: 100px;
	display: none;
}
#facebooktablet iframe{
		width: 600px;
		height: 80px;
		margin: 0 auto;
	}

#facebookmovil{
	width: 100%;
	height: 25px;
	display: none;
}
#facebookmovil iframe{
		width: 200px;
		height: 25px;
		margin: 0 auto;
	}
@media (max-width: 1020px) {

	#facebook{
	max-width: 900px;
	width:100%;
	height: 300px;
	margin: 0 auto;
	background-color: #990000;
	display: none;
}
	#facebook iframe{
		max-width: 900px;
		min-width: 400px;
		width: 90%;
		margin: 0 auto;
		display: none;
	}
	#facebooktablet{
	width: 100%;
	height: 80px;
	display: block;
	margin: 0 auto;
	border-top:5px solid #900;
	border-bottom:5px solid #900;
	background-image:url(../images/menu-bg.png);

	}
	#facebooktablet iframe{
		width: 600px;
		height: 100px;
		margin: 10px auto;
		display: block;
	}
}
@media (max-width: 600px) {

	#facebook{
	max-width: 900px;
	width:100%;
	height: 300px;
	margin: 0 auto;
	background-color: #990000;
	display: none;
}
	#facebook iframe{
		width: 900px;
		margin: 0 auto;
		display: none;
	}

	#facebooktablet{
	width: 100%;
	height: 80px;
	display: none;
	margin: 0 auto;
	background-color: #383838;
	}
	#facebooktablet iframe{
		width: 600px;
		height: 100px;
		margin: 10px auto;
		display: none;
	}

	#facebookmovil{
	width: 100%;
	height: 35px;
	display: block;
	border-top:1px solid black;
	border-bottom:1px solid black;
}
		#facebookmovil iframe{
				width: 200px;
				height: 25px;
				margin: 8px auto;
			}
}
	

#cajonera{
	max-width:1024px;
	width:100%;
	height: auto;
	margin:0 auto;
	border-bottom: 1px dashed white;
}
.cajon{

	width:300px;
	height:350px;	
	float:left;
	margin:20px;
	border-bottom: 10px solid #990000;
}

.cajon1{

	width:300px;
	height:200px;	
	float:left;
	margin:20px;
	border-bottom: 10px solid #990000;
}

.cajon img{
	margin:2px auto;
	width:300px;
	height:200px;
	background-color: #990000;
}
.cajon h3{
	width:300px;
	height:45px;
	text-align: center;
	font-size:22px;
	margin:0px auto;
	line-height: 47px;
	color:#990000;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	border-bottom: 1px dotted #383838;
}
.cajon p{
	width:295px;
	height:110px;
	padding: 5px;
	text-align: center;
	font-size:16px;
	color:#383838;
	margin:10px auto;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}

.cajon a:hover{
		text-decoration: none;
}
#cajonera2{
	width: 100%;
	max-width:1024px;
	height:auto;
	margin:10px auto;
	background-color: #990000;
}
#cajonera2 h2{
	width:250px;
	height: auto;
	margin:10px auto;
	font-size: 22px;
	color: #f1f1f1;
}
#cajonera2 p{
	max-width: 920px;
	width:100%;
	height: auto;
	margin:10px auto;
	font-size: 16px;
	color: #ccc;
	text-align: justify;
}
.cajon2{
	width:300px;
	height: 250px;
	background-color: white;
	margin:5px;
	display: inline-block;
}
.titulon{
	width:100%;
	height:60px;
	margin-top:30px;
	margin-bottom:10px;
	display: inline-block;
}
.titulon h2{
	width: 300px;
	margin:0 auto;
	padding:10px;
	border: 1px solid #cc0000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: 'Philosopher', sans-serif;
	color:#cc0000;
	text-align: center;
	font-size: 36px;
	line-height: 35px;
}
#cuerpo{
	max-width: 1024px;
	width:100%;
	height:100%;
	min-height: 750px;
	margin:10px auto;
	position:relative;
	z-index:2;
}
#cuerpo2{
	max-width: 1024px;
	width:100%;
	height:100%;
	margin:0 auto;
	position:relative;
	z-index:2;
}

#footer{
	width:100%;
	height:230px;
	margin:0px;
	background-image:url(../images/menu-bg.png);
}
#pie{
	max-width: 1000px;
	width:100%;
	height: 230px;
	margin: 5px auto;
	padding: 5px 10px 5px 00px;
}
#pie #izpie{
	width: 100%;
	max-width:800px;
	height: 200px;
	float: left;
}
.info1{
	width:280px;
	height:180px;
	padding-top:10px;
	float:left;
}
.info1 h2{
	margin-top:0px;
	margin-bottom:10px;
	height:20px;
	line-height: 20px;
	font-size:18px;
	padding:0;
	font-weight: normal;
	text-align: left;
	color:#ccc;
}

.info1 p{
	width:100%;
	height:20px;
	font-size: 16px;
	color:black;
	padding:0;
	margin-top:0px;
	margin-bottom:2px;
	font-family:'Lato', sans-serif;
	color:#ccc;
	text-align: left;
}
#pie #derpie{

	width:150px;
	height: 30px;
	float: left;

}
#pie #derpie #diseno a{
	width:100px;
	height: 20px;
	margin-top: 0px;

	background-image: url(../images/logodiseño.png);
	background-repeat: no-repeat;
}
#pie #derpie #diseno a:hover{
	width:100px;
	height: 20px;
	margin-top: 0px;

	background-image: url(../images/logodiseño1.png);
	background-repeat: no-repeat;
}

/*------------------- TABLET -----------------------*/
@media (max-width: 1020px) {

	#cajonera{
	max-width:680px;
	width:90%;
	height: auto;
	margin:0 auto;
	border-bottom: 1px dashed white;
}
.cajon{
	width:100%;
	height:auto;	
	margin:0 auto;
	padding: 10px;
	border-bottom: 5px solid #990000;
}

.cajon1{

	width:300px;
	height:200px;	
	float:left;
	margin:5px;
	border-bottom: 10px solid #990000;
}

.cajon img{
	margin:2px auto;
	width:300px;
	height:200px;
	display: inline-block;
	background-color: #990000;
	float: left;
}
.cajon h3{
	width:280px;
	height:45px;
	margin: 10px;
	text-align: center;
	font-size:22px;
	display: inline-block;
	line-height: 47px;
	color:#990000;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	border-bottom: 1px dotted #383838;
	float: left;
}
.cajon p{
	width:280px;
	height:auto;
	padding: 1px;
	text-align: center;
	font-size:16px;
	display: inline-block;
	float: left;
	color:#383838;
	margin: 10px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}
.cajon a{
	width:120px;
	height:40px;
	text-align: center;
	font-size:20px;
	margin:5px auto;
	line-height: 40px;
	color:#fff;
	background-color: #383838;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	display: none;
}
.cajon a:hover{
		text-decoration: none;
}
#cajonera2{
	max-width:1004px;
	width:90%;
	height: auto;
	margin:0 auto;
	padding: 10px;
	border-bottom: 1px dashed white;
}
}
#cajonera2 h3{
	max-width:300px;
	width: 100%;
	height:45px;
	margin: 10px 10px 10px 0px;
	text-align: center;
	font-size:22px;
	display: inline-block;
	line-height: 47px;
	color:#f1f1f1;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	border-bottom: 1px dotted #f1f1f1;
	float: left;
}
.titulon{
	width:100%;
	height:60px;
	margin-top:30px;
	margin-bottom:10px;
	display: inline-block;
}
.titulon h2{
	width: 300px;
	margin:0 auto;
	padding:10px;
	border: 1px solid #cc0000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: 'Philosopher', sans-serif;
	color:#cc0000;
	text-align: center;
	font-size: 36px;
	line-height: 35px;
}
#cuerpo{
	max-width: 1024px;
	width:100%;
	height:100%;
	margin:10px auto;
	position:relative;
	z-index:2;
}
#cuerpo2{
	max-width: 1024px;
	width:100%;
	height:100%;
	margin:0 auto;
	position:relative;
	z-index:2;
}

#footer{

	width:100%;
	height:250px;
	margin:10px auto;

}

#pie{
	max-width: 1000px;
	width:100%;
	height: 230px;
	margin: 5px auto;
	padding: 5px 10px 5px 30px;
}



}

