*{
	margin: 0 auto;
	padding: 0 auto;
}
body {
	width: 98%;
}
.clearfix{
	overflow: auto;
}
#cuadro_inversion{
	width: 100%;
	margin-bottom: 20px;
	float: left;
}
.fila_tabla{
	width: 100%;
	margin-top: 2px;
	float: left;
}
.tit_tabla1{
	background: #B6E1F5;
	color: #0079ae;
	text-align: center;
	box-sizing: border-box;
	padding: 5px;
	width: 25%;
	height: 54px;
	float: left;
}
.tit_tabla2{
	background: #C8E8FA;
	color: #0079ae;
	text-align: center;
	box-sizing: border-box;
	padding: 5px;
	width: 25%;
	height: 54px;
	float: left;
}
.tabla1{
	background: #EDEDED;
	color: #000;
	text-align: center;
	box-sizing: border-box;
	padding: 5px;
	width: 25%;
	height: 54px;
	float: left;
}
.tabla2{
	background: #F6F6F6;
	color: #000;
	text-align: center;
	box-sizing: border-box;
	padding: 5px;
	width: 25%;
	height: 54px;
	float: left;
}
#form_inscripciones{
	width: 100%;
	margin: 0 auto;
	font-family: 'Open Sans',sans-serif;
	font-weight: normal;
}
#tipo_inscripcion, #datos_participante, #perfil_participante, #pago{
	border: #0079ae solid 1px;
	padding: 10px;
	box-sizing: border-box;
	float: left;
	margin-bottom: 20px;
	width: 100%;
}
#envio{
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
#envio_dentro{
	box-sizing: border-box;
	margin: 0 auto;
	padding-bottom: 20px;
}
#envio .bot_enviar{
	color: #FFF;
    padding: 5px 5px 5px 40px;
    display: block;
    box-sizing: border-box;
    margin: 20px auto 0 auto;
    cursor: pointer;
    background: url(../imagenes/ico_enviar.png), #078EAE;
    background-position: 20px center, left top;
    background-repeat: no-repeat, no-repeat;
    width: 150px;
    float: none;
	transition: all 0.2 ease-out;
}
#envio .bot_enviar:hover{
	transform: scale(1);
	background: url(../imagenes/ico_enviar.png), #05728D;
    background-position: 20px center, left top;
    background-repeat: no-repeat, no-repeat;
}

#envio .bot_cerrar{
	color: #FFF;
    padding: 5px 5px 5px 40px;
    display: block;
    box-sizing: border-box;
    margin: 20px auto 0 auto;
    cursor: pointer;
    background: url(../imagenes/ico_salir.png), #078EAE;
    background-position: 20px center, left top;
    background-repeat: no-repeat, no-repeat;
    width: 12%;
    float: none;
	transition: all 0.2 ease-out;
}
#envio .bot_cerrar:hover{
	transform: scale(1);
	background: url(../imagenes/ico_salir.png), #05728D;
    background-position: 20px center, left top;
    background-repeat: no-repeat, no-repeat;
}

.formulario_completo{
	width: 100%;
}
h1{
	font-family: Montserrat, sans-serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 1.4em;
    margin: 0px;
    background: #0079ae;
    text-align: center;
    margin-bottom: 20px;
    padding: 5px;
    color: #FFF;
    border-bottom: #CCC solid 1px;
	display: block;
	width: 100%;
	float: left;
	box-sizing: border-box;
}
.fila_completa{
	width: 100%;
	padding: 10px 0;
	float: left;
}
#fila_hosp_universitario{
	width: 100%;
    padding: 10px;
    float: left;
    background: #EEE;
    box-sizing: border-box;
}
#tipo_inscripcion #fila_izquierda{
	width: 39%;
	float: left;
	margin-right: 2%; 
	margin-bottom: 20px;
}
.alineacion_izq{
	text-align: right;
	padding-top: 10px;
}
#tipo_inscripcion #fila_centro{
	width: 39%;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
}
#tipo_inscripcion #fila_derecha{
	width: 17%;
	float: left;
	text-align: left;
	margin-bottom: 20px;
}
#datos_participante #fila_izquierda{
	width: 49%;
	float: left;
	margin-bottom: 10px;
}
#datos_participante #fila_derecha{
	width: 49%;
	float: right;
	margin-bottom: 10px;
}
#perfil_participante #fila_izquierda{
	width: 49%;
	float: left;
	margin-bottom: 10px;
}
#perfil_participante .fila_completa{
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
#perfil_participante #fila_derecha{
	width: 49%;
	float: right;
	margin-bottom: 10px;
}
#pago #fila_izquierda{
	width: 49%;
	float: left;
	margin-bottom: 10px;
}
#pago #fila_derecha{
	width: 49%;
	float: right;
	margin-bottom: 10px;
}
#fila_derecha a{
	padding-top: 43px;
	display: block;
	color: #078EAE;
	font-size: 14px;
}
a{
	color: #078EAE;
	font-size: 14px;
}
label{
	display: block;
    margin-bottom: 8px;
    font-weight: 600;
}
select{
	border: #DDD solid 1px;
	font-family: 'Droid Sans', sans-serif;
	font-size: 15px;
	padding: 12px 20px;
	display: block;
	width: 100%;
	height: 45px;
	float: left;
	box-sizing: border-box;
	color: #999;
	transition: all 0.2s ease-out;
}
select:hover{
	transform: scale(1.02);
	box-shadow: 0 5px 10px -5px rgba(0,0,0,0.3);
	border: #078EAE solid 1px;
}
#tipo_inscripcion input{
	color: #005191;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
