@charset "UTF-8";
/* CSS Document */

.body {
	font-family: Myriad Pro, Verdana, Geneva, sans-serif;
	width: 960px;
	height:640px;
	position: relative;
	left: 50%; /* Buscamos el centro vertical (relativo) del navegador */
    margin-left: -480px; /* Restamos la mitad de la anchura del objeto con un margin-left */
	/*background: yellow;*/
	align:center;
		
}

.logo_cedei {
	position: absolute;
	left: 10px;
	top: 10px;
	
}
.titulo {
	position: absolute;
	left: 310px;
	top: 10px;
	
}

.logo_school {
	position: absolute;
	right: 10px;
	top: 10px;
	
}

.foto {
	position: absolute;
	left: 10px;
	top: 95px;
	
}

.fondo_violeta {
	position: absolute;
	left: 33px;
	top: 590px;
	background-color: #950923;
	width: 890px;
	height:36px;
	align:center;
}

.texto_fondo_violeta {
	position: absolute;
	left: 80px;
	top: 10px;
	align:center;
	color:#ffffff;
}

.caja_login {
	position: absolute;
	left: 280px;
	top: 175px;
	width: 426px;
	height:260px;
	align:center;
	background-color:Black;
    /* These three lines are for transparency in all browsers. */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity:.7;
}
.texto_login {
	position: absolute;
	left: 300px;
	top: 175px;
	width: 400px;
	height:260px;
	align:center;
	color:#ffffff;
	/* These three lines are for transparency in all browsers. */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=110)";
    filter: alpha(opacity=110);
    opacity:1.1;
}



.letra_pequena {

	text-align:justify;
	color:#aaaaaa;
	font-size: small; 
	font-weight: bolder;
	}



.body .texto_login .letra_pequena a {
	color: #eee85e;
}