﻿@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600&subset=latin,latin-ext,cyrillic,cyrillic-ext,greek,greek-ext,vietnamese);
html {
    font: normal 13px/1.4 "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-y: scroll;
    color: #000;
}
body {

}
h3{
	margin-top: 30px;
	display: inline;
	font-size: 1.5em;
}
h4{
	margin-top: 30px;
	font-size: 1.5em;
}
#contenedor{ 
	margin: 15px 15px 15px 15px;
	font-size: 1em;
	min-height: 500px;
	background-image: url("/img/fondo_bcf_3.png");
	background-repeat: repeat-y;
	background-position: center;
}
img {
    box-sizing: border-box;
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}
table{
	font-size: 0.9em;
}
#cabecera {
	text-align: center;
}
#pie{
	padding-left: 15px;
	width: 100%;
	background-color: #050505;
	font-size: 0.8em;
	color: #f5f5f5;
    clear: both;
    position: relative;
    height: 100px;
}
.centro {
	text-align: center;
}
.centro img{
	max-width: 100%;
}
.justificado p{
	text-align: justify;
}
.letragrande{
	font-size: 1.8em;
	margin-bottom: 0px;
}
.negrita{
	font-weight: bold;
}
.error{
	color: #aa0000;
	font-weight: bold;
}
.apuesta{
	border: 1px solid #eeeeee;
	font-size: 1em;
}
.apuesta div{
	padding-right: 1px !important;
	padding-left: 1px !important;
}
.apostador{
	color: #ffffff;
	background-color: #000000;
	text-align: center;
}
.negrita{
	font-weight: bold;
}
.submenuelua{
	font-size: 1em;
	border-bottom: 1px solid #000000;
	padding-top:10px;
	margin-bottom: 30px;
}

.submenuelua ul{
	list-style: none;
}
.submenuelua li{
	float: left;
}
.submenuelua a{
	font-family: oswald;
	padding-left: 10px;
	text-decoration: none;
	color: #000000;
	letter-spacing: 0.4px;
}

.rojo{
	color:#ab0e15;
	font-weight: bold;
	font-size: 1.2em;
}
.frmlogon div{
	display: inline-block;
}