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

*{
margin:auto;
}
html, body{
	padding: 0;
	margin: 0;
}
body {
	background-color: #000000;
	position: relative;
	-webkit-text-size-adjust: none;
	
}
.contenido{
	width:90%;
	height:auto;
}
.body_header{
	width:100%;
	height:auto;
	background-image: url(../../imagenes/contenido/Bg_header/Header_content.jpg);
	background-repeat: repeat;
	margin-top:4%;
	margin-bottom:4%;
	float:left;
}
.conten_form{
	width:86%;
	height:auto;
	padding:7%;
	float:left;
}
.RW_logo{
	width:100%;
	height:auto;
	text-align:center;
	margin-bottom:10%;
}
.txt_campaing{
	width:100%;
	height:auto;
	font-family: AtrapaloRoundedDisplayBold;
	color: #d30936;
	text-decoration: none;
	font-size: 25px;
	text-align: center;
	padding-top:10%;
}
.logo_mastercard{
	width:100%;
	height:auto;
	text-align:center;
	padding-bottom:3%;
}
.logo_mastercard2{
	width:100%;
	height:auto;
	text-align:center;
	padding-bottom:1%;
}
.txt2_campaing{
	width:100%;
	height:auto;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
	margin-bottom:5%;
}
.img_premio{
	width:100%;
	height:auto;
	text-align:center;
	padding-top:4%;
	padding-bottom:4%;
}
.menu_des{
	width:100%;
	height:auto;
	float:left;
	margin-bottom:3%;
}
.entradas{
	width:80%;
	height:auto;
	background-color:#d30936;
	font-family: AtrapaloRoundedDisplayBold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 24px;
	text-align:center;
	padding-top:1%;
	padding-bottom:1%;
	float:left;
}
.ampliar_menu{
	width:10%;
	height:auto;
	background-color:#a9062a;
	font-family: AtrapaloRoundedDisplayBold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 24px;
	text-align:center;
	padding-top:1%;
	padding-bottom:1%;
	float:left;
	font-weight: bold;
}
.cerrar_menu{
	width:10%;
	height:auto;
	background-color:#a9062a;
	font-family: AtrapaloRoundedDisplayBold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 24px;
	text-align:center;
	padding-top:1%;
	padding-bottom:1%;
	float:left;
	font-weight: bold;
}
.txt_in{
	width:100%;
	height:auto;
	float:left;
	margin-bottom:2%;
}
.txt_in2{
	width:100%;
	height:auto;
	float:left;
	margin-bottom:2%;
}
.txt_in3{
	width:100%;
	height:auto;
	float:left;
	margin-bottom:2%;
}
.group_select{
	width:100%;
	height:auto;
	float:left;
	margin-bottom:2%;
}
.check_group{
	width:10%;
	height:auto;
	float:left;
}
.group_desc{
	width:85%;
	height:auto;
	font-family: AtrapaloRoundedDisplayBold;
	float:left;
	padding-left:5%;
	padding-top:1%;
}







.log_atr_down{
	width:100%;
	height:auto;
	text-align:center;
	float:left;
	padding-top:5%;
	margin-top:7%;
}

.form_datos{
	width:100%;
	height:auto;
	float:left;
	margin-top:3%;
}
.field_name{
	width:100%;
	height:auto;
	float:left;
	margin-top:5%;
	margin-bottom:3%;
}
.field_btn{
	width:100%;
	height:auto;
	float:left;
}
.booton_reserva {
  width: 100%;
  font-size: 17px;
  font-family: AtrapaloDisplayBold;
  color: #ffffff;
  background-color: #de0000;
  text-decoration: none;
  text-align: center;
  float: left;
  padding-bottom: 9px;
  padding-top: 9px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border: 1px solid #b91e00;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.2) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(0,0,0,0.2)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.2) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.2) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.2) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,0.2) 100%);
  background-color: #de0000;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.3);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), inset 0 1px 1px rgba(255, 255, 255, 0.3);
  -webkit-transition: background .08s ease-in;
  -moz-transition: background .08s ease-in;
  -o-transition: background .08s ease-in;
  -ie-transition: background .08s ease-in;
}

.imput_texto{
	width:100%;
	height:30%;
	background-color:#dfdedf;
	color:#FFFFFF;
	border:none;
	text-align:center;
	padding:3% 0% 3% 0%;
}




/*Checkbox*/
#holder {
	width: 100%;
}

#holder > div {
	clear: both;
	padding: 2%;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	float: left;
	width: 96%;
}

label {
	display: inline;
}

.regular-checkbox {
	display: none;
}

.regular-checkbox + label {
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
}

.regular-checkbox + label:active, .regular-checkbox:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.regular-checkbox:checked + label {
	background-color: #e9ecee;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #99a1a7;
}

.regular-checkbox:checked + label:after {
	content: '\2714';
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 3px;
	color: #de0000;
}


.big-checkbox + label {
	padding: 10px;
}

.big-checkbox:checked + label:after {
	font-size: 20px;
	left: 2px;
}

.tag {
	font-family: Arial, sans-serif;
	width: 200px;
	position: relative;
	top: 5px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	float: left;
}

.radio-1 {
	width: 193px;
}

.button-holder {
	float: left;
}

/* RADIO */

.regular-radio {
	display: none;
}

.regular-radio + label {
	-webkit-appearance: none;
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 2px;
	border-radius: 50px;
	display: inline-block;
	position: relative;
}

.regular-radio:checked + label:after {
	content: ' ';
	width: 12px;
	height: 12px;
	border-radius: 50px;
	position: absolute;
	top: 3px;
	background: #99a1a7;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
	text-shadow: 0px;
	left: 3px;
	font-size: 32px;
}

.regular-radio:checked + label {
	background-color: #e9ecee;
	color: #99a1a7;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
}

.regular-radio + label:active, .regular-radio:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.big-radio + label {
	padding: 16px;
}

.big-radio:checked + label:after {
	width: 24px;
	height: 24px;
	left: 4px;
	top: 4px;
}

.img_resizing{
	width:100%;
	height:auto;
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bene_MC{
	width:90%;
	height:auto;
	padding-bottom:5%;
	margin-bottom:4%;
	margin-top:6%;
	border-bottom-color:#d30936;
	border-bottom-style:dotted;
	border-bottom-width:thin;
}
.btn_mc_reserva{
	margin-top: 3%;
  float: left;
  width: 100%;
}
.legales_MC{
	width:98%;
	height:auto;
	background-color:#000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #CCC;
	text-decoration: none;
	float:left;
	text-transform: uppercase;
	text-align:right;
	padding:1%;
}
.img_mc_logo{
	width:302;
	height:125;
}
.calendar_dates{
	display:none;
	height:auto;
	position:absolute;
	position:fixed;
	top:0;
	right:0;
	margin-right:3%;
	float:left;
	z-index:99999999;
	
}
.logos_patrocinadores{
	display:none;
	width:100%;
	height:auto;
	background-color:#000000;
	float:left;
}
.BRW_lgo{
	 width:100%;
	 height:auto;
}

.img_premio{
	width:100%;
	height:auto;
	text-align:center;
	padding-bottom:10%;
	float:left;
	border-bottom-style:dotted;
	border-bottom-width:thin;
	border-bottom-color:#FFFFFF;
	
}
.formulario_participa{
	width:100%;
	height:auto;
	padding-bottom:10%;
	float:left;
	padding-top:10%;
}