/* CSS Para las tablas de tutorias */

/* --- General --- */

.principal {
	background-image: url(../images/);
	background-position:top;
	background-repeat:no-repeat;
	padding-top:80px;
	font-size:small;
	min-height:600px;
	_height:600px;
	}

table { width:90%;}
th { border-bottom:2px solid #666666; background-color:#f2f2f2;   }
td { padding:2px; border:1px dotted #CCCCCC; width:80px;}
tr { margin:2px 0;}
caption { color:#999999;}
.física { font-variant:small-caps; color:#0033CC; border:1px solid #006699;}

a:visted, a:link, a:hover { color:#003399;}
