
html { 
background: url(../img/bgg.jpg) no-repeat center center fixed; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin: 0px !important; 
padding: 0px !important; 

 
 


}


#main2 {
	text-align:left;

	left: 0px;
	width: 38%;
	margin: 0px;
	padding: 0px 150px;

	font-family: Roboto,Arial,Helvetica,sans-serif;
	color: #FFF;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.2rem;
	letter-spacing: 0;
	text-shadow:1px 1px 3px rgba(0,0,0,100);

background:#000;  

background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
transform: rotate(20deg);

z-index: 1;




}



#main {
	text-align:left;
	position: fixed;
	left: -600px;
	width: 600px;
	margin: 0px;
	padding: 70px 150px;

	font-family: Roboto,Arial,Helvetica,sans-serif;
	color: #FFF;
	font-weight: 400;
	font-size: 1.125rem;
	line-height: 1.5625rem;
	letter-spacing: 0;
	text-shadow:1px 1px 3px rgba(0,0,0,100);

background:#000;  

background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
transform: rotate(20deg);

z-index: 1;

}




#maincontent {
	transform: rotate(-20deg);

}



select {
	padding: 10px;
	font-size: 1.13rem;
	width: 300px;
}

#send {
	padding: 10px;
	font-size: 1.13rem;

}

h1 {
font-size: 4.5rem;
}

h2 {
font-size: 1.13rem;
}

#download {
margin: 20px 20px 0 0  ;
width: 200px;
-webkit-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;
-webkit-box-shadow: 9px 6px 25px 0px rgba(0,0,0,0.90);
-moz-box-shadow: 9px 6px 25px 0px rgba(0,0,0,0.90);
box-shadow: 9px 6px 25px 0px rgba(0,0,0,0.90);
}

#footer {
width: 100%;
height: 60px;
position: fixed  ;
background: #FFF;
margin: 0 !important;
font: #000 !important;
text-shadow: 0 !important;
bottom: 0;
padding: 5px;
text-align: center;
font-family: Roboto,Arial,Helvetica,sans-serif;
color: #666;
font-weight: 400;
font-size: 0.8rem;
line-height: 1.5625rem;
letter-spacing: 0;
z-index: 4;
}

#top {
height: 75px;
background: #999;
font-family: Roboto,Arial,Helvetica,sans-serif;
color: #FFF;
font-weight: 400;
font-size: 1,5rem;
line-height: 1.5625rem;
letter-spacing: 0;
position: relative;
z-index: 3;
}

#note {
font-size: 0.9rem;	
line-height: 1rem;
font-style: italic;
border: dashed 0.2rem #979797;
padding: 10px;
}

#idiomas {
position: absolute;
right: 40px;	
top: 25px;
}

#logo_w {
position: absolute;
left: 150px;
top: 10px;

}

#logo_w img {
height: 50px;
}

body {
margin: 0px;
}

#top a, #maincontent a, .cookiesms a{
color: #FFF;
text-decoration: none ;

}

#footer a {
color: #666;
text-decoration: none ;

}


/* CSS para la animación y localización de los DIV de cookies */
 
@keyframes desaparecer
{
0%		{bottom: 0px;}
80%		{bottom: 0px;}
100%	{bottom: -25px;}
}
 
@-webkit-keyframes desaparecer /* Safari and Chrome */
{
0%		{bottom: 0px;}
80%		{bottom: 0px;}
100%	{bottom: -25px;}
}
 
@keyframes aparecer
{
0%		{bottom: -25px;}
10%		{bottom: 0px;}
90%		{bottom: 0px;}
100%	{bottom: -25px;}
}
 
@-webkit-keyframes aparecer /* Safari and Chrome */
{
0%		{bottom: -25px;}
10%		{bottom: 0px;}
90%		{bottom: 0px;}
100%	{bottom: -25px;}
}
#cookiesms1:target {
    display: none;
}
.cookiesms{	
	width:100%;
	height:30px;
	margin:0 auto;
	padding-left:1%;
    padding-top:5px;
	clear:both;
	text-align: center;


bottom:-35px;
position:fixed;
left: 0px;
background-color: #000;
opacity:1;
filter:alpha(opacity=100); /* For IE8 and earlier */
transition: bottom 1s;
-webkit-transition:bottom 1s; /* Safari */

z-index:999999999;

font-family: Roboto,Arial,Helvetica,sans-serif;
color: #FFF;
font-weight: 400;
font-size: 0.8rem;
line-height: 1.5625rem;
letter-spacing: 0;

}
 
.cookiesms:hover{
bottom:0px;
}
.cookies2{
background-color: #000;
display:inline;
opacity:1;
filter:alpha(opacity=100);
position:absolute; 
left:150px; 
top:-25px;
height:25px;
padding-left:25px;
padding-right:25px;
-webkit-border-top-right-radius: 15px;
-moz-border-radius-topright: 15px;
border-top-right-radius: 15px;


font-family: Roboto,Arial,Helvetica,sans-serif;
color: #FFF;
font-weight: 400;
font-size: 0.8rem;
line-height: 1.5625rem;
letter-spacing: 0;

}
 
/* Fin del CSS para cookies */

/* popup */

.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}



.boton {
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	-webkit-box-shadow: 9px 6px 32px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 9px 6px 32px 0px rgba(0,0,0,0.45);
	box-shadow: 9px 6px 32px 0px rgba(0,0,0,0.45);
	width:180px;
	margin: 5px;
}

.boton:hover, .boton_big:hover {
position: relative;
top: 5px;
left: 5px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}



@media(max-width: 500px) {

select {
	padding: 10px;
	margin-bottom: 10px;
	font-size: 2rem;
	width: 600px;
	text-align: center;
}

#send {
	padding: 10px;
	font-size: 2rem;

}

h1 {
font-size: 5rem;
}

h2 {
font-size: 2rem;
}



#main {
	text-align:center;
	position: fixed;
	left: -600px;
	width: 90%;
	margin: 0px;
	padding: 100px 50px !important;

	font-family: Roboto,Arial,Helvetica,sans-serif;
	color: #FFF;
	font-weight: 200;
	font-size: 1.8rem;
	line-height: 2rem;
	letter-spacing: 0;
	text-shadow:1px 1px 3px rgba(0,0,0,100);





  background:#000;  

background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	transform: rotate(20deg);

}

#idiomas {
position: absolute;
right: 40px;	
top: 25px;
font-size: 2.5rem;
}


#footer {
width: 100%;
height: 100px;
position: fixed  ;
background: #FFF;
margin: 0 !important;
font: #000 !important;
text-shadow: 0 !important;
bottom: 0;
padding: 5px;
text-align: center;
font-family: Roboto,Arial,Helvetica,sans-serif;
color: #666;
font-weight: 400;
font-size: 2rem;
line-height: 2.5rem;
letter-spacing: 0;
}


#main2 {
	text-align:left;

	left: 0px;
	width: 80%;
	margin: 0px;
	padding: 0px 50px;

	font-family: Roboto,Arial,Helvetica,sans-serif;
	color: #FFF;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 2rem;
	letter-spacing: 0;
	text-shadow:1px 1px 3px rgba(0,0,0,100);
	background: none !important;

	transform: rotate(20deg);

	z-index: 1;
}

html { 
background: url(../img/bgg.jpg) repeat !important; 

}


}


@keyframes blink-effect {
  50% {
    opacity: .8;
  }
}
.blink { animation: blink-effect 1s step-end infinite; }
