﻿.div_login
{
    height: 400px;
    left: 45%;
    margin-left: -250px;
    margin-top: -150px;
    overflow: hidden;
    position: absolute;
    top: 40%;
    width: 600px;
 }
 
.titulo
{   
    background: none repeat scroll 0 0 #de0000;
    border-bottom: 0px solid #E0E3E6;
    color: White;
    font-size: 16pt;
    height: 63px;
    line-height: 55px;
    margin: 0;
    padding-left: 10px;
    text-transform: uppercase;
    width: 100%;
    border-radius:5px;
    box-shadow:0 2px 5px rgba(0, 0, 0, 0.35), 0 0 0 rgba(0, 0, 0, 0.1) inset;

}    
 .fls_login
 {
    text-align:center;
    border: 0px;
    border-radius:5px;
    box-shadow: 0 0 6px #2e74a2 inset;
    background: white;
    
 
 }
 .contenido{padding-top:10px;}
 body{background: #E0E0DA;}
 
 