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


/*** MAIN STYLES *****/

/* RESET DE TAGS */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
	margin:0;
	padding:0;
	color: #333;
}

table {
       border-collapse:collapse;
       border-spacing:0;
}

fieldset, img {
       border:0;
}

address, caption, cite, code, dfn, em, strong, th, var {
       font-style:normal;
       font-weight:normal;
}

ol, ul, li {
       list-style:none;
}

caption, th {
       text-align:left;
}

h1, h2, h3, h4, h5, h6 {
       font-size:100%;
       font-weight:normal;
}

q:before, q:after {
       content:'';
}

strong {
       font-weight:bold;
}

em {
       font-style:italic;
}

a img {
       border:none;
}

input {
	background-image: none;
	-webkit-appearance: none;
 	-webkit-border-radius: 0px;
	-moz-appearance:none;
	-moz-border-radius:0px;
    -webkit-appearance: none;
	-moz-appearance:none;
    border-radius: 0;
}

/*********************************************/
/*************** FONT ************************/
/*********************************************/

@font-face {font-family: 'Museo-700';src: url('../fonts/256CE4_0_0.eot');src: url('../fonts/256CE4_0_0.eot?#iefix') format('embedded-opentype'),url('../fonts/256CE4_0_0.woff') format('woff'),url('../fonts/256CE4_0_0.ttf') format('truetype');}

@font-face {font-family: 'Museo-300';src: url('../fonts/256CE4_1_0.eot');src: url('../fonts/256CE4_1_0.eot?#iefix') format('embedded-opentype'),url('../fonts/256CE4_1_0.woff') format('woff'),url('../fonts/256CE4_1_0.ttf') format('truetype');}

@font-face {font-family: 'Museo-500';src: url('../fonts/256CE4_2_0.eot');src: url('../fonts/256CE4_2_0.eot?#iefix') format('embedded-opentype'),url('../fonts/256CE4_2_0.woff') format('woff'),url('../fonts/256CE4_2_0.ttf') format('truetype');}

body{
	background:url(../img/fondo_landing.png) no-repeat center center fixed;
	height:100%;
	width:100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height:600px;
	}

section.wrapper {
	width: 600px;
	height: auto;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

h1.landing{
	float: left;
	width: 600px;
	margin-top: 100px;
	text-align: center;
	font-family: "Museo-500", sans-serif;
	font-size: 32px;
	color: #ffffff;
	position: relative;
}

div#container_logo{
	width: 376px;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

#container_logo a {
	background: url(../img/images2.png) 0 0;
	width: 376px;
	height: 145px;
	margin: 20px auto;
	float: left;
	position: relative;
	text-align: center;
}

div.separator_line_landing{
	height: 2px;
	width: 600px;
	background-color: #ffffff;
	opacity: 0.7;
	float: left;
	margin: 20px 0;
}

a.landing_venezuela{
	width: 169px;
	height: 170px;
	float: left;
	margin: 20px 0px 20px 100px;
	background: url(../img/images2.png) -169px 170px;
	position: relative;
}

a.landing_venezuela:hover{
	opacity: 0.8;
}

a.landing_espana{
	width: 169px;
	height: 170px;
	float: right;
	margin: 20px 100px 20px 0px;
	background: url(../img/images2.png) 0px 170px;
	position: relative;
}

a.landing_espana:hover{
	opacity: 0.8;
}

@media screen and (max-width: 402px) {

	body{
		background:url(../img/fondo_landing2x.png) no-repeat center center fixed;
		min-height:320px;
	}
	
	section.wrapper {
		width: 85%;
	}

	h1.landing{
		width: 100%;
		margin-top: 35px;
		font-size: 18px;
	}

	div#container_logo{
		width: 100%;
		margin-top: 10px;
	}

	#container_logo a {
		background: url(../img/logo_landing_mobile.png) 0 0;
		width: 204px;
		height: 81px;
		overflow: hidden;
		display: inline-block;
		float: none;
	}

	div.separator_line_landing{
		width: 95%;
		margin-top: 9px;
	}

	a.landing_venezuela{
		float: none;
		overflow: hidden;
		margin: 10px auto;
		display: inline-block;
	}

	a.landing_espana{
		float: none;
		overflow: hidden;
		margin: 10px auto;
		display: inline-block;
	}
}

@media screen and (min-width: 403px) and (max-width: 640px) {

	body{
		min-height:321px;
	}
	
	section.wrapper {
		width: 85%;
	}

	h1.landing{
		width: 100%;
		margin-top: 100px;
		font-size: 18px;
	}

	div#container_logo{
		width: 100%;
		margin-top: 10px;
	}

	#container_logo a {
		background: url(../img/logo_landing_mobile.png) 0 0;
		width: 204px;
		height: 81px;
		overflow: hidden;
		display: inline-block;
		float: none;
	}

	div.separator_line_landing{
		width: 95%;
		margin-top: 9px;
	}

	a.landing_venezuela{
		float: none;
		overflow: hidden;
		margin: 10px auto;
		display: inline-block;
	}

	a.landing_espana{
		float: none;
		overflow: hidden;
		margin: 10px auto;
		display: inline-block;
	}
}