body{
    margin: 0 auto;
    /*background: url(../imagenes/bg.jpg) center top;*/
	background: #000000;
	font-family:Calibri, "Geneva CY", "DejaVu Sans Condensed", sans-serif;
	width:860px;
	text-align: center;
}

:invalid { 
  border-color: #e88;
  -webkit-box-shadow: 0 0 15px rgba(255, 0, 0, .8);
  -moz-box-shadow: 0 0 15px rgba(255, 0, 0, .8);
  -o-box-shadow: 0 0 15px rgba(255, 0, 0, .8);
  -ms-box-shadow: 0 0 15px rgba(255, 0, 0, .8);
  box-shadow:0 0 15px rgba(255, 0, 0, .8);
}

:required {
  border-color: #f8a;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 255, .5);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 255, .5);
  -o-box-shadow: 0 0 10px rgba(0, 0, 255, .5);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 255, .5);
  box-shadow: 0 0 10px rgba(0, 0, 255, .5);
}



.main{
    width: 860px;
    margin: 0 auto;
    border-radius: 3px;
    overflow: hidden;
    background: #ffffff;
}
.cabecera{
    /*background: #113322;*/
	background: #336699;
    min-height: 55px;
	height:55px;
    position: relative;
	border: 1px solid #3333ff;
	text-align: center;
}
.cabecera .logo{
    float: none;
	text-align: center;
	
}
.cabecera .logo a{
    text-decoration: none;
    font-size: 40px;
   	text-align: center;
    line-height: 55px;
    color: #ffffff;
}

.cuerpo{
    text-align: center;
	color: #118822;
	/*border: 1px doted #ff0000;
	height: 142px;*/
}
.cuerpo p.t0{
    font-size: 20px;
    color: #118822;
    margin:1px;
	text-align:center;
	padding:0;
}
.cuerpo p.t1{
    font-size: 20px;
    color: #113322;
	margin:0px;
	text-align:center;
	padding:0;
}
.cuerpo p.t2{
    margin: 0;
    font-size: 17px;
	color: #113322;
	text-align: center;
	margin:0px;
	text-align:center;
	padding:0;
}

.especial{
	padding:0;
    width: initial;
    margin: 5px 5px;
    text-align: center;
	border: 1px solid #abab95;
	border-top-left-radius:7px;
	border-top-right-radius:7px;
	border-bottom-right-radius:7px;
	border-bottom-left-radius:7px;
}

.especial-domain{
    display: inline-block;
    font-size: 19px;
    color: #323a45;
    position: relative;
    padding: 1px 0 1px 0px;
    margin: 0;
	text-align: center;
}
.especial-domain p{
    display: inline-block;
    font-size: 19px;
    color: #323a45;
    position: relative;
    padding: 0 0 0 0px;
	top: -4px;
    margin: 0;
	padding: 0;
	text-align: center;
}

.especial-domainl span{
    font-size: 32px;
    color: #38ab75;
    line-height: 14px;
    position: relative;
	padding: 10px 10px 10px 10px;
	margin-top:10px;
    top: 0px;
    left: 0px;
}

.especial-domainr span{
    font-size: 28px;
    color: #38ab75;
    line-height: 14px;
    position: relative;
    top: 4px;
    margin-left: 10px;
}
.offera{
    width: 100%;
    margin: 0px;
    text-align: center;
}

.offera-domain{
border: 1px solid #6688cc;
    display: inline-block;
    font-size: 17px;
    color: #ffffff;
    position: relative;
    padding: 0px 0 0px 0px;
    margin: 5px 5px 5px 5px;
	background: #336699;
	width:360px;
	height: 40px;
	line-height:8px;
	border-top-left-radius:7px;
	border-top-right-radius:7px;
	border-bottom-right-radius:7px;
	border-bottom-left-radius:7px
}

.form-block{
    width: initial;
    margin: 0 60px;
    text-align: center;
}
.form-block-text{
    display: inline-block;
    font-size: 14px;
    color: #323a45;
    position: relative;
    padding: 0 0 0 25px;
    margin: 40px 0;
}
.form-block-text span{
    font-size: 30px;
    color: #38ab75;
    line-height: 14px;
    position: absolute;
    top: 13px;
    left: 0;
}
.form-block-text a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    background: #38ab75;
    text-decoration: none;
    padding: 7.5px 15px;
    margin: 0 3px;
}
.input-block span{
    font-size: 19px;
    color: #adadad;
    position: absolute;
    top: 17px;
    left: 15px;
}
.form{
    display: block;
    width: initial;
	padding:5px;
    /*margin: 0 60px; */
	margin: 10px 5px;
	border-radius: 9px;
    overflow: show;
	
}
.input-block{
    width: 280px;
    min-height: 46px;
    position: relative;
    float: left;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 0 5px 0;
    display: block;
}

