/******* 07/09/2015 -- Nuevo CSS Ana & Jonathan *******/
	
	#principal {
	font-family: 'Raleway', sans-serif;
	border:#bfcad1 2px solid;
	background:#F5F6FA;
	border-bottom:#97A0A4 10px solid;
	padding: 25px; 
	box-sizing:border-box;
	margin-top: 0;
	display:inline-block;
	width:100%;
	}
	#subtitulo {
	font-size:24px;
	text-transform:uppercase;
	font-weight:bold;
	color: #939D9F;
	margin-bottom:15px;
	}
	.box {
	background-color:#bfcad1;
	padding: 10px;
	vertical-align:top; 
	display:inline-block; 
	border-left:#939D9F 9px solid;
	box-sizing:border-box;
	margin: 5px 0;
	font-size:12px;
	line-height: 1.4em;
	width:100%
	}
	.acceso {
	display:inline-block; 
	vertical-align:top;
	width: 50%;
	margin-right:10px;
	}
	
	small {
		text-align:justify;
		}
		
	.peq {
	font-size: 9px;
	text-align: justify;
	color:#666;
	line-height:normal;
	display:inline-block;
	}
		
	.mensaje {
		color:#000;
		background:#9C0;
		display:inline-block;
		padding:4px;
		alignment-adjust:central;}

	.div_iva{
	width: 100%;
	text-align: right;
	margin-bottom: 15px;
	}
	
	.div_calcula_importe{
	width: 100%;
	text-align: right;
	margin: 3% 0px 3% 0px;
	}
	
	.div_calcula_importe .btn,	#form_acceso .btn{
	clear:right;
	}
	
	.div_search_hotel{
	width: 100%;
	margin: 0px 0px 2% 0px;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	color: green;
	}
	
	.tabla_hoteles{
	width: 60%;
	font-size: 12px;
	margin: 1% auto 3% auto;
	border: 1px solid #87B7E5;
	border-radius: 2px;
	}
	
	.tabla_hoteles tr:nth-child(2n) {
	background: #D3DCE4;
	}
	
	.header_cells {
		color:#D3DCE4;
		background:#273C48;}
  
	/*.tabla_hoteles tr:nth-child(2n+1){
		background: #D3DCE4;
	}*/
	
	.tabla_hoteles.header tr:not(:first-child):hover, .tabla_hoteles:not(.header) tr:hover {
		background:#FF9E02;
		color: #8A8A93;
	}
	
	.div_anyadir_asistente
	{
		width: 100%;
		margin: 5% auto 10% auto;
	}
  
	.tablas_asistentes{
	width: 100%;
	font-size: 12px;
	margin: 10% auto 5% auto;
	text-align: center;
	border-bottom: 2px solid #87b7e5;
	}
	
	.tablas_asistentes td{
	width: 20%;
	}
	
	.tablas_asistentes tr th{
	border-bottom: 1px solid #87b7e5;
	}
	
	.tablas_asistentes tr:first-child th:first-child{
	font-size: 16px;
	background-color: #D3DCE4;
	border: 1px solid #87b7e5;
	width: 30%;
	}

	.div_btn_nuevo{
		width: 100%;
		margin: 5% auto 5% auto;
		text-align:right;
	}

	.estilo input[type=text]{
		width: 10%;
	}



/* ---------------------------*/

	.tabla_cuotas, .tabla_cuotas_extra{
	width: 100%;
	font-size: 12px;
	box-sizing: border-box;
	margin-bottom: 15px;
	background:#FFF;
	}
	
	
	.tabla_cuotas td, .tabla_cuotas_extra td {
	border-left:#D3DCE4 1px solid;
	}
	
	.tabla_cuotas_extra{
	border-top: 2px solid #87B7E5;
	}
	
	.div_search_hotel{
	width: 100%;
	margin: 0px 0px 2% 0px;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	color: green;
	}
	
	.tabla_hoteles{
	width: 60%;
	font-size: 12px;
	margin: 1% auto 3% auto;
	border: 1px solid #87B7E5;
	border-radius: 5px;
	}
	
	.tabla_hoteles tr:nth-child(2n) {
	background: #D3DCE4;
	}
	
	.tabla_hoteles.header tr:not(:first-child):hover, .tabla_hoteles:not(.header) tr:hover {
	background:#FF9E02;
	color: #8A8A93;
	}
	
	.div_anyadir_asistente
	{
	width: 100%;
	margin: 5% auto 10% auto;
	}
	
	.tablas_asistentes{
	width: 100%;
	font-size: 12px;
	margin: 10% auto 5% auto;
	text-align: center;
	border-bottom: 2px solid #87b7e5;
	}
	
	.tablas_asistentes td{
	width: 20%;
	}
	
	.tablas_asistentes tr th{
	border-bottom: 1px solid #87b7e5;
	}
	
	.tablas_asistentes tr:first-child th:first-child{
	font-size: 16px;
	background-color: #D3DCE4;
	border: 1px solid #87b7e5;
	width: 30%;
	}


/* -------------- FORM-2015 -------------*/
	
	form {
	font-family: 'Raleway', sans-serif;
	color:#444;
	font-size:12px;
	display:inline-block;
	width:100%;}
	
	.form {
	font-family: 'Raleway', sans-serif;
	font-size:12px;
	color: #444444;
	}
	
	fieldset {
	display:inline-block; 
	border: 2px #BFCAD1 solid;
	padding:10px;
	box-sizing:border-box;
	background:#F4F6F9;
	margin: 10px 0 10px 0;
	width:100%;
	}
	
	legend {
	color: #2A3643;
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
	}
	
	placeholder {
	color:#939D9F
	}
		
	label {
	font-size:12px;
	text-transform:uppercase;
	margin: 8px 4px;
	font-weight:100;
	text-align:right;
	width: 140px;
	display:inline-block;
	}
	
	textarea {
	font-size:14px;
	border:#BFCAD1 thin solid;
	padding:8px;
	box-sizing:border-box;
	max-width:400px;
	width:100%;
	}
	
	select {
	font-size:12px;
	border:#CCC thin solid;
	padding:6px;
	box-sizing:border-box;
	margin: 8px 4px;
	height:26px;
	border-radius: 1px;
	max-width:140px;
	}
	
	input {
	font-size: 12px;
	background:#FFFFFF;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	
	margin: 1px 10px 10px 5px;
	/*-moz-box-shadow: inset 0 0 5px #ebebeb;
	-webkit-box-shadow: inset 0 0 5px #ebebeb;
	box-shadow: inset 0 0 5px #ebebeb;*/
	padding: 9px;
	height:30px;
	box-sizing:border-box;
	display:inline-block;
	}
	
	input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
	}
	
	input[type="checkbox"]{
	height: 13px;
	position: relative;
	top: 1px;
	}
	
	input[type="text"]{
	border:#bfcad1 2px solid;
	}
	
	input[type="radio"]{
		width:25px;
		height: 25px;
		margin: 0 auto;
		vertical-align:central middle;
	
	}
	
	input[type="password"] {
	border:#bfcad1 2px solid;
	}
	button
	{
	border:#0CC medium solid;
	background: #2A3643;
	padding: 6px;
	box-sizing:border-box;
	vertical-align:central;
	text-transform:uppercase;
	max-width:200px;
	margin: 5px 0;
	color:#FFF;
	font-weight:bold;
	}
	
	button:hover	{
		opacity: 0.7;
	
	}
	
	input[type="button"]{
	border:#0CC medium solid;
	background: #2A3643;
	padding:4px;
	box-sizing:border-box;
	vertical-align:central;
	text-transform:uppercase;
	max-width:200px;
	margin: 5px 0;
	}
		
	input[type="submit"], input[type="reset"]  {
	max-width:180px;
	background: #2A3643;
	box-sizing:border-box;
	vertical-align:central;
	font-weight:bold;
	text-transform:uppercase;
	display:inline-block;
	border:#969FA3 medium solid;
	color:#FFF;
	padding:4px;
	}
	
	/* all */
	::-webkit-input-placeholder { color:#444; }
	:-ms-input-placeholder { color:#444; } /* ie */
	:-moz-placeholder {
    /* Firefox anterior a 19 */
    color: #000000 !important;
	opacity: 1;
	}
	::-moz-placeholder {
    /* Firefox 19 y superior */
    color: #000000;
	opacity: 1;
	}
	
	input[placeholder], [placeholder], *[placeholder] {
	color: #000000 !important;
	opacity: 1;
	}
	
	*:-moz-placeholder {
    /* Firefox anterior a 19 */
    color: black !important;
	opacity: 1;
	}
	*::-moz-placeholder {
    /* Firefox 19 y superior */
    color: black;
	opacity: 1;
	}
	
	
	/**MENU SUPERIOR OK 07/092015****/
	.formmenu_on {
	color: #333333;
	font-size:60px;
	}
		
	.formmenu_on .td_on_icono{
	background-color: #969fa3;
	border: 2px solid #455A64;
	padding:20px;
	border-radius:100%;
	font-size:32px;
	margin-left:10px;
	}
	.formmenu_off .td_off_icono {
	background-color: #FFF;
	border: 2px solid #CFD8DC;
	padding:20px;
	border-radius:100%;
	font-size:32px;
	margin-left:10px;
	}
	/**ok 07/092015****/
	
	
	
	
	
		.form_titulo {
	width: 100%; 
	background-color: #969fa3;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	border-left: 6px solid #0CC;
	padding: 7px;
	box-sizing:border-box;
	color: #292C33;
	margin-bottom: 20px;
	}

	.form_titulo_inscripcion_on {
	width: 59%; 
	display:inline-block; 
	vertical-align: bottom;
	background-color: #969FA3;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	padding:10px;	
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	box-sizing:border-box;
	}

	.form_titulo_inscripcion_off {
	width: 40%; 
	display:inline-block; 
	vertical-align: bottom;
	background-color: #BFCAD1;
	/*color:#D3DCE4;*/
	color:#969FA3;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding:10px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	box-sizing:border-box;
	}

	.form_titulo_com_on {
	vertical-align: bottom;
	background-color: #969fa3;
	color: #e6e6e6;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding:10px;
	box-sizing:border-box;
	}

	.form_titulo_com_off {
	vertical-align: bottom;
	color:#808080;
	background-color: #969fa3;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding:10px;
	box-sizing:border-box;
	}

	.form_subtitulo {
	line-height: normal;
	background: #BFCAD1;
	border-bottom: 1px solid #FFF;
	padding: 4px;
	text-align: center;
	box-sizing:border-box;
	}

	.form_subtitulo a{
	font-size: 10px;
	color: red;
	font-weight: bold;
	}
	
	.form_cuerpo {
	font-weight:normal;
	line-height:normal;
	}
	
	.form_cuerpotexto {
	
	font-weight:normal;
	font-size:12px;
	color:#333333;
	}
	
	.form_cuerpotexto_claro {
	color: #444;
	font-weight:bold;
	font-size:14px;
	}
	
	.form_cuerpotexto_10px {
	
	font-weight:normal;
	font-size:12px;
	color:#333333;
	}
	
	.form_cuerpotexto a:link, .form_cuerpotexto a:visited{
	
	font-size:12px;
	font-weight:bold;
	color: #444;
	text-decoration:none;
	}
	
	.form_cuerpotexto a:hover{
	
	font-size:12px;
	font-weight:bold;
	color: #444;
	text-decoration:none;
	}

	.form_cuerpotexto_padding {
	
	padding-left:300px;
	padding-right:300px;
	font-weight:normal;
	font-size:12px;
	height:20px;
	}
	
	.form_titulocontenido {
	font-weight:bold;
	color:#444;
	font-size:16px;
	border-top: 2px solid #444;
	text-transform: uppercase;
	margin: 5px 0;
	}
	
	.form_asistentes {
	width: 100%;
	font-weight:bold;
	color:#444;
	padding:6px;
	font-size:16px;
	background-color:#D3DCE4; /*azulado*/
	border-bottom: 2px solid #BFCAD1;
	text-transform:uppercase;
	box-sizing: border-box;
	display:inline-block;
	}
	
	.form_asistentes_nombres {
	width: 100%;
	font-weight:bold;
	color:#444;
	font-size:12px;
	padding:10px;
	box-sizing:border-box;
	margin: 5px 5px;	
	display:inline-block;
	}	
	
	.form_subtitulocontenido {
	font-weight:normal;
	color:#444;
	font-size:13px;
	}	
	
	.form .form_subtituloasistentes {
	font-weight:normal;
	color:#444;
	font-size:13px;
	
	}
	
	.form .form_boton_abajo {
	border-top: 1px solid #444;

	}
	
	.form .form_anadir {
	border-top: 1px solid #444;
	}
	
	.form .form_mismalinea {
	padding-left:3px;
	padding-right:3px;
	color:333333;
	}
	
	.form .form_panel_subtitulo {
	background-color: #444;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	border-top: 1px solid #444;
	color:#333
	}
	
	.form .form_infotxt {
	border-top: 1px solid #444;
	font-size:9px;
	font-weight:normal;
	padding-top:5px;
	color:#333333;
	}
	
	.form_infotxt a:link, .form_infotxt a:visited{
	
	font-size:12 px;
	font-weight:bold;
	color: #444;
	text-decoration:none;
	}	
	
	.form_infotxt a:hover{
	
	font-size:12px;
	font-weight:bold;
	color: #888888;
	text-decoration:none;
	}
	
	.form_boton {
	background-color: #666666;
	cursor:pointer;
	}
	
	.form_boton .boton_img {
	border-bottom: 1px solid #000;
	border-up: 1px solid #888888;
	border-left: 1px solid #888888;
	padding-left:6px;
	padding-right:6px;
	padding-top:6px;
	padding-bottom:6px;
	}
	
	.form_boton .boton_txt {
	
	font-size:12px;
	font-weight:bold;
	color: #BFCAD1;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	border-up: 1px solid #888888;
	padding-right:6px;
	padding-top:6px;
	padding-bottom:6px;
	}
	
	.form_boton .boton_img_claro {
	border-bottom: 1px solid #000;
	background-color:#888888;
	border-up: 1px solid #999999;
	border-left: 1px solid #999999;
	padding-left:6px;
	padding-right:6px;
	padding-top:6px;
	padding-bottom:6px;
	}
		
	.form_boton .boton_txt_claro {
	font-size:12px;
	font-weight:normal;
	color: #BFCAD1;
	background-color:#888888;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	border-up: 1px solid #999999;
	padding-right:6px;
	padding-top:6px;
	padding-bottom:6px;
	}
	
	/*ok*/
	.form_imput_obligatorio {
	border: 2px solid #00ACC1;
	background: #FFF;
	font-size:12px;
	font-weight:normal;
	padding-right:2px;
	padding-left:2px;
	width:100%;
	}
	
	.form_imput {
	border: 1px solid #D1D1D1;
	font-size:12;
	font-weight:normal;
	color: #444;
	padding:4px;
	width:100%;
	}
	
	.form_lista_obligatorio {
	border: 2px solid #00ACC1;
	width:100%;
	}
	
	.form_lista_izquierda {
	border: 1px solid #444;
	padding-left:2px;
	}
	
	.form_lista_derecha {
	border: 1px solid #444;
	padding-left:2px;
	}
	
	.form_listado1 {
	}
	
	.form_listado2 {
	background-color: #D3DCE4;
	}
	
	.form .form_listado_lineas {
	border-bottom: 1px solid #444;
	
	font-size: 11px;
	font-weight: normal;
	color:#000;
	padding-left:2px;
	padding-right:2px;
	}
	
	.valor_total {
	background-color:#EEF5FA;
	border: 1px solid #87B7E5;
	text-align: right;
	padding: 0px 4px;
	/*background-color:#1AD1EB;*/
	font-size: 14px;
	font-weight: bold;
	color:#333;
	}
	
	.form_output_box {
	border: 1px solid #444;
	background-color:;
	
	font-size:12px;
	font-weight:normal;
	color: #4D4D4D;
	padding-right:2px;
	padding-left:2px;
	padding-top:3px;
	height:20;
	width: 100%;
	}
	
	.form .form_titulo2contenido {
	font-weight:bold;
	color:#444;
	font-size:12px;
	border-top: 1px solid #444;
	}
	
	
	input[type="text"], input[type="password"], input[type="email"] {
	padding:4px;
	margin:4px;
	width: 50%;
	min-width:10%;
	font-size:14px;
	border: thin #999 solid;
	}
	
	.faturacion {
	padding:8px; 
	border: 1px solid #87B7E5;
	border-top-right-radius: 10px; 
	border-bottom-left-radius: 10px;
	background:#D3DCE4;
	margin-top: 4%;
	font-size: 12px;
	}
	
	.faturacion input[type="text"]
	{
	border:none;
	border-bottom: 2px solid #87B7E5;
	background:#D3DCE4;
	}
	
	#mensa_info{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 5px auto 5px auto;
	color: black;
	font-weight: bold;
	}