#splash {
	width:703px;
	height:346px;
	margin:0 auto;
}

#panelReel {
	position: absolute;
	top: 0;
	left: 0;
}

#panelReel > * {
	position:relative;
	display:block;
	width: 790px;
	height:560px;
	}

#activity {
	width: 790px;
	height:560px;
	position:relative;
	/*Estas propiedades pueden modificarse si llegase a ser necesario*/	
	margin:auto;
	overflow:hidden;
	border: dashed 3px;	
	background:url('../img/fondo.jpg');
}



/*---Estilos PlastiK----*/

ul{list-style:none;}
.box{
		background-image: -ms-linear-gradient(bottom, #D1D3D4 0%, #F1F2F2 100%);
		background-image: -moz-linear-gradient(bottom, #D1D3D4 0%, #F1F2F2 100%);
		background-image: -o-linear-gradient(bottom, #D1D3D4 0%, #F1F2F2 100%);
		background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #D1D3D4), color-stop(1, #F1F2F2));	
		background-image: -webkit-linear-gradient(bottom, #D1D3D4 0%, #F1F2F2 100%);		
		background-image: linear-gradient(to top, #D1D3D4 0%, #F1F2F2 100%);
	
	position:relative;	
	padding:10px;
	width:480px;
	margin:20px 40px;
	border-radius:5px;
	border:1px solid #ccc;
	box-shadow:0px 0px 3px #666666;
	background-size:cover;
	float:left;
	}
.short{
	width:200px;
	float:none;
	
}
.centered{
	text-align:center;
	position:absolute;
	top:50px;
	right:100px;
	color:#fff;
}
.col2{
	display:block;
	width: 300px !important;
	height:400px;
	position:relative;
	float:left;
	margin-right:70px;
	padding-top:20px;
}
.col2 .box{
	margin-top:0px;
}
.box input{
	border-radius:4px;
	padding:5px;
	box-shadow:0px 0px 5px inset;
	}

.comprobacion{
	position:absolute;
	top:15px;
	right:-180px;
	}

.azul{
background:#27AAE1;
background-image: -ms-linear-gradient(bottom, #048CF5 0%, #27AAE1 100%);
background-image: -moz-linear-gradient(bottom, #048CF5 0%, #27AAE1 100%);
background-image: -o-linear-gradient(bottom, #048CF5 0%, #27AAE1 100%);
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #048CF5), color-stop(1, #27AAE1));
background-image: -webkit-linear-gradient(bottom, #048CF5 0%, #27AAE1 100%);
background-image: linear-gradient(to top, #048CF5 0%, #27AAE1 100%);
box-shadow:0px 1px 0px rgba(255,255,255,0.5) inset;	
border:1px solid #0371c5;

	}
.verde{
background:#009447;
background-image: -ms-linear-gradient(bottom, #009447 0%, #3BB54A 100%);
background-image: -moz-linear-gradient(bottom, #009447 0%, #3BB54A 100%);
background-image: -o-linear-gradient(bottom, #009447 0%, #3BB54A 100%);
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #009447), color-stop(1, #3BB54A));
background-image: -webkit-linear-gradient(bottom, #009447 0%, #3BB54A 100%);
background-image: linear-gradient(to top, #009447 0%, #3BB54A 100%);
box-shadow:0px 1px 0px rgba(255,255,255,0.5) inset;	
border:1px solid #007D3B;
	}
.naranja{
background:#F36E25;		
background-image: -ms-linear-gradient(bottom, #F36E25 0%, #F89924 100%);
background-image: -moz-linear-gradient(bottom, #F36E25 0%, #F89924 100%);
background-image: -o-linear-gradient(bottom, #F36E25 0%, #F89924 100%);
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #F36E25), color-stop(1, #F89924));
background-image: -webkit-linear-gradient(bottom, #F36E25 0%, #F89924 100%);
background-image: linear-gradient(to top, #F36E25 0%, #F89924 100%);
box-shadow:0px 1px 0px rgba(255,255,255,0.5) inset;	
border:1px solid #F36E25;
	}
.morado{
background:#7E53A0;	
background-image: -ms-linear-gradient(bottom, #662F90 0%, #7E53A0 100%);
background-image: -moz-linear-gradient(bottom, #662F90 0%, #7E53A0 100%);
background-image: -o-linear-gradient(bottom, #662F90 0%, #7E53A0 100%);
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #662F90), color-stop(1, #7E53A0));
background-image: -webkit-linear-gradient(bottom, #662F90 0%, #7E53A0 100%);
background-image: linear-gradient(to top, #662F90 0%, #7E53A0 100%);	
box-shadow:0px 1px 0px rgba(255,255,255,0.5) inset;
border:1px solid #461A70;
	}
.turquesa{
background:#00695F;		
background-image: -ms-linear-gradient(bottom, #00695F 0%, #00A091 100%);
background-image: -moz-linear-gradient(bottom, #00695F 0%, #00A091 100%);
background-image: -o-linear-gradient(bottom, #00695F 0%, #00A091 100%);
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00695F), color-stop(1, #00A091));
background-image: -webkit-linear-gradient(bottom, #00695F 0%, #00A091 100%);
background-image: linear-gradient(to top, #00695F 0%, #00A091 100%);
box-shadow:0px 1px 0px rgba(255,255,255,0.5) inset;	
border:1px solid #00A091;
	}
	
#dialog{
	width: 300px;
	height: 200px;
	display:none;
}
#dialog_option{
    font-size:15pt;
    margin: 0 auto;
	color:white !important;
	font-size:16px;
	text-align:center
}
.dialog{

	-moz-border-radius:10px !important;
    -webkit-border-radius:10px !important;
    border-radius:10px !important;
}
.end_dialog{
	background:#fff;
	-moz-border-radius:10px !important;
    -webkit-border-radius:10px !important;
    border-radius:10px !important;
    background: #dd0f7c !important;
}
#end_dialog_option{
	
    font-size:15pt;
    margin: 0 auto;
    color: white !important;
}
#endDialog{
	display:none;
}
.end_dialog .ui-dialog-titlebar {
	display: none;
}

#img_left{
	float:left;
}

#img_right{
	float:right;
	display:none;
}

#end_blank{
	width: 100%;
	height: 10%;
}

.fotos{
	border:4px solid #fff;
	border-radius:5px;
	display:block;
	width:300px;
	min-height:200px;
	position:absolute;
	bottom:100px;
	right:20px;
	z-index:1000;
}
a{
	text-decoration:none;
}

.button-list{
  margin-bottom:30px;	
}
.button-list:last-child{
	margin-bottom:0px;
}
/*CHECK BOX*/
input[type="radio"] {
    display:none;
}

input[type="radio"] + label {
    color:#f2f2f2;
    
}

input[type="radio"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url('../check_radio_sheet.png') -38px top no-repeat;
    cursor:pointer;
}

input[type="radio"]:checked + label span {
    background:url('../check_radio_sheet.png') -57px top no-repeat;
}

#end_img{
	width:100px;
	height:200px;
	display:block;
	float:left;
}

.ui-button{ outline:none;}

.sexo{ background:url('../img/sexo.png') no-repeat; width:186px; height:46px; text-indent:-99999px}
.genero{ background:url('../img/genero.png') no-repeat; width:186px; height:46px;text-indent:-99999px}