.seguridad {
    width: 210px;
    min-height: 60px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    display: block;
}

.codigo{
	width: 280px;
	height: 46px;
	float:left;
	clear: both;
	left:-10px;
	padding-left :5px;
    line-height: 44px;
	font-weight: bold;
    border: 0px solid rgba(255, 0, 0, 0.5);
	background: rgba(255, 0, 0, 0.2);
    font-size: 14px;
    color: #2244ff;
	display: block;
    position: relative;
    border-radius: 5px;
    font-family:Calibri, "Geneva CY", "DejaVu Sans Condensed", sans-serif;
	font-weight: bold;
}

.codigo span{
    font-size: 19px;
    color: #adadad;
    position: absolute;
    top: 17px;
    left: 15px;
}


.input-block-right{
    float: right;
	
}
.input-block-wide {
	padding:0px 0px 0px 0px;
    width: 564px;
	border: 2px solid rgba(100, 100, 212, 0.5);
}
.input-block-wide textarea {
    width: 570px;
    height: 60px;
}

.input-block textarea:focus{
    border: 2px solid rgba(0, 16, 32, 1);
	color:#ffffff;
	font-weight:bold;
	background : #001122;
}

.input-block input{
    height: 44px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 44px;
	font-weight: bold;
    border: 2px solid rgba(100, 100, 212, 0.5);
    padding: 0 40px 0 18px;
    font-size: 14px;
    color: #2244ff;
}
.input-block select{
	width:295px;
    height: 44px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 44px;
    border: 2px solid rgba(100, 100, 212, 0.5);
    padding: 0 40px 0 18px;
    font-size: 14px;
    color: #323a45;
}
.input-block input:focus{
    border: 2px solid rgba(0, 16, 32, 1);
	color:#ffffff;
	font-weight:bold;
	background : #001122;
}

.input-block select:focus{
    border: 2px solid rgba(0, 16, 32, 1);
	color:#ffffff;
	font-weight:bold;
	background : #001122;
}
.input-block img{
    position: absolute;
    top: 0;
    right: 0;
}
.requeridos{
    font-size: 14px;
    text-align: center;
}
.requeridos p{
    margin: 0;
    display: inline-block;
    position: relative;
    padding: 0 0 0 24px;
}
.requeridos p span{
    font-size: 30px;
    color: #38ab75;
    line-height: 14px;
    position: absolute;
    top: -5px;
    left: 10px;
}


.botones{
padding:0px;
margin:0px;
    width: 144px;
    display: block;
    float: left;
	width:576px;
	text-align:center;
    padding: 0px;
    height: 48px;
    border: 1px solid #0000ff;
    color: #565e8;
    font-size: 16px;
    background: #e4e4ff;
    border-radius: 2px;
    cursor: pointer;
    line-height: 46px;
}

.botones input{
    height: 46px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
	border-top: 1px solid rgba(100, 100, 212, 1);
	border-left: 1px solid rgba(100, 100, 212, 1);
	border-right: 3px solid rgba(200, 200, 240, .5);
	border-bottom: 3px solid rgba(200, 200, 240, .5);
    border-radius: 7px;
    line-height: 18px;
    font-size: 14px;
    color: #2244ff;
}

.botones input:hover{
        background: #004411;
		color:#33ff66;
        margin: 3px auto 0 auto;
		/*cursor: pointer;*/
		cursor: url(flechadov.png),url(fechadoz.png),auto;
		/*cursor:url(smiley.gif),url(myBall.cur),auto;*/
		
    }
    .botones:hover{
        background-color: #559966;
		cursor:initial;
    }
