@charset "utf-8";
/* CSS Document */

.fondito { 
background-image: url("../../imagenes/sistema/Portada_GrupoDC.png");
background-repeat: no-repeat;
background-color: #1A1919;
width: 100%;
height: 100%;
padding: 0 0 0;
font:14px/1.3 'Segoe UI',Arial, sans-serif;
min-height:500px;
background-position: right top;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
 }

 .footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #1A1919;
    color: white;
    text-align: right;
}
.estilohora
{
	width: 100%;
    font:18px/1.3 'Segoe UI',Arial, sans-serif;
    color: #F9F9F9;
    font-weight: bold;
    padding-right: 70px;
    padding-bottom: 10px;
}
.estilofecha
{
	width: 100%;
	margin: 0;
    font:18px 'Segoe UI',Arial, sans-serif;
    color: #F9F9F9;
    font-weight: bold;
    padding-right: 70px;
    padding-top: 5px;
}
.colorbanner
{
	background-color: #1A1919;
}