/* CSS Document */
#tesis { width:700px;}

#tesis te.table {
	color: #7F7F7F;
	font: 12px "Trebuchet MS",Verdana,sans-serif;
	border-collapse: collapse; 
}

#tesis caption {

	text-align: center;
	padding: 0.9em 0em 0em 1em;
	color: #fff;
	background: #D1180A;
	height: 3em;

}

#tesis thead {
	background-color: #FFC157;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase
}


#tesis thead th {
	background-color: #FF8A12;
	color: #FFF;
	text-align: center; 
}

#tesis tbody {
	text-transform: uppercase; text-align:center;
}

#tesis tbody tr.odd {
	background-color: #F7F7F7;
	color: #666
}

#tesis tbody th { /*border-left: 1px dashed #333; border-bottom: 1px dashed #333;*/ padding: 2px; display:table-cell; vertical-align:top;
}

#tesis tbody td { border-left: 1px dashed #333; /*border-bottom: 1px dashed #333;*/ padding: 2px; display:table-cell; vertical-align:top;
}


#tesis tbody a {
	padding: 1px 2px;
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #E63C1E
}

#tesis tbody a:active,tbody a:hover,tbody a:focus,tbody a:visited {
	color: #666
}

#tesis tbody tr:hover {
	background-color: #EEE;
	color: #333
}