@charset "utf-8";
/* CSS Document */
/* CSS reset */

section#section0 {
	position: relative;
	top: 0;
	width: 100%;
	height: auto;
/*	height: 1919px;*/
/*	height: 2820px;*/
/*	background: url("../images/trama4.jpg") 0 0 repeat;*/
}
#section0_cont1 {
	position: relative;
	top: 0;
	width: 960px;
	margin: 0 auto;
	text-align: center;	
/*	height: 100%;*/
/*	left: 50%;
	margin-left: -480px;*/
}
#section0_cont1 h1, h2 {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 45px;
/*	font-weight: 100;*/
/*	height: 40px;*/
	text-align: center;
	text-rendering: optimizeLegibility;
	margin: 0;
}
#section0_cont1 h1 {
	color: rgb(238, 109, 7);
	padding-top: 50px;
}
#section0_cont1 h2 {
	color: rgb(120, 120, 120);
	padding-top: 0;
	padding-bottom: 50px;
}
#section0_cont1 p {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 18px;
	text-align: center;
	line-height: 26px;
	text-rendering: optimizeLegibility;
	margin: 0;
}
#video_portada {
	position: relative;
	width: 700px;
	/*top: 100px;*/
	margin: 70px auto;
/*	left: 50%;
	margin-left: -450px;*/
}
#video_portada video {
	z-index: 1;
}
#parche_video {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
}
img#som_sup {
	position: absolute;
	width: 732px;
	left: -13px;
	top: -28px;
	margin: 0;
}	
img#som_inf {
	position: absolute;
	width: 735px;
	left: -17px;
	top: 648px;
	margin: 0;
}
#section0_cont2 {
	position: relative;
	width: 920px;
	height: auto;
	top: 0;
/*	top: 210px;*/
	margin: 50px auto;
/*	left: 50%;
	margin-left: -480px;*/
	padding: 0 20px;
	background-color: rgb(220,220,220);
	overflow: hidden;
}
#section0_cont2 h2 {
	color: rgb(238, 109, 7);
	padding-top: 45px;
	padding-bottom: 50px;
}
#section0_cont1 img.lateral2 {
	width: 360px;
	height: auto;
/*	padding-left: 300px;*/
	padding-top: 50px;
}
#ofertas_cont {
	position: relative;
	width: 100%;
	height: auto;
	top: 0;
/*	left: 50%;
	margin-left: -480px;
	padding-left: 50px;*/
}
#ofertas_cont #images_ofertas {
	position: relative;
	float: left;
	width: 50%;
	padding-bottom: 30px;
}
#ofertas_cont #images_ofertas img {
	position: relative;
	float: left;
	width: 50%;
	top: 0;
	margin: 0;
	padding: 0;
}
#oferta1_texto,
#oferta2_texto {
	position: relative;
	float: left;
	top: 5px;
	width: 50%;
	height: auto;
	padding-bottom: 50px;
}
#ofertas_cont p {
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
/*	line-height: 15px;*/
	text-rendering: optimizeLegibility;
	margin: 0;
	padding-top: 15px;
}
#ofertas_cont .texto1 {
	font-size: 22px;
	font-weight: bold;
}
#ofertas_cont .texto2 {
	font-size: 27px;
	color: #666;
}
#ofertas_cont .texto3 {
	font-size: 35px;
}
#facebook_cont {
	position: relative;
	top: 0;
	width: 100%;
	margin: 0 auto;
/*	left: 50%;
	margin-left: -300px;*/
	text-align: center;
	padding-bottom: 180px;
	overflow: hidden;
}
@media screen and (max-width:1024px) {
	#section0_cont1 {
		width: 90%;		
	}
	#section0_cont2 {
		width: 90%;
		padding: 0 5%;		
	}
	#section0_cont1 h1 {
		margin: 0 5% 0 5%;
	}
	#section0_cont1 h2 {
		margin: 0 5% 0 5%;
	}
	#section0_cont1 #video_portada #som_sup,
	#section0_cont1 #video_portada #som_inf {
		display: none;
	}
	#section0_cont1 #video_portada {
		width: 100%;
	}
	#section0_cont1 #video_portada video {
		width: 100%;
	}
	#ofertas_cont #images_ofertas,
	#ofertas_cont #oferta1_texto,
	#ofertas_cont #oferta2_texto {
		width: 100%;
	}
	#facebook_cont {
		width: 100%;
	}
}
@media screen and (max-width:480px) {
	#section0_cont1 h1, 
	#section0_cont1 h2 {
		font-size: 35px;
	}
	#section0_cont1 img.lateral2 {
		width: 80%;
	}
}