/* CSS Document */
/*********diseño para tablas*/
/* 
	Cusco Sky table styles
	written by Braulio Soncco http://www.buayacorp.com
*/


table, th, td {
	border: 1px solid #fff;
	border-collapse: collapse;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #555;
}

caption {
	font-size: 150%;
	font-weight: bold;
	margin: 5px;
}

td, th {
	padding: 4px;
}

thead th {
	text-align: center;
	background: #fff;
	color: #000;
	font-size: 100% !important;
    font-weight:bold;
	background-image:url(barra-evaluacion.png);
	background-repeat:repeat-x;

}

tbody th {
	font-weight: bold;
}

tbody tr { background: #fff;}
tbody tr:hover { background:#fff; }
.tbodytrtd:hover { background:#fff }

tbody tr.odd { background: #fff; }

/*table a:link {
	color: #718ABE;
	text-decoration: none;
}*/

/*table a:visited {
	color: #718ABE;
	text-decoration: none;
}*/

/*table a:hover {
	color: #718ABE;
	text-decoration: underline !important;
}*/

tfoot th, tfoot td {
	border:none;
	background-color:#FFF;
}
select{
	height:30px;
}

h3{color:#06F;}

.cuadro{
	color:#FFF;
	background-color:#00749C;
	padding:5px 20px 5px 20px;
	font-size:12px;
}
.textResaltado{
	color:#00749C;
}
fieldset{ margin-left:20px;
margin-right:20px;
}

input,text{ background-color:#F0F0F0}

.info, .exito, .alerta, .error {
       font-family:Arial, Helvetica, sans-serif; 
       font-size:24px;
       border: 1px solid;
       margin: 10px 0px;
       padding:15px 10px 15px 50px;
       background-repeat: no-repeat;
       background-position: 10px center;
}
.info {
       color: #00529B;
       background-color: #BDE5F8;
}
.exito {
       color: #4F8A10;
       background-color: #DFF2BF;
}
.alerta {
       color: #9F6000;
       background-color: #FEEFB3;
}
.error {
       color: #D8000C;
       background-color: #FFBABA;
}