body{
	margin:auto 0;
}

#regiration_form fieldset:not(:first-of-type) {
    display: none;
} 

.ima_fon{
	width:100%; 
}

.titulo_cabeza{
	color:#8F141B; 
	font-size:24px; 
	margin-top:10px; 
	margin-bottom: 4px;
	text-align:center; 
	font-weight:bold;
}

.letra_cabeza{
	color:#666; 
	font-size:20px; 
	text-align:center;
}

.cuerpo_login{
	padding-left:40px; 
	padding-right:40px;
	padding-bottom: 5px;
}

.captcha{
	width:100%; 
	height:35px; 
	margin-bottom:10px;
}

.div1_captcha{
	width:180px; 
	height:35px; 
	float:left; 
	padding-left:5px; 
	color:#000;
}

.cajones{
	width:35px; 
	height:35px; 
	border:solid 2px #999; 
	border-left:0px; 
	float:left; 
	text-align:center; 
	font-weight:bold; 
	font-size:25px;
}

.div2_captcha{
	width:100px; 
	height:35px; 
	float:left;
}

.raya{
	width: 100%;
	height: 1px;
	background-color: #839198;
	margin-top: 20px;
	border-radius: 5px;
	margin-bottom: 10px;
}

.button{
	height:35px; 
	margin-left:10px;
}

.version{
	color:#666; 
	font-size:11px; 
	text-align:center; 
	margin-bottom:-20px;
}

.manual{
	color:#8F141B; 
	cursor:pointer; 
	font-size:24px; 
	text-align:center; 
	font-weight:bold; 
	margin-top:5px;
	margin-bottom: 5px;
}

#content_modal{
	margin-top:240px;
}

#header_modal{
	background-color:#990000; 
	color:#fff;
}

#lista{
	color:#fff; 
	background-color:#990000; 
	cursor:pointer; 
	padding:0px; 
	padding-left:7px;
}

.listado_perfiles_1{
	border:#ccc solid 1px; 
	border-radius:2px; 
	width:100%; 
	padding:10px; 
	line-height:1.4; 
	margin-bottom:5px; 
	background-color:#DFD4A6; 
	font-size:12px;
	cursor: pointer;
}

.listado_perfiles_1:hover{
	background-color:#C7B363; 
}

.listado_perfiles_0{
	border:#ccc solid 1px; 
	border-radius:2px; 
	width:100%; 
	padding:10px; 
	line-height:1.4; 
	margin-bottom:5px; 
	background-color: #8F141B; 
	font-size:12px;
	color: #fff;
}

.per{
	margin-top: 10px;
	color: #8F141B;
	font-weight: bold;
	line-height:1.2; 
	font-size:14px;
	text-align: justify;
	margin-bottom: -10px:;
}

.negri{
	font-weight: bold;
	text-decoration: underline;
}


			#modal {
                 background: rgba(0, 0, 0, 0.9);
                color: #fff;
                position: fixed;
                top: 0;
                left: 0;
                height: 100vh;
                 width: 100vw;
                transition: all .5s;
            }
            #modal p {
                width: 60%;
                height: 40%;
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                margin: auto;
                font-size: 1.5em;
                text-align: center;
            }