
#divEncabezadoCont{
	background-size: 85% 100%;
}
#divMenu{
	display:inline-block;
	vertical-align:top;
}

#divContenidoF{
	background-size: 85% 100%;
}

.cssFondo {
    background-color: #000;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.alert_warning {
    display: block;
    width: 98%;
    margin: 5px;
    margin-top: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #F5F3BA url(../images/icn_alert_warning.png) no-repeat;
    background-position: 10px 10px;
    border: 1px solid #C7A20D;
    color: #796616;
    padding: 10px 0;
    text-indent: 40px;
    font-size: 14px;
}

.colorAzul {
    color: #284775 !important;
}
.ButtonSmall {
	color: white;
	width: 150px;
	height: 25px;
	background-color: #02519d;
	border: none;
	text-decoration: none;
	font-size: 1em;
	border-radius: 25px;
}
.ButtonSmall:hover{
    background: #F4D205;
    color: #000;
    text-decoration: none;
}

.cssPanelBlanco {
    background-color: white;
    padding: 5px;
    padding-bottom: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    width: auto;
}