#frameless /*volver invisible la mo0dal*/
{
    background:none;    
    border: 0px solid ;
}

#superior
{
    background-repeat: no-repeat;
    margin-top: -10px;
}
#listalogos
{
    width: 265px;
    background-repeat: repeat-y;
    float: left;
}
#listalogos a
{
    text-decoration:none;
    border:none;
}
.logoMarca
{
    margin-bottom: 25px;
    margin-top: 25px;
    border:none;
    width: 75%;
}
#contenidoDerecho
{
    width: 935px;
    margin-left: 265px;
}
#register
{
    height: 102px;
    margin-top: 10px;
    -webkit-box-shadow: 0px 0px 90px #999;
    -moz-box-shadow: 0px 0px 90px #999;
    box-shadow: 0px 0px 90px #999;
    border-radius: 2px;
    padding-left: 80px;
    font-size: 28px;
}

#about
{
    margin-top: 15px;
    padding: 30px;
    text-align: justify;
}

#colecciones
{
    padding-left: 33px;
    overflow: auto;
}

#imgCat
{
    width: 180px;
    border: none;
    text-decoration: none;
}
#imgCat:hover
{
    box-shadow: 0px 0px 10px 1px #002881;
}

#catalogosBajo {
    text-align: center;
    float:left;    
    width:200px;
    height:340px;
    font-family: 'Oxygen', sans-serif;
    font-size:14px;
   margin: 5px 15px 5px 5px
}

#divmasternoticias
{
    height: 315px;
}

.list_carousel {
    background-color: #fff;
    margin-left: 50px;
    width: 830px;
    /*border-radius:15px;*/
    height: 315px;
    padding-top: 20px;
    padding-left: 10px;
}
.list_carousel ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}
.list_carousel li {
    /*font-family: 'Oxygen', sans-serif;*/
    font-size: 12px;
    color: #999;
    text-align:center;
    background-color: #fff;
    border: 1px solid #fff;
    width: 403px;
    height: 255px;
    padding: 0;
    margin: 0px 5px 0px 0px;
    display: block;
    float: left;
    border-radius:15px;
}
.list_carousel.responsive {
    width: auto;
    margin-left: 0;
}
.clearfix {
    font-size: 14px;
    margin:5px 0px 10px 15px;
    float: none;
    /*clear: both;*/
    text-align: left;
}
.imgNot
{
    margin:0px 0px 8px 0px;
    width:403px;
    border: none;
    height:255px;
    border-radius:15px;
    z-index:100;
}
.imgNot:hover
{
    width:405px;
    height:260px;
    border-radius:15px;
    border: 1px solid #999;

}	