﻿

@import url('https://fonts.googleapis.com/css?family=Roboto');



.contenedorPadre{
    width: 100%;
    height:auto;
    background:#FFFFFF;
    position:relative;

    text-align:center;
    top: 0px;
    left: 0px;
}



.contenedorPerfilesPlanes
{
    width:100%;
    height:450px;
    background:#FFFFFF;
    top: 200px;
}

.contenedorInterno
{
    text-align:center;
    height:400px;
    padding-top:50px;
    top:100px;
    padding-left:15%;
}



.contenedorControlRegistro{
    width:90%;
    height:700px;       
    background:#FFFFFF;
    text-align:left;
    left:0%
}


.FuenteTitulo1{    
    color:#000000;
    font-size:18px;
    font-family:'Roboto', sans-serif;   
}


/***************************/



.contenedorMenu{
    width:90%;
    height:45px;
    left:0%;
    top:10px;
    background:#F0F0F0;
}

.contenedorMenuConstructoraNormal{
    width:30%;
    height:40px;
    left:60%;
    position:absolute;
    top:0px;
    background:#F0F0F0;
}
.contenedorMenuConstructoraSeleccionada{
    width:30%;
    height:40px;
    left:60%;
    position:absolute;
    top:0px;
    background:#1877F2;
}
.contenedorMenuInmobiliariaNormal{
     width:30%;
    height:40px;
    left:30%;
    position:absolute;
    top:0px;
    background:#F0F0F0;
}

.contenedorMenuInmobiliariaSeleccionada{
     width:30%;
    height:40px;
    left:30%;
    position:absolute;
    top:0px;
    background:#1877F2;
}
.contenedorMenuPropietarioNormal{
     width:30%;
    height:40px;
    left:0%;
    position:absolute;
    top:0px;
    background:#F0F0F0;
}
.contenedorMenuPropietarioSeleccionado{
    width:30%;
    height:40px;
    left:0%;
    position:absolute;
    top:0px;
    background:#1877F2;
}

.contenedorTitulo{
    width:90%;
    height:110px;
    left:2.5%;
    background:#FFFFFF;
    position:absolute;
    top:100px;
    
}

.FuenteMenu{    
    color:#004477;
    font-size:15px;
    font-family:'Roboto', sans-serif;   
    text-align:center;
    margin-top:12px;
    text-decoration:none;
}

.FuenteMenuMobil{    
    color:#004477;
    font-size:15px;
    font-family:'Roboto', sans-serif;   
    text-align:center;
    margin-top:10px;
    text-decoration:none;
}

.FuenteTitulo1{    
    color:#000000;
    font-size:18px;
    font-family:'Roboto', sans-serif;   
}

.FuenteTituloMobil1{    
    color:#000000;
    font-size:12px;
    font-family:'Roboto', sans-serif;    
}

.FuenteSubtitulo1
{
    color:#9b9bad;
    font-size:14px;
    font-family:'Roboto', sans-serif;   
    text-align:center;
}

.centrarTabla{
    margin: 0 auto;
}