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


table.table1{
	font-family: "Trebuchet MS", sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 0.9em;
	font-style: normal;
	border-collapse:separate;
	text-align: center;
	margin: 3px;
}
.table1 thead th{
	padding:5px;
	color:#6B6C6F;
	text-shadow:1px 1px 1px #E1E1E0;
	border:1px solid #6B6C6F;
	border-bottom:3px solid #6B6C6F;
	background-color:#9E3D22;
	background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.02, rgb(247,249,228)),
        color-stop(0.51, rgb(247,249,228)),
        color-stop(0.87, rgb(211,211,195))
        );
	background: -moz-linear-gradient( center bottom, rgb(247,249,228) 2%, rgb(247,249,228) 51%, rgb(211,211,195) 87% );
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius:5px 5px 0px 0px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
.table1 thead th:empty{
    background:transparent;
    border:none;
}
.table1 tbody th{
	color:#fff;
	text-shadow:1px 1px 1px #231F20;
	background-color:#48728A;
	border:1px solid #48728A;
	border-right:3px solid #48728A;
	padding:0px 10px;
	background:-webkit-gradient(
        linear,
        left top,
	right top,
        color-stop(0.02, rgb(81,134,162)),
        color-stop(0.30, rgb(81,134,162)),
        color-stop(0.87, rgb(72,114,138))
        );
	background: -moz-linear-gradient(
        left top,
        rgb(81,134,162) 2%,
        rgb(81,134,162) 30%,
        rgb(72,114,138) 87%
        );
	-moz-border-radius:5px 0px 0px 5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	font-size: 45px;
	line-height:37px;
}
.table1 tfoot td{
    color: #9CD009;
    font-size:32px;
    text-align:center;
    padding:10px 0px;
    text-shadow:1px 1px 1px #444;
}
.table1 tfoot th{
    color:#666;
}
.table1 tbody td{
	padding:3px;
	text-align:center;
	background-color:#5186A2;
	border: 2px solid #5186A2;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	color:#FFF;
	text-shadow:1px 1px 1px #666;
	font-size: 13px;
}

.notes {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	margin-left: 5px;
}

.date{
	float:right;
	background: #426D82;
	padding:5px;
	color: #FFF;
	font-size:13px;
	margin-right: 5px;
}
.date.nuevo{
	border-radius: 3px;  
	-moz-border-radius: 3px;  
	-webkit-border-radius: 3px; 
}

.contact-us-promo {
	background-color:#BFCFD7;
	color:#38373c;
	font-size:14px;
	padding:0px;
}

.contact-us-promo a:hover {
	text-decoration: underline;
	color:#38373c;
}

.contact-us-promo a:link {
	text-decoration: underline;
	color:#38373c;
}

.contact-us-promo a:visited {
	text-decoration: underline;
	color:#38373c;
}

.footer-web {
	background-color:#426D82;
	color:#FFF;
	font-size:13px;
	padding:15px;
}

.footer-web a:hover {
	text-decoration: underline;
	color:#FFF;
}

.footer-web a:link {
	text-decoration: underline;
	color:#FFF;
}
.footer-web a:visited {
	text-decoration: underline;
	color:#FFF;
}