@media screen,print {
   
A:link { 
color: #E60000;
 font-weight: bold;
}
a:visited{ color: #8C2424;  font-weight: normal; 
}
A:active {
	color: #E60000;
	font-weight: normal;
}
BODY {
	margin: 0; padding: 0; background: #D5D5D5 url(../imagenes/fondos/fondoCytalia2.jpg) repeat fixed;

}
input,select {
	font-size: 11px;
}

IMG { border: none; }
IMG.conBorde{
border: 3px solid #CD000D; vertical-align: middle; margin: 20px;
}

IMG.imprimir {
	visibility: show; display: inline;
	}	
	
TABLE { font: normal normal normal 9pt "Times New Roman", Times, serif; height:auto;margin: 0px; padding: 0px;  width: 100%; border-collapse: collapse;
}

TD.normal {
	padding-top: 7%;
}
TD.celdaFormu {
	border-bottom: 1px dashed #CD000D;
}

P {font-size: 1.2em;  text-align: left;  color: #626465;  width: 100%; margin-left: 10%;  margin-right: 10%;  }

UL,OL:first-letter {
	text-transform: none;
}
UL,OL {
font-size: 1.2em;color: #626465; margin-left: 10%;  								margin-right: 10%;
		
}

.centrar { position: absolute;  top: 50%; }
UL.asignaturas {	
	list-style-type:disc;
	}



OL.conLetras {
	list-style-type: lower-alpha;
}

UL#especial LI,  {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

LI { margin-bottom: 1em;}


P.normal {text-indent: 3em; 
}

P.centrado {
	text-align: center;
}
.indenta {
	margin-left: 3em;
}
}

@media print {
	.imprimir {	visibility: hidden; display: none;}
}
