@charset "utf-8";
/* CSS Document */

body{
	background-color:#3b3b3b;
	background-image:url(../images/bg-1.jpg);
	background-repeat:repeat-x;
	background-position:top right;
}
.contenedor{
	width:960px;
	height:480px;
	margin:0 auto;
	background-image:url(../images/BG-2.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
	margin-top:60px;
}
.formulario{
	width:260px;
	height:260px;
	float:right;
	margin-right:40px;
	margin-top:130px;
	color:#fff;
	padding:20px 30px 30px 30px;
}
.tip{
        margin-left: 30px !important;
}
.form_validation_field_error_error_message{
        font-weight: normal !important;
}
.container-general{
        background-color:#FFF;
        position:absolute;
        width:auto;
        height:auto;
        top:30px;
        bottom:30px;
        left:50px;
        right:50px;
}
.container-general-2{
        background-color:#FFF;
        position:absolute;
        width:auto;
        height:auto;
        top:50px;
        bottom:50px;
        left:100px;
        right:100px;
/*        border-style: solid;
        border-width: 1px;
        border-color: #003399;*/
}
.contenedor-header{
        float: left;
        width: 100%;
        height: 20%;
        background-color: #FFF;

}
.contenedor-body{
        float: left;
        width: 100%;
        height: 80%;
        background-color:#FFF;

}
.contenedor-body h2{
    color: rgb(255,125,1) !important;
}
.contenedor-header .caja{
        background-color: #FFF;
        width: 33.33%;
        height: 100%;
        float: left;
}
.contenedor-header .caja img{
        margin: 9px 0px 0px 54px;
}
.encabezado{
        color:#004c6f;
        font-size:18px;
        background-color:#f5f5f5;
        width:80%;
        height:auto; 
        border-color:#999999;
        border-width:1px;
        border-style:solid;
        text-align: center;
        margin-left: 10%;
       
}
.encabezado p{
     margin-top: 5px;
}

.item{
        width: 50%;
        float: right;
        text-align: center;
        height: 30px;
}
.color-orange{
        background-color: rgb(255, 155, 1);
        margin-left: -50%;
        border-style: solid;
        border-width: 1px;
        border-color: rgb(255, 97, 1);
}

.name{
        margin-top: 34px;
        font-weight: bold;
}
.link-item{
        color: #FFF;
        text-decoration: none;
        
}
.link-item:hover{
        color: #FFF !important;
        text-decoration: none;
}
.continuar{
        width: 100%;
        height: auto;
        float: left;
        text-align: center;
}
.rol{
        font-style: italic;
        border-top: solid 1px #ccc;
        text-align: center;
        font-weight: normal;
}
.form_validation_field_error_error_message{
        color: #F00 !important;
}
.linea{
    background:url(../images/sepa.jpg) repeat-y center right;
}
.cajon-result{
    width: 50%; 
    height: auto;
    float: left;
    padding: 5px;
}