﻿.tabla td{
	font-family:Calibri;
	height:35px;
}

table{border-collapse:collapse;
	font: normal 12px/150% Arial, Helvetica, sans-serif; 
	overflow:hidden; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px; 
	font-family: Calibri;

}

.es_tabla_color {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FC8A19), color-stop(1, #B56B22) );
	background:-moz-linear-gradient( center top, #FC8A19 5%, #B56B22 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FC8A19', endColorstr='#B56B22');
	background-color:#FC8A19; 
	color:#FFFFFF; 
	font-size: 15px; 
	font-weight: bold; 
	border-left: 1px solid #BF691E; 
	cellpadding:2px;
}

.es_tabla_color td {
border-spacing:5px 3px
}
.es_titulo_tabla {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FC8A19), color-stop(1, #B56B22) );
	background:-moz-linear-gradient( center top, #FC8A19 5%, #B56B22 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FC8A19', endColorstr='#B56B22');
	background-color:#FC8A19; 
	color:#FFFFFF; 
	font-size: 15px; 
	font-weight: bold; 
	border-left: 1px solid #BF691E; 
}


.es_titulo {
    text-decoration: none;
	font-family: Calibri;
	font-size: x-large;
	color: #484848;
	margin-bottom: 2px;
	text-align:left;
	vertical-align:top;
	vertical-align:text-top;
}

.es_tabla {
    text-decoration: none;
	border-style: solid;
	border-width: 1px;
	font-family: Calibri;
	font-size: medium;

}

.es_celda_tabla {
    text-decoration: none;
	font-family: Calibri;
	font-weight: normal;
	text-align: center;
}

.es_celda_tabla_izq {
    text-decoration: none;
	font-family: Calibri;
	font-weight: normal;
	text-align: left;
}

.es_celda_tabla_der {
    text-decoration: none;
	font-family: Calibri;
	font-weight: normal;
	text-align: right;
}

.menu_personalizado {
    text-decoration: none;
    padding: 5px;
    font-weight: 600;
    font-size: 16px;
    font-family: Calibri;
    color: #1883ba;
    background-color: #ffffff;
    border-radius: 6px;
}
.menu_personalizado:hover {
    color: #ffffff;
    background-color: #1883ba;
}
.xmenu_personalizado:visited {
    color: #1883ba;
    background-color: #ffffff;
}
.xmenu_personalizado:active {
    color: #1883ba;
    background-color: #ffffff;
}
.es_titulo_tabla_menu {
    text-decoration: none;
	white-space: nowrap;
	color: #FFFFFF;
    font-size: 20px;
	font-family: Calibri;
	border-width: 1px;
	background-color: #336699;
}


