/* 
	Cusco Sky table styles
	written by Braulio Soncco http://www.buayacorp.com
*/

table, th, td {
	width:640px;
	border: 1px solid #dfe5ca;
	border-collapse: collapse;
	font-family: Arial, Verdana, sans-serif;
	color: #555;
}

caption {
	 background-color:#5d811d;
     color:white;
     border-style:solid;
	 border: 1px solid #dfe5ca;
	 font-size: 150%;
	 padding-top: 5px;
	 height: 35px;
	
}

#cabecera1{
 align:center;
 background: url(imag/fondomenu.jpg) repeat-x bottom;
 font-size:120%;
 font-weight:bold;
 color:#FFFFFF;
 padding:8px;
 }
 
 #cabecera2{
 align:center;
 background: #7c9f3c;
 font-size:120%;
 font-weight:bold;
 color:#FFFFFF;
 padding:8px;
 }


td, th {
	padding: 4px;
}

td {
	text-align:center;
}

.ancho {
	padding-left:40px;
	padding-right:40px; }

thead th {
	text-align: center;
	background: #7c9f3c;
	color: #e6eed0;
	font-size: 100% !important;
}

tbody th {
	font-weight: bold;
}

tbody tr { background: #f3f8e3; }


table a:link {
	color: #8fbe00;
	text-decoration: underline;
}

table a:visited {
	color: #264238;
	text-decoration: none;
}

table a:hover {
	color: #264238;

}

tfoot th, tfoot td {
	font-size: 85%;
}