﻿:root {
    --bkcolor-body: whitesmoke;
    --fwcolor-body: black;
}

/* Para web de una sola página sin scroll hacia abajo */
htm, body {
    height: 100%;
    background-color: whitesmoke;
}

/* Imagen de fondo de pantalla responsive a pantalla completa */

body {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow-x: hidden;
}

.barra-sup {
    background-color: #123B69;
    color: #f9ae2e;
    cursor: pointer;
    padding: 0 2px;
}

.titulo-modulo {
    background-color: #123B69;
    color: #f9ae2e;
    font-weight: bolder;
}

.foto {
    height: 10vh;
    width: 100%;
    margin-top: 2px;
    cursor: pointer;
}

.status-bar {
	width: 100%;
	height: 41px !important;
	border: 1px solid #999;
	background-color: #e6e6e6;
	font-size: 1.25rem;
	font-weight: bold;
}

.icn-status-bar {
	width: 40px;
	height: 40px;
	padding: 0 !important;
	font-size: 1.25rem;
	font-weight: bolder;
	border: 1px solid #999;
	background-color: #e6e6e6;
	cursor: pointer;
}

.btn-nav-recs {
	width: 28px;
	height: 28px;
	border: 1px solid #999;
	background-color: #e6e6e6;
}

@media only screen and (max-width: 1920px) and (max-height: 1200px) {
    .frm-atte {
        width: 80% !important;
    }
}

@media only screen and (max-width: 1920px) and (max-height: 1080px) {
    .frm-atte {
        width: 80% !important;
    }
}

@media only screen and (max-width: 1680px) and (max-height: 1050px) {
    .frm-atte {
        width: 80% !important;
    }
}

@media only screen and (max-width: 1600px) and (max-height: 1200px) {
    .frm-atte {
        width: 80% !important;
    }
}

@media only screen and (max-width: 1600px) and (max-height: 900px) {
    .frm-atte {
        width: 80% !important;
    }
}

@media only screen and (max-width: 1440px) and (max-height: 900px) {
    .frm-atte {
        width: 80% !important;
    }
}

@media only screen and (max-width: 1400px) and (max-height: 1050px) {
    .frm-atte {
        width: 80% !important;
    }
}

@media only screen and (max-width: 1366px) and (max-height: 768px) {
    .frm-atte {
        width: 60% !important;
    }
}

@media only screen and (max-width: 1360px) and (max-height: 768px) {
    .frm-atte {
        width: 80% !important;
    }
}

@media only screen and (max-width: 1280px) and (max-height: 1024px) {
    .frm-atte {
        width: 80% !important;
    }
}

@media only screen and (max-width: 1280px) and (max-height: 960px) {
    .frm-atte {
        width: 80% !important;
    }
}

@media only screen and (max-width: 1280px) and (max-height: 800px) {
    .frm-atte {
        width: 80% !important;
    }
}

@media only screen and (max-width: 1280px) and (max-height: 768px) {
    .frm-atte {
        width: 80% !important;
    }
}

@media only screen and (max-width: 1280px) and (max-height: 720px) {
    .frm-atte {
        width: 80% !important;
    }
}

@media only screen and (max-width: 1152px) and (max-height: 864px) {
    .frm-atte {
        width: 95% !important;
    }
}

@media only screen and (max-width: 1024px) and (max-height: 768px) {
    .frm-atte {
        width: 95% !important;
    }
}
