@CHARSET "ISO-8859-1";
/* RESETS */
html {font-size:1.25em;}
html * {margin:0em; padding:0em;}
body {
	font:50% arial, verdana, sans-serif, helvetica,sans-serif; 
	/*overflow:visible; */
	background-repeat: no-repeat;
    background-position: center 0;
    /*font-family: Arial, Sans-Serif, Trebuchet MS, Tahoma, Verdana, sans-serif;*/
}
img {border:none;}
ul {list-style-type:none;}
/*table { border-collapse: collapse; }*/

/* IE6 */
.ie6 { display:none; }


p{
	padding: .5em; font-size: 1.2em;
}
a {
	color:#A24008;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#000;
}

/* ERRORS */
div.error {
    background:#FFDFDF;
    border:1px solid #f00; 
    color:#f00;
    padding:1em;
    margin:0.8em 0em;
    text-align: center;
    margin-right: 20px;
	margin-top: 20px;
}

/* OK */
div.ok {
    background:#e7fcc2;
    border:1px solid #b2e96b; 
    color:#000;
    padding:1em;
    margin:0.8em 0em;
    text-align: center;
    margin-right: 20px;
	margin-top: 20px;
}

#pageWrapper { 
	width: 99em; margin: 1em auto; background:#FFF url(../img/bg-bottom.png) no-repeat right bottom;
	
}

.right { float:right; }
.left { float: left; }

#main { 
	float:right; width:80em; max-width:80em; min-height:39em; margin: 0; padding-top: 0; vertical-align: middle;
}
#footer { 
	clear: both; height: 2.5em; text-align:center; background: #E5531A; color: #FFF
}

#sidebar h2 {width: 140px; height: 1em; padding: 5px 10px 6px 6px; text-align: center;}

.shadowText {text-shadow: 0 -1px 1px rgba(0,0,0,0.25);}

.fondo { background:#FFF url(../img/palomagrande.gif) no-repeat center top;}
.SubTitulo { font-size: medium; font-weight: bold;}
.tablaAlumno {border-collapse:collapse;}
.tablaAlumno th {border: 1px solid #000; color: #FFF; background-color: #000;}
.tablaAlumno td {border: 1px solid #000; padding-left:5px;}
.tablaAlumno tr {border: 1px solid black;}
.tablaAlumno tr:nth-child(even) {background: #CCC }
.tablaAlumno tr:nth-child(odd) {background: #FFF}

.valTabla th {border: 1px solid #000; color: #FFF; background-color: #003399; padding:5px;}
.valTabla td {border: 1px solid black; width:100px;text-align:right; padding:3px;}
.alertnote {font-size: .8em; font-style:italic; color:red;}