@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(177,179,180)),
        color-stop(0.87, rgb(255,255,255))
        );
	background: -moz-linear-gradient( center bottom, rgb(177,179,180) 2%, rgb(255,255,255) 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:#292C31;
	border: 2px solid #747372;
	border-right:3px solid #747372;
	padding:2px 10px;
 	background:-webkit-gradient(
        linear,
        left top,
	right top,
        color-stop(0.00, rgb(74,73,71)),
        color-stop(0.99, rgb(116,115,114))
        );
	background: -moz-linear-gradient(
        left top,
        rgb(74,73,71) 2%,
        rgb(116,115,114) 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;
	text-align:center
}
.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:#4A4947;
	border: 2px solid #747372;
	-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: #F6F5F5;
	margin-left: 5px;
}

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

.contact-us-promo {
	background-color:#6D6867;
	color:#38373c;
	font-size:5px;
	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:#292C31;
	color:#FFF;
	font-size:11px;
	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;
}