.copyright{
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin: 25px 0 25px 0;
}
.copyright a{
    color: #38ab75;
    text-decoration: none;
    border-bottom: 1px solid #38ab75;
}
.copyright a:hover{
    border: 0;
}
span.ui-selectmenu-button{
    width: 278px !important;
    height: 44px !important;
    top: 0 !important;
    left: 0 !important;
    border-radius: 0 !important;
}
.ui-selectmenu-button span.ui-icon{
    width: 76px;
    height: 44px;
    /*background: url(../imagenes/icon-4.png) no-repeat;*/
    right: 0 !important;
    top: 0 !important;
    margin: 0 !important;
}
.ui-selectmenu-button:hover span.ui-icon{
}
.reset{
    clear: both;
}
.resetea{
    clear: both;
	border:0px solid #000000;
	height:1px;
}
span.ui-selectmenu-button{
    background: none;
}
#speed-menu .ui-menu-item:first-child{
    border-top: 0;
}
#speed-menu .ui-menu-item{
    height: 44px;
    line-height: 44px;
    color: #323a45;
    font-size: 14px;
    border-top: 1px solid #d4d4d4;
    padding: 0 20px;
}
.ui-selectmenu-button span.ui-selectmenu-text{
    display: block;
    height: 44px;
    line-height: 44px;
    padding: 0;
    top: 0;
    left: 20px;
    font-size: 14px;
}
.fields{
    min-height: 46px;
    overflow: hidden;
}
.minimo{
    line-height: 15px;
    font-size: 10px;
	font-weight:bold;
    color: #ff0000;

}
.input-block-error input, .input-block-error input:focus{
    border: 2px solid #fb5e5e;
    width: 216px;
    height: 42px;
    line-height: 42px;
}
input:focus{
    outline: 0;
}


@media screen and (max-width: 720px) {
    .main{
        width: inherit;
        margin: 0 10px;
    }
    .cabecera-right-block{
        margin: 0 20px 0 0;
    }
    .cabecera .logo{
        margin-left: 20px;
    }
    .cabecera .logo a{
        font-size: 20px;
        /*font-size: 22px;*/
    }
    .cabecera-right-block span{
        font-size: 16px;
    }
    .cabecera-right-block a{
        width: 25px;
        height: 25px;
        background: url(../imagenes/mob-right-block-a.png) no-repeat;
        margin: 38px 20px 0 0;
    }
    .input-block, .input-block-right{
        float: none;
        margin: 0 auto 20px auto!important;
    }
    .input-block .input-block-right{
        margin: 0 auto 20px auto !important;
    }
    .captcha-block-img, .captcha-block-field, .botones, .qf2-captcha-image{
        width: 280px;
        float: none;
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    .captcha-block-field input, .captcha-block input{
        width: 258px;
    }
    .captcha-block-img, .qf2-captcha-image{
        text-align: center;
        height: 46px;
        border:none;
        background:none;
        margin: 0 auto 20px auto;
    }
    .captcha-block-img img{
        border: 0;
    }
    .botones{
        background: #e4e4e4;
        margin: 20px auto 0 auto;
    }
    .botones:hover, .botones:hover input{
        background-color: #ffffff;
    }
	.captcha-block-field, .captcha-block input {
    	float: none;
    	margin: 0 auto;
	}	
    .copyright a{
        width: 133px;
        display: block;
        height: 44px;
        line-height: 44px;
        border: 2px solid #fff;
        border-radius: 2px;
        color: #fff;
        padding: 0 40px 0 60px;
        background: url(../imagenes/book.png) no-repeat;
        background-position: 25px 12px;
        margin: 25px auto 0 auto;
    }
    .copyright a:hover{
        border: 2px solid #fff;
    }
    .copyright a span{
        text-transform: capitalize;
    }
    .facebook-block{
        width: 100%;
    }
    .form{
        margin: 0;
    }
    .captcha-block{
        width: 100%;
    }
}
@media screen and (max-width: 480px){
    .cabecera{
        overflow: hidden;
    }
    .logo{
        width: 100%;
        float: none;
        display: block;
    }
    .cabecera-right-block{
        width: 100%;
        float: none;
        display: block;
        text-align: center;
        overflow: hidden;
        margin: -75px 0 0 0;
    }
    .cabecera-right-block a, .cabecera-right-block span{
        display: inline-block;
        float: none;
        margin: 0;
    }
    .cabecera-right-block a{
        margin-right: 10px;
    }
}
.overflow { height: 200px; }
.ui-selectmenu-open { height: 250px !important; overflow-y: scroll; width: 278px;     }
.input-block-wide textarea{
	font-family: Verdana,Tahoma,"Geneva CY","DejaVu Sans Condensed",sans-serif;
	padding: 10px 0 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	resize: none;
	border: 2px solid rgba(212, 212, 212, 0.5);
	height: 100px;
}
.input-block-wide textarea:focus{
	border: 2px solid rgba(212, 212, 212, 1);
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-color: rgba(212, 212, 212, 0.5);
}
.ui-selectmenu-button .ui-widget .ui-state-default .ui-corner-all{
	border: 2px;
	border-color: rgba(212, 212, 212, 0.5);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}