H2 {font-family : Lucida Sans Unicode, Bookman Old Style, Script, Comic Sans MS, Arial, Georgia, Times, serif; 
		font-size : 14pt; 
		color : #DBDA9D; 
		font-style : italic; } 
		

.entrar a {
    position:relative;
    top: 10px;
    text-decoration: blink;
    color: #DBDA9D;
    font-size: 14px;
    font-weight:Bold;
    font-family: verdana;
}

.entrar a:hover {
    color: cyan;
}

#cuadro1 {
    position:relative;
    height:230px;
    width:575px;
    background-color:#800000;
    border:1px solid #DBDA9D;
    font-family : Comic Sans MS, Arial, Georgia, Times, serif;    
    color : #DBDA9D;
    text-align : center;
    font-size: 32px;
    font-weight:Bold;
}

#cuadro2{
    position:relative;
    height:200px;
    width:400px;
    top:-150px;
    background-color:#804040; 
    border:1px solid #DBDA9D;
    font-family : Comic Sans MS, Arial, Georgia, Times, serif;    
    color : #DBDA9D;
    text-align : center;
    font-size: 32px;
    font-weight:Bold;
}

#creditos {
    position:relative;
    top: -120px;
    width: 550px;
    color : #DBDA9D;
    font-family : Verdana;
}

#creditos table { color : #DBDA9D; }

.enlace a { 
    color : #DBDA9D; 
    text-decoration: none;
}

.enlace a:hover { color: cyan; }