#tipo_inscripcion input:hover{
	transform: none;
	border: #DDD solid 1px;
	box-shadow: none;
}
input:not([type=checkbox]):not([type=radio]){
	border: #DDD solid 1px;
	font-family: 'Droid Sans', sans-serif;
	font-size: 16px;
	padding: 12px 20px;
	display: block;
	width: 97%;
	height: 45px;
	float: left;
	box-sizing: border-box;
	color: #666;
	transition: all 0.2s ease-out;
}
input:hover{
	transform: scale(1.02);
	box-shadow: 0 5px 10px -5px rgba(0,0,0,0.3);
	border: #078EAE solid 1px;
}
.asterisco{
	color: #0079ae;
	display: block;
	float: right;
	font-size: 18px;
}
a.ico_pregunta{
	width: 20px;
    height: 20px;
    background: #FFF;
    border-radius: 50%;
    text-align: center;
    color: #0079ae;
    border: #0079ae solid 1px;
    font-weight: bold;
    font-size: 18px;
    float: left;
    line-height: 19px;
    margin-left: 5px;
    cursor: pointer;
    display: block;
    text-decoration: none;
    transition: all 0.3s ease-out;
}
a.ico_pregunta:hover{
	background: #0079ae;
	color: #FFF;
}
#fila_mas_menos{
	width: 100%;
	float: left;
	margin-top: 10px;
}
a.ico_mas{
	width: 25px;
	height: 25px;
	border-radius: 50%;
	text-align: center;
	color: #666;
	background: url(../imagenes/ico_mas_menos.png) left top no-repeat;
	font-family: Gill Sans, Gill Sans MT, Myriad Pro, DejaVu Sans Condensed, Helvetica, Arial," sans-serif";
	font-weight: bold;
	font-size: 20px;
	float: right;
	line-height: 25px;
	margin-left: 10px;
	cursor: pointer;
	display: block;
	text-decoration: none;
	border: #0F91AB solid 1px;
	transition: all 0.3s ease-out;
}
a.ico_mas:hover{
	color: #FFF;
	background: url(../imagenes/ico_mas_menos2.png) left top no-repeat;
	border: #FFF solid 1px;
}
a.ico_menos{
	width: 25px;
	height: 25px;
	border-radius: 50%;
	text-align: center;
	color: #666;
	background: url(../imagenes/ico_mas_menos.png) -25px top no-repeat;
	font-family: Gill Sans, Gill Sans MT, Myriad Pro, DejaVu Sans Condensed, Helvetica, Arial," sans-serif";
	font-weight: bold;
	font-size: 20px;
	float: right;
	margin-left: 10px;
	cursor: pointer;
	display: block;
	text-decoration: none;
	border: #0F91AB solid 1px;
	transition: all 0.3s ease-out;
}
a.ico_menos:hover{
	color: #FFF;
	background: url(../imagenes/ico_mas_menos2.png) -25px top no-repeat;
	border: #FFF solid 1px;
}
textarea{
	border: #DDD solid 1px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 16px;
    padding: 12px 20px;
    display: block;
    width: 97%;
    height: 120px;
    float: left;
    box-sizing: border-box;
    color: #666;
    transition: all 0.2s ease-out;
}
textarea:hover {
    transform: scale(1.02);
    box-shadow: 0 5px 10px -5px rgba(0,0,0,0.3);
    border: #078EAE solid 1px;
}
/*::-webkit-input-placeholder { color:rgba(0,0,0,0.4);}
::-moz-placeholder { color:rgba(0,0,0,0.4) ;}
:-ms-input-placeholder { color:rgba(0,0,0,0.4) ;}
input:-moz-placeholder { color:rgba(0,0,0,0.4) ;}*/
.casilla_verificacion{
	float: left;
    width: 20px;
	height: 22px;
    display: block;
    text-align: left;
    margin-right: 10px;
}
.txt_casilla_verificacion{
	float: left;
	display: block;
	width: 86%;
}
#fila_completa_interna{
	display: block;
	margin: 0 auto;
	width: 69%;
	font-size: 14px;
}
.fila_completa ul, #fila_izquierda ul, #fila_derecha ul{
	width: 100%;
	display: block;
	box-sizing: border-box;
	padding: 0;
}
#fila_izquierda ul, #fila_derecha ul{
	width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 10px;
    float: left;
	transition: all 0.3s ease-out;
}
.fila_completa ul li{
	list-style: none;
	font-size: 14px;
	margin: 10px 0;
}
#fila_izquierda ul li, #fila_derecha ul li{
    list-style: none;
    width: 40%;
    font-size: 14px;
    float: left;
    padding: 0 40px 10px 0;
    display: block;
}


