@import url(reset.css);


/* xxxxxxx estilo base xxxxxxx */

body{
	font-family: helvetica, arial, sans-serif;
	font-size: 15px;
	text-decoration: none;
	color: #555;
	background: #7d7d7d;
	}

h1 {font-size: 1.7em; font-weight: bold;
	}

h2 {font-size: 1.3em; font-weight: bold;
	}

h3 {font-size: 1.1em;
	}

strong {font-weight: bold;
	}

.sel {color: #fff;
	}

.clearfix {clear: both;
	}
	
	
/* xxxxxxx header xxxxxxx */

header {width: 100%;height:195px;position:relative;overflow:hidden;}

header .gat {
	width: 100%;
	height:100%;
	background: #7d7d7d url(../ima/01_cabecera.png) no-repeat scroll top center;
	position:absolute;
	}

#btn_cabecera  {
    background:transparent;
    border:none;
    outline:none;
    display:block;
    opacity: 0.0;
	position: absolute; /*para que esté en su plano*/
	top:25px;
	left:34.2%;
    height:150px;
    width:100%;
	cursor:pointer;
	}
	
#menu-sprite ul{
	position: absolute;
	left: 19.9%;
	top: 5px;
	}

#menu-sprite li {
	float: left;
	margin: 25px 15px 0 0;
	}

#menu-sprite a {

	display: block;
	width: 32px;
	height: 32px;
	background-image: url(../ima/social_v03.png);
	border-radius: 25px;
	border: 1px;
	}


/*no funciona*/
/*#menu-sprite a:hover{
	background:rgba(105,105,105,0.95);
	}*/


#menu-sprite a.twitter {
	background-position: 0px 0px;
	}

#menu-sprite a.googleplus {
	background-position: -42px 0px;
	}

#menu-sprite a.linkedin {
	background-position: -84px 0px;
	}

#menu-sprite span.oculto {
	display: none;
	}

/*menu desplegable*/

#menu-desplegable > ul {

	position: absolute;
	left:13.7%;
	top: 22.5px;
	}

#menu-desplegable > ul > li ul {
	position: absolute;
	z-index: 100;
	width: 250px;
	display: none;
	}

#menu-desplegable > ul > li:hover ul {
	display: block;
	}

#menu-desplegable > ul > li a {
	display: block;
	width: 45px;
	height: 45px;
	background-image: url(../ima/sec.png);
	}

#menu-desplegable > ul > li > ul > li a {
	display: block;
	height: 30px;
	width: 200px;
	line-height: 30px;
	margin: 0 0 0 9.5px;
	padding: 0 15px 0 43px;
	background: rgba(101,101,101,0.95);
	border: 1px solid #7d7d7d;
	color: #CCC;
	text-decoration: none;
	font-size: 1.1em;
	transition: all .3s ease;
	z-index: 5;
	box-shadow: 2px 3px 5px rgba(0,0,0,.25);
	}

#menu-desplegable > ul > li > ul > li a.subseccion {
	padding: 0 15px 0 68px;
	width: 175px;
	font-size: 0.95em;
	background:rgba(113,113,113,0.95);
	}

#menu-desplegable > ul > li > ul > li a.pri {
	margin: 3.5px 0 0 9.5px;
	height: 50px;
	/*padding: 0 15px 0 19px;
	width: 199px;*/
	line-height:65px;
	border-radius: 0 10px 0 0;
	color:#fff;
	}

#menu-desplegable > ul > li > ul > li a.fin {
	height: 40px;
	border-radius: 0 0 10px 10px;
	}

#menu-desplegable > ul > li > ul > li a:hover{
	background:rgba(135,135,135,0.95);
	color:#999;
	}

/*nav coceptos*/	
	
nav {
	float:right;
	position:relative;
	left:-50%;
	text-align:left;
	top:190px;
	}
nav ul{
	left:50%;
	position:relative;
	top: -25px;
	z-index: 2;
	}
nav li{float:left;font-size:1.1em;}
nav li a {
		color: #333;
		text-decoration: none;
			}
