/* TABLAS BOLETIN */		
@media(min-width: 768px){

	table.tabla_boletin{ width:690px; margin-top:0.5em; margin-bottom:1em}

} @media( max-width: 767px ){

	table.tabla_boletin{ width:100%; margin-top:0.5em; margin-bottom:1em}

	table.tabla_boletin tbody tr td p{max-width: 50px}

} @media( max-width: 450px){
	/*.tabla_boletin thead tr th:nth-child(2), .tabla_boletin thead tr th:nth-child(3), .tabla_boletin tbody tr td:nth-child(2), .tabla_boletin tbody tr td:nth-child(3){
		display: none;
	}*/
} @media( max-width: 370px){
	.tabla_boletin tbody tr td:first-child{
		width: 70%;
	}
}

@media(max-width: 767px){
	.input_campo {width: 100%; margin: 0 0.5em 0 0}

	.input_campo_largo {width: 100%; margin: 0 0 0 0}

	.select_campo {width: 100%; margin: 0 0.5em 0 0}

	.select_campo_medio {width: 100%; margin: 0 0.5em 0 0}

	.select_campo_largo {width: 100%; margin: 0 0 0 0; }

	.textarea_campo, .textarea_campo_contacto, .textarea_campo_pregunta, .textarea_campo2 {
		width: 100%; margin: 0 0 0 0; vertical-align: top; font-size: 0.9em;
		font-family: inherit;
	}

	.nombre_cuota_responsive{ display: inline; }

	.nombre_cuota{ display: none; }

	.input_campo_fichero {width: 100%; margin: 0 0 0 0;	}

} @media(min-width: 768px){

	.input_campo {width: 15.4em; margin: 0 3.5em 0 0}

	.input_campo_largo {width: 48.2em; margin: 0 0 0 0}

	.select_campo_medio {width: 23.9em; margin: 0 0.5em 0 0}

	.textarea_campo, .textarea_campo_contacto, .textarea_campo_pregunta, .textarea_campo2 {
		width: 43.3em; margin: 0 0 0 0; vertical-align: top; font-size: 0.9em;
		font-family: inherit;
	}

	.select_campo_largo {width: 48.3em; margin: 0 0 0 0; }

	.nombre_cuota_responsive{ display: none; }

	.nombre_cuota{ display: inline; }

	.select_campo {width: 16.4em; margin: 0 3.5em 0 0}

	.input_campo_fichero {width: 45.5em; margin: 0 0 0 0;	}
}

/* COLUMNAS */

@media(min-width: 768px){
	.columnas, .columnas_dos, .columnas_tres, .columnas_carta, .columnas_tres
	{
		float: left;
		padding: 0 0 0 0;
		/*width: 33.2%;*/
	}
	#datos_asistente label{
		width: 33.2%;
	}

	.ajuste{
		margin-left: -44px;
	}
}	
@media(max-width: 767px){
	.columnas, .columnas_dos, .columnas_tres, .columnas_carta, .columnas_tres
	{
		float: left;
		width: 100%;
		padding: 0 0 0 0;
	}

	.logo img{
		max-width: 100%;
	}

	.mainNav{
		margin-top: 54px;
		margin-bottom: -40px;
	}

	.contenido-centro{
		margin-top: 54px;
	}
}


@media(min-width: 1200px){

	.contenido-centro{margin-left: 28px; margin-right: 4%; min-height: 730px;padding-bottom: 40px; padding-top: 10px; padding-left: 15px; padding-right: 15px; background: white;}

}

	@media(min-width: 768px) and (max-width: 1199px){

		.contenido-centro{margin-left: 28px; min-height: 730px; padding-bottom: 40px; padding-top: 10px; padding-left: 15px; padding-right: 15px; background: white;}

	}

		@media(min-width: 576px) and (max-width: 767px){

			.contenido-centro{margin-left: 0%; background: white;}

		}

			@media(max-width: 575px){

				.contenido-centro{padding: 0 15px 0 15px;background: white;

			}

		}