/*Tablet 768px*/
@media only screen and (max-width:768px){
	
	input {
    width: 95%;
}
	textarea {
    width: 95%;
}
	#fila_izquierda ul, #fila_derecha ul {
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 10px;
    float: left;
    transition: all 0.3s ease-out;
}
	#form_inscripciones {
    width: 98%;
	margin: 0 auto;
}
	select {
    width: 94%;
}
	#tipo_inscripcion #fila_derecha {
    width: 24%;
}
	#tipo_inscripcion #fila_izquierda {
    width: 37%;
    float: left;
    margin-right: 1%;
    margin-bottom: 20px;
}
	#tipo_inscripcion #fila_centro {
    width: 37%;
    float: left;
    margin-right: 1%;
    margin-bottom: 20px;
}
	.fila_completa ul li {
    display: inline-block;
    list-style: none;
    width: 30%;
	margin: 0 1.5%;
    font-size: 14px;
}
	#envio_dentro {
    width: 80%;
}
	#fila_izquierda ul li, #fila_derecha ul li {
    list-style: none;
    width: 100%;
    font-size: 14px;
    float: left;
    padding: 0 40px 10px 0;
    display: block;
}
	#envio .bot_enviar {
    width: 22%;
}
}

/*Mobil 568px*/
@media only screen and (max-width:568px){

	input {
    width: 94%;
}
	textarea {
    width: 94%;
}
	.tit_tabla1{
	font-size: 12px;
}
	.tit_tabla2{
	font-size: 12px;
}
	.tabla1{
	font-size: 12px;
}
	.tabla2{
	font-size: 12px;
}
	#tipo_inscripcion #fila_izquierda {
    width: 100%;
    margin-right: 0;
}
	.alineacion_izq{
	text-align: left;
	}
	#tipo_inscripcion #fila_centro {
    width: 100%;
    margin-right: 0;
}
	#tipo_inscripcion #fila_derecha {
    width: 100%;
    margin-right: 0;
	text-align: center;
}
	#fila_derecha a {
    padding-top: 0;
}
	#datos_participante #fila_izquierda {
    width: 100%;
}
	#datos_participante #fila_derecha {
    width: 100%;
}
	#perfil_participante #fila_izquierda {
    width: 100%;
}
	#perfil_participante #fila_derecha {
    width: 100%;
}
	select {
    width: 100%;
}
	.fila_completa ul li {
    width: 100%;
    margin: 0 0 10px 0;
}
	.txt_casilla_verificacion{
	width: 94%;
}
	#fila_completa_interna{
	   width: 89%;
    float: left;
}
	#pago #fila_izquierda {
    width: 100%;
}
	#pago #fila_derecha {
    width: 100%;
}
	#pago #fila_izquierda li, #pago #fila_derecha li{
		width: 100%;
		margin-bottom: 10px;
}
	#envio_dentro {
    width: 100%;
}
	#envio .bot_agregar {
    width: 48%;
}
	#envio .bot_enviar {
    width: 48%;
}
}

/*Mobil 425px*/
@media only screen and (max-width:425px){

	input {
    width: 91%;
}
	textarea {
    width: 91%;
}
	.txt_casilla_verificacion {
    width: 90%;
    float: left;
}
	#envio .bot_agregar {
    width: 100%;
	margin-bottom: 10px;
}
	#envio .bot_enviar {
    width: 100%;
    margin-bottom: 10px;
    background-position: 145px center;
}
}

/*Mobil 375px*/
@media only screen and (max-width:375px){

input {
    width: 90%;
}
	textarea {
    width: 90%;
}
	#envio .bot_enviar {
    width: 100%;
    margin-bottom: 10px;
    background-position: 125px center;
}
}

/*Mobil 320px*/
@media only screen and (max-width:320px){

	input {
    width: 89%;
}
	textarea {
    width: 89%;
}
.txt_casilla_verificacion {
    width: 85%;
}
	#envio .bot_enviar {
    width: 100%;
    margin-bottom: 10px;
    background-position: 100px center;
}
}

#form_inscripciones a span {
    display: none;

}

#form_inscripciones a:hover span {
    display: block;
    position: absolute;
    background: #EEE;
    margin-bottom: 20px;
    padding: 10px;
    color: #335500;
    font-weight: normal;
    text-align: left;
    border: 1px solid #0079ae;
}
.error, .success, .warning { 
	text-align: center;
	padding: 15px 5px;
	border-style: line;
	border-width: 1px;
}
.error, .success, { 
	color: #fff;
}
.warning { 
	color: #000;
}
.warning {
    background-color: #ffc107;
    border-color: #ffc107;
}
.success {
    background-color: #28a745;
    border-color: #002d0a;
}
.error {
    background-color: #dc3545;
    border-color: #6b0c15;
}