#s_inscripcion{
    width:100%;
    min-height:500px;
    background-image:url(/cems/img/inscripcion_bg.jpg);
    background-position:100 50;
    overflow:hidden;
}
#s_inscripcion .big_img{
    background-position:0 -1450px;
}
#text_inscripcion{
    position:absolute;
    right:0;
    top:125px;
    padding:40px 40px 20px 360px;
    border-radius:20px;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    width:580px;
    background-color:#ffd700;
    color:#7b7565;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    font-size:12px;
    line-height:16px;
    border:10px solid #fff;
	min-height:250px;	
}
#text_inscripcion p{
    margin:0px;
    padding:0 0 20px;
}


/************** FORM *******************/
#form{
    border-radius:10px;
    -moz-border-radius:10px;
    font-size:13px;
}
#form h3{
    font-size:28px;
    font-weight:bold;
    margin:0 0 20px 0;
    line-height:27px;
    font-family:Arial, Helvetica, sans-serif;
}
.each_input{
    float:left;
    width:290px;
}
.input_normal{
    height:25px;
    -moz-border-radius:5px;
    border-radius:5px;
    border:0px;
    outline:none;
    padding:0 10px;
    width:235px;
    margin-bottom:8px;
    border:none;
}
.input_normal_tel{
    height:25px;
    -moz-border-radius:5px;
    border-radius:5px;
    border:0px;
    outline:none;
    padding:0 10px;
    width:162px;
    margin-bottom:8px;
    border:none;
    margin-left:10px;
}
.input_select{
    height:25px;
    -moz-border-radius:5px;
    border-radius:5px;
    border:0px;
    outline:none;
    padding:3px 10px;
    width:255px;
    margin-bottom:8px;
}
.input_select_pais{
    height:25px;
    -moz-border-radius:5px;
    border-radius:5px;
    border:0px;
    outline:none;
    padding:3px 10px;
    width:255px;
    margin-bottom:8px;
}
.input_big{
    height:50px;
    -moz-border-radius:5px;
    border-radius:5px;
    border:0px;
    outline:none;
    padding:5px 10px;
    width:235px;
    margin-bottom:8px;
}
.btn_submit{
    margin-top:18px;
    width:260px;
    height:37px;
    display:block;
    background:none;
    background-image:url(/cems/img/bot_send.png);
    border:0px;
    cursor:pointer;
    border:0px;
}
.btn_submit:hover{
    background-position:0 -37px;	
}
.check_input{
    padding-top:10px;
    font-size:10px;
}
.check_input a{
    color:#000; text-decoration:none;
}
.check_input a:hover{
    text-decoration:underline;
}

/*****************************************
ERRORES
*****************************************/
.errores_form{
    border:2px solid #F00;
    -moz-border-radius:5px;
    border-radius:5px;
    background-color:#ffb5b5;
    padding:10px;
    color:#3d3d3d;
    position:relative;
    margin-bottom:20px;
    font-size:12px;
    display:none;
}
.ico_error {
    background-image: url("/cems/img/alert_error.png");
    background-repeat: no-repeat;
    height: 28px;
    padding-left: 35px;
    width: 180px;
}
.errores_form .close b{
    background-image:url(/cems/img/close.jpg);
    width:14px; height:14px;
    display:block;
    position:absolute;
    top:7px;
    right:7px;
    cursor:pointer;
}
.errores_form li{
    margin-left:50px;
}

.chivato{
    height:25px;
    width:25px;
    background:url("/cems/img/sprite.jpg");
    background-repeat:no-repeat;
    background-position:-740px -264px;
    float:right;
    display:none;
}
.error .chivato{
    display:block;
}

#thanks{
    font-size:18px;
}

#cod_tel_info, #cod_tel {
    border: 2px solid #ffffff;
    -moz-border-radius:5px;
    border-radius:5px;
    display: block;
    float: left;
    height: 21px;
    width: 53px;
    padding-top: 1px;
    padding-left: 5px;
}