
A:link {color: #006600;
		text-decoration: none}

A:visited {color: #006600;
		   text-decoration: none}

A:hover {color: blue;
		 text-decoration: none}


.logoEscuela {
    border-radius:10px;
    width:50px;
    height:40px;
    }
    
.divImagen {
    box-shadow: 25px 10px 20px #aaa;
    background-color:#E1E1E1;
    border:#000;
    border-radius:20px;
    position:absolute;
    width:700px;
    height:400px;
    margin-left:140px;
    display:none;
    z-index:100;
    padding:7px;
    overflow:auto;
}
    
.topTituloVentana {
	position:fixed;
	width:100%;
    height:45px;
	padding:5px;
    z-index:95;
}

    
.cuerpoVentana {
    margin:0 auto;
    margin-top:55px;
    }
    
.btnCerrar {
    position:fixed;
    margin-top:0px;
    margin-left:660px;
    color:red;
    font-weight:bolder;
}
