/* CSS Document */

*{-moz-box-sizing: border-box;box-sizing: border-box}
p{margin-top:0px;margin-bottom:1em}
form{margin:0px}
input{padding:1px}

.cuerpo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: justify;

}

body {
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
}

body.noScroll {
	overflow: hidden;
}

a{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#660000;
	font-size: 8pt;
}

a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}

.a_urgente{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#660000;
	font-size: 16pt;
}

.a_urgente:link {
	text-decoration: underline;
}
.a_urgente:visited {
	text-decoration: underline;
}
.a_urgente:hover {
	text-decoration: underline;
}
.a_urgente:active {
	text-decoration: underline;
}

.urgente {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	/*color: #FF0000;*/
}

.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight: bold;
	color: #660000;
}

.titulo_state {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight: bold;
	color: #660000;
}
.subtitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight: bold;
	color: #555555;
}

.pie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}

.pie_state {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.texto_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.texto_bold1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

.texto_tec {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

.blanco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777777;
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight: bold;
	color: #FFFFFF;
}

.coment {
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
	color: #FFFFFF;
}

.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	color: #660000;
}


.ayuda {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

.logo {
	position: -webkit-sticky;
	position: sticky;
	top: 20px;
	bottom: 20px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    /*padding-top: 50px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */

	&.visible {
		display: block;
	  }
}

/* Modal Content */
.player_content {
    background-color: none;
	margin: auto;
	text-align: center;
}

.player_header {
	padding: 10px 10px 10px 10px;
	text-align: right;
	background-color: #000000;
	float: none;
	margin: 0;
	font-size: 50px;
	color: #FFFFFF;
	font-weight: 300;
	text-shadow: none;
	opacity: 2;
}

.player_body {
    /*padding: 0 25px 25px 25px;*/
}

.modal_aviso {
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    /*padding-top: 50px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

.aviso_body {
	text-align: justify;
	position: relative;
	margin:7% auto;
	padding:30px 50px;
	background-color: #fafafa;
	color:#333;
	border-radius: 3px;
	width:50%;
	/*padding: 0 25px 25px 25px;*/
}

/* The Close Button */
.close {
    color: #FFFFFF;
    float: right;
	padding: 10px 0;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
}

.close2 {
	float: none;
	margin: 0;
	border: none;
	font-size: 50px;
	color: #FFFFFF;
	font-weight: 300;
	text-shadow: none;
	background-color: Transparent;
	opacity: 1;
	cursor: pointer;
}

.close2:hover {
	color: #7E2D2C;
}