@charset "utf-8";
/* CSS Document */
/* Created by: William Hernández - CognosOnLine*/


@font-face {
    font-family: OpenSans;
	src: url("OpenSans-Regular.eot");
   src: url("OpenSans-Regular.eot?#amocristalab") format("embedded-opentype"),
        url("OpenSans-Regular.woff") format("woff"),
        url("OpenSans-Regular.ttf") format("truetype"),
        url("OpenSans-Regular.svg#IDdelafuente") format("svg");
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}
body {
	margin:0;
	padding:0;
	font-family:OpenSans;
	overflow: hidden;
}
.logoresponsive {
	display:none;
}
.imagenresponsive {
	display:none;
	}
#logo_footer{
	/* position:absolute; */
	/* top:50px; */
	/* left:50px; */
	float: left;
	}

#logo_super{
	position:absolute;
	left:5px;
    top: 48%;
	}

#contenido {
    width: 1000px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: right top;
    overflow: hidden;
    margin-top: 90px;
}
.redline {
    margin: 30px 0;
    color: #ed111b;
    width: 25px;
    border: 1px solid red;
}
h1 {
    color: #fff;
    font-weight: 200;
    font-size: 40px;
}

h2 {
    color: #b90812 !important;
}


#imagen {
    float: left;
    width: 600px;
    text-align: center;
    overflow: hidden;
    height: 460px;
}
#imagen img {
    position: relative;
    top: 274px;
    margin: 0;
}
#contenedor {
    float: left;
    width: 400px;
    text-align: left;
    margin-right: 0;
}
	
#contenedor #logo_header{
	padding-bottom:60px;
	}
		
#contenedor #form {
    width: 100%;
    margin: 0 auto;
}

#contenedor #form input {
    padding: 10px;
    font-size: 1rem;
    text-align: left;
    font-family: OpenSans;
    border: none;
    margin-bottom: 15px;
    border-radius: 20px;
    font-weight: bold;
    width: 80%;
    background: transparent;
}
	
.opciones {
    line-height: 2rem;
    font-weight: bold;
}
#form #logo_header{
	padding-bottom:20px;
	}
select {
    width: 109%;
    padding: 12px;
    font-size: 1rem;
    margin-bottom: 10px;
    background: #ddf8fa;
    color: #A5A5A5;
    font-family:OpenSans;
    /*text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);*/
    border: 1px solid #c2cae4;
}
input[type="submit"] {
    background-color: #ed111d !important;
    width: 92% !important;
    color: white;
    cursor: pointer;
    text-align: center !important;
    border-radius: 5px !important;
    line-height: 33px;
    margin-top: 30px;
}
input[type="submit"]:hover {
    background-color: #b90812 !important;
}

#ayuda {
    font-size: 11px;
    text-align: center;
    /*width: 109%;*/
    color: #ffffff;
    font-weight: bold;
    /*text-shadow: 1px 1px 3px rgb(0, 0, 0);*/
}
a {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    color: #8230df;
    /* font-family: frutiger-lt-bold; */
    font-size: 1rem;
    outline: 0;
    padding: 0;
    text-decoration: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
a:hover{
	text-decoration:none;
	color:#b90812;
}

.login_box {
    border-bottom: 2px solid #a2a2a2;
    height: 43px;
    width: 90%;
    margin: 0 0 30px;
    float: left;
    background: #ffffff;
    border-radius: 0;
}

.login_label {
	float: left;
	width: 25%;
	padding: 10px;
	font-size: 12px;
	background-color: #d10a11;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	border-radius: 10px 0 0 10px;
}
.white-popup-block {
    background: #FFF;
    padding: 20px 30px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
	border-radius: 30px;
	font-size: 13px;
    /*text-align: justify;*/
}
.popup-modal-dismiss {
    background-color: #ed111d;
    padding: 10px 30px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
}
.popup-modal-dismiss:hover {
    background-color:#b90812;
	color: #fff;
}

@media only screen and (max-width: 1000px) {
	
 
}

@media only screen and (max-width: 800px) {
	
}
	
/* AYUDA - CONTACTENOS Y OLVIDO SU CONTRASEÑA */
/*-------------------------------------------------------- */
div.hide {
display:none;
}
#help-content {
font:normal 12px Helvetica, sans-serif;
}
#help-content h2 {
font-size:15px;
margin-bottom:15px;
}
#help-content h3 {
font-size:15px;
margin-bottom:10px;
}
#help-content p, #help-content li {
line-height:18px;
}