@font-face{
font-family: 'roboto'; 
src: url('Roboto-Regular.ttf') format('truetype');
src: local(?), 
    src: url('Roboto-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: normal;
    src: local('Bebas Neue Regular'), url('BebasNeue.woff') format('woff');
}

@font-face{
font-family: 'KACHIKA'; 
src: url('PoetsenOne-Regular.ttf') format('truetype');
src: local(?), 
    src: url('PoetsenOne-Regular.ttf') format('truetype');
}

* {
    margin: 0;
    padding: 0;
    align-items: center; 
}

html, body {
    background-color: #f6f6f6;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;    
}

/* Grid */
#contenedor {
    display: grid;
    width: 99.99vw;
    height: 99.99vh;

    grid-template-columns: [x0] .45fr [x1] 1fr [x2] 1fr [x3] 1fr;
    grid-template-rows: [y0] .13fr [y1] 1fr [y2] 1fr [y3] 1fr;    
}

#frm_inferior {
    grid-column: x0 / x4;
    grid-row: y0 / y1;    
}

aside {
    grid-column: x0 / x1;
    grid-row: y1 / y4;
}

article {
    grid-column: x1 /x4;
    grid-row: y1 / y4;
    background-color: #ffffff;    
    height:100%;
    width:100%;
}

article #principal {
    border: none;
    height: 100%;
    overflow: scroll;
}
section{
    height: 100%;
    width:100%;
    border: solid 1px #3b5f8f;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


#paginaweb{
	width: 100%;
	height:100%;
	text-align:center;
	margin:0px;
	
}

.textoSponsors  {
	font:10px roboto, Helvetica, Helvetica, Arial, Verdana;
	text-align:left;
	color:#000000;
	margin:0px;
	font-weight:bold;
}
.textoNegritas  {
	font:11px roboto, Helvetica, Helvetica, Arial, Verdana;
	text-align:left;
	color:#000000;
	margin:0px;
	font-weight:bold;
}

.textoSociales  {
	font-family: 'roboto'; 
	font-size:20px;
	text-align:left;
	color:#000000;
	margin:0px;
	font-weight:bold;
}

.lateral {
    font-family: 'roboto'; 
    width: 100%;
    height: 100%;
    color: #666666; 
    background-color: #eaeaea;
}

/* Barra Principal */
nav.barra_superior {
    font-family: 'Bebas Neue';
    font-size: 1.1em;
    display: grid;
    height: 30px;
    color: #666666; 
    border-bottom: 1px solid #3b5f8f;
    background-color: #c4d4e9; 
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;    
}
nav.barra_superior p.bcv {
    padding-left: 5px;
    text-align: left;
}
nav.barra_superior p.fecha {
    padding-right: 5px;
    align-self: center;
    text-align: right;
}
nav.barra_superior p.usuario img {
    width: 20px;
    float: left;
    margin-right: 5px;
}

.lateral nav p {
    font-family: 'KACHIKA';
    font-size: 1.6em;
    margin: 0;
    padding: 4px 2.5px 4px 2.5px;
    color: #000;
    text-align: center;
}

.tituloLoteria{
    font-family: 'KACHIKA';
    font-size: 1.6em;
    margin: 0;
    padding: 4px 2.5px 4px 2.5px;
    color: #000;
    text-align: center;  
}

nav.barra_principal {
    font-family: 'Bebas Neue';
    font-size: 1.1em;
    display: grid;
    height: 90px;
    color: #666666; 
    background-color: #eaeaea;
    grid-template-columns: .3fr .3fr 1fr;
    align-items: center;    
}

nav.barra_principal p.titulo {
    padding-left: 5px;
    font-size: 1.98em;
    color: #000;
    font-family: 'KACHIKA';
}

nav.barra_principal p.imagen {
    padding-right: 5px;
    align-self: right;
    text-align: right;
}

nav.barra_principal div.menu {
    padding-right: 5px;
    align-self: center;
    text-align: left;
}

.dropdownmenu {
	margin:0;
	padding:0;
	width:360px;
	float:left;
	font-family: 'Bebas Neue';
	font-size: 18px;
}
.dropdownmenu ul, .dropdownmenu li {
	margin: 0;
	padding: 0px;
}
.dropdownmenu ul {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}
.dropdownmenu li {
	float: left;
	position: relative;
	width:130px;
}
.dropdownmenu a {
	color: #000000;
	display: block;
	padding: 7px 4px;
	text-align: left;
	text-decoration: none;
}
.dropdownmenu li a:hover {
	background: #3b5f8f;
	color: #ffffff;
}
#submenu {
	left: 0;
	opacity: 0;
	position: absolute;
	visibility: hidden;
	z-index: 1;
	width:180px;
}
li:hover ul#submenu {
	opacity: 1;
	top: 36px;	/* adjust this as per top nav padding top & bottom comes */
	visibility: visible;
}
#submenu li {
	color: #000000;
	float: none;
	width: 100%;
}
#submenu a:hover {
	background: #3b5f8f;
}
#submenu a {
	background-color:#ededf2;
	padding: 2px 2px;
}