nav li a, nav li span{padding:0 20px;}
nav li span{color:#b13d3d;}



/* xxxxxxx secciones xxxxxxx */

section {width: 100%;}
	
.banner {
	background:#000;
	}
	
.wrapper {
	max-width: 960px;
	margin:0 auto;
	overflow:hidden;
	}
	
.content {
	padding:10px;
	}
	
.slider {
	position: relative;
	padding-bottom: 56.30%;
	overflow: hidden;
	background:#000000;
}

.slider iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
	
.wrapper img {
	width: 100%;
	}


/*css específico para las secciones*/
.vin_content {
	padding: 5px 10px;
	}

.vin {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	background:#7d7d7d;
}

.vin iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wrapper .content .titular {
	max-width: 960px;
	width: 98%;
	margin: auto;
	}
	
.wrapper .titular a{
	width: 100%;
	padding: 5px 0px;
	float:left;
	margin: 0 0 2.5% 0;
	padding: 1% 0;
	font-size: 1.1em;
	line-height: 1.25em;
	color: #ccc;
	text-decoration: none;
	border-bottom: 1px solid #999;
	}

.wrapper .content .vin_des a{
	width: 100%;
	float:left;
	margin: 1% 0 2.5% 0;
	font-size: 1.1em;
	line-height: 1.25em;
	color: #ccc;
	text-decoration: none;
	}

.wrapper .content .vin_des_tit a{
	width: 100%;
	float:left;
	margin: 1% 0 0 0;
	font-size: 1.5em;
	line-height: 1.25em;
	color: #ccc;
	text-decoration: none;
	}

.wrapper .content .vin_des {
	max-width: 960px;
	width: 98%;
	margin: auto;
	}
	
.wrapper .content .vin_des img{
	width: 100%;
	float:left;
	color: #ccc;
	}

.wrapper .content .contacto {
	max-width: 960px;
	width: 98%;
	margin: 25px 0 0 0;
	}

.wrapper .hola a{
	width: 100%;
	float:left;
	margin: 2.5% 0 1.5% 0;
	padding:  0 0 0 0;
	font-weight: 100;
	font-size: 1.75em;
	color: #000;
	text-decoration: none;
	text-align:center;
	}

.wrapper .movil a{
	width: 100%;
	float:left;
	margin: 1% 0 1.5% 0;
	padding:  0 0 0 0;
	font-size: 1.1em;
	font-weight: 100;
	color: #000;
	text-decoration: none;
	text-align:center;
	}

.wrapper .mail a{
	width: 100%;
	float:left;
	margin: 0 0 5% 0;
	padding:  0 0 0 0;
	font-size: 1.1em;
	font-weight: 100;
	color: #000;
	text-decoration: none;
	text-align:center;
	}

	
hr {
    border: 0;
    height: 1px;
    background: #000;
}


.lead {
	font-size: 1.75em;
	line-height: 1.3em;
	font-weight: 500;
	/*font-weight: 300;*/
	color: #000;

}

.cursiva{font-style: italic;

}

.centrado {text-align:center;}

p {padding: 0 21% 0 21%;}



/* xxxxxxx pie xxxxxxx */

footer {height:100px;width: 100%;margin:0 auto;padding:5px 0;text-align:right;
		line-height: 1.25em;
	}
footer span {font-size: .9em;padding:0 10px;color:#000;}

footer .wrapper {
	border-top: 1px solid #000;

	padding: 10px 0 0 0;
	}


/* xxxxxxx resposive xxxxxxx */

@media screen and (min-width:768px) and (max-width:1280px) {

	body {font-size:13px;}

	h1,h2,h3,h4,h5,h6 {}

	.wrapper {max-width: 960px;} 
	

	header{height:145px;}
	header .gat{-webkit-transform: scale(0.8);-ms-transform: scale(0.8);transform: scale(0.8);width: 200%;height:200%;left:-50%;top:-27%;}

	#btn_cabecera  {
		top:5%;
		left:30%;
		width: 41em;
		height: 7.1em;
		overflow: hidden;
		}

	#menu-desplegable > ul {

		position: absolute;
		left:3.5%;
		top: 21.5px;
		}

	header #menu-sprite ul {
		position: relative;
		left: 10.7%;
		top: 5px;
		}
		
	nav {top:145px;}
	nav li a, nav li span{padding:0 10px;}
	
	section{}
	


	

	footer{
		padding: 5px 0 0 0;}
	}
	

@media screen and (min-width:480px) and (max-width:767px) {
	
	body {font-size:13px;}

	h1,h2,h3,h4,h5,h6 {}

	.wrapper {max-width: 768px;}
	.wrapper .timeline {width: 98%;margin:1%;float:none;}
	.wrapper .twitter {width: 98%;margin:1%;float:none;}
	/*.wrapper .twitter {width: 98%;margin:1%;padding: 1% 10% 0 13%; float:left;}*/ /* no funciona */
			
	header{height:163px;}
	header .gat{-webkit-transform: scale(0.65);-ms-transform: scale(0.65);transform: scale(0.65);width: 200%;height:175%;left:-50%;top:-29%;}


	#btn_cabecera  {
		top:5px;
		left:23%;
		width: 35em;
		height: 7em;
		overflow: hidden;
		}

	#menu-desplegable > ul {

		position: absolute;
		left:5.0%;
		top: 21.5px;
		}
	
	header #menu-sprite ul{
		position: relative;
		left: 5.9%;
		top: 85px;
		}
		
	nav {top:135px;left:0;float:none;}
	nav ul{left:55px;}
	nav li{float:none;}
	nav li a, nav li span{padding:0;}
	nav li span{display:none;}
	
	section #slider .banner .wrapper .content {width: 70%;margin:1%;float:none;}


	.wrapper .hola a{
	width: 100%;
	float:left;
	margin: 2.5% 0 1.5% 0;
	padding:  0 0 0 0;
	font-weight: 300;
	font-size: 1.3em;
	color: #000;
	text-decoration: none;
	text-align:center;
	}



	.wrapper .movil a{
	width: 100%;
	float:left;
	margin: 1.5% 0 1.5% 0;
	padding:  0 0 0 0;
	font-size: 1.1em;
	font-weight: 300;
	color: #000;
	text-decoration: none;
	text-align:center;
	}

	.wrapper .mail a{
	width: 100%;
	float:left;
	margin: 0.5% 0 5% 0;
	padding:  0 0 0 0;
	font-size: 1.1em;
	font-weight: 300;
	color: #000;
	text-decoration: none;
	text-align:center;
	}


	footer{
		font-size:12px;
		text-align:center;
		}
	}
	
	
@media screen and (min-width:320px) and (max-width:479px) {

	body {font-size:12px;}

	h1,h2,h3,h4,h5,h6 {}

	.wrapper {max-width: 480px;}
	.wrapper .timeline, .wrapper .twitter {width: 98%;margin:1%;float:none;}
	
	header{height:125px;}
	header .gat{-webkit-transform: scale(0.5);-ms-transform: scale(0.5);transform: scale(0.5);width: 250%;height:265%;left:-70%;top:-63%;}
	
	#btn_cabecera  {
		top:3%;
		left:21%;
		width: 30em;
		height: 5.1em;
		overflow: hidden;
		}

	#menu-desplegable > ul {
		position: absolute;
		left:4.0%;
		top: 21.5px;
		}

	header #menu-sprite ul{
		position: relative;
		left: 5.5%;
		top: 57px;
		}

	nav {top:100px;left:0;float:none;}
	nav ul{left:39px;}
	nav li{float:none;}
	nav li a, nav li span{padding:0;}
	nav li span{display:none;}
	
	section{}
	
	.wrapper .content .vin_des img{
		width: 135%;
		position: relative;
		left:-57px;
		top: -10px;
		}

	.wrapper .hola a{
	width: 100%;
	float:left;
	margin: 2.5% 0 1.5% 0;
	padding:  0 0 0 0;
	font-weight: 300;
	font-size: 1.3em;
	color: #000;
	text-decoration: none;
	text-align:center;
	}

	.wrapper .movil a{
	width: 100%;
	float:left;
	margin: 1.5% 0 1.5% 0;
	padding:  0 0 0 0;
	font-size: 1.1em;
	font-weight: 300;
	color: #000;
	text-decoration: none;
	text-align:center;
	}

	.wrapper .mail a{
	width: 100%;
	float:left;
	margin: 0.5% 0 5% 0;
	padding:  0 0 0 0;
	font-size: 1.1em;
	font-weight: 300;
	color: #000;
	text-decoration: none;
	text-align:center;
	}

	hr {
	width: 27%;
}

.lead {
	font-size: 1.3em;
	font-weight: 500;

}

p {padding: 0 10% 0 10%;}


	footer{
	font-size:10.5px;
	text-align:center;

	padding: 5px 0 0 0;

	}
}


