body{ font: 80% "Trebuchet MS", sans-serif; margin: 10px; }
p.hist {text-align: justify; text-indent: 35px;}
.error {color: red; font-size: 16px;}
        
div.fixed-position {
    position: fixed ;
    width: 100%;
    bottom: 0px;
    z-index: 1000 ;
    text-align: center;
/*    background-color: black;*/
    color: #ffff99;
}

div.northeast {
	position: fixed;
	width: 338px;
	height: 120px;
	top: 0px;
	right: 0px;
	z-index: 1000;
	padding-right: 8px;
}

.letras1 {
    color: #ffff99;
}
.letras2 {
    color: #ffffff;
}
.letras3 {
    color: #c2ffff;
}
.letras4 {
    color: white;
}
.div1 {
    width: 700px;
    background-color: white;
    margin: auto;
    border: 1px solid black;
    padding: 10px;
}

.div10 {
    width: 700px;
    background-color: #ffff99;
    margin: auto;
    border: 1px solid black;
    padding: 10px;
    font-size: 18px;
}
.div2 {
    width: 980px;
    background-color: black;
    margin: auto;
    height: 400px;
}
a.menu:link , a.menu:visited {
    color: white;
    text-decoration: none;
    border-left: 1px solid white;
    padding: 10px;
    background-color: black;
    background-image: url('./background/back1.jpg');
}
a.menu:hover{
    color: #ffff99;
    border-left-color: #ffff99;
}

.rm {
    color: white;
    border-left: 1px solid white;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: black;
}
.back {
    position: fixed;
    z-index: -1;    
}

#mysql , #seguridad , #contacto , #cloud , #adicional , #chequera {
    margin: 15px;
    width: 640px;
    color: black;
    font-size: 18px;
	position: absolute;
}

/* the overlayed element */
.apple_overlay {
    
    /* initially overlay is hidden */
    display: none;
    
    /* growing background image */
    background-image:url('./background/white.png');   
    /* 
        width after the growing animation finishes
        height is automatically calculated
    */
    width: 640px;
	max-width: 640px;
    
    /* some padding to layout nested elements nicely  */
    padding: 35px;

    /* a little styling */    
    font-size: 11px;
}

/* default close button positioned on upper right corner */
.apple_overlay .close {
    background-image:url('./background/close.png');
    position:absolute; 
    right:8px; 
    top:8px;
    cursor:pointer;
    height:35px;
    width:35px;
}

.boton , #reset , #send {
    color: #ffff99;
    background-color: black;
    border: 1px solid #ffff99;
    font-size: 18px;
    cursor:pointer;
}

.input {
    background-color: #ffffaa;
    border: 1px solid black;
}

.tooltip {
    display:none;
    background:transparent url('./background/black_arrow_big.png');
    font-size:12px;
    height:150px;
    width:300px;
    padding:30px;
    color: white;    
}

.correo {
    background-color: white;
    color: black;
    
}