#topImagen .iconos {
    float: right;        
    font-size: 2em;    
    margin-top: -35px;
    margin-right: 71px;
}

#topImagen ul #icon-fac{
    position: relative;
    float: left;
    list-style: none;    
}
#topImagen ul #icon-tw{
    position: relative;
    float: left;
    list-style: none;    
}

#topImagen .iconos li span{
    color: #ffffff;
    padding-right: 10px;    
}

nav {
    margin-top: 30px;
    margin-left: calc(25% - 150px);    
}

.navbar-nav > li > a {    
    color: #000;
    font-size: 1.2em;
    font-weight: 500;
}

.navbar-nav > li > a >span {    
    margin-right: 8px;
}

.navbar-nav > li > a:hover {    
    color: #b01822;
    background: none !important;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
    background: none !important;    
}

.dropdown.open{
    color: #b01822;
    background: rgba(255,255,255,1) !important;    
    border-radius: 17px 17px 0 0;
    box-shadow: 0 7px 25px rgba(0, 0, 0, 0.5);
}

.dropdown-menu{
    border-radius: 17px 0px 17px 17px;
}
.dropdown-menu-img {
    max-height: 100vh;
    overflow-y: auto;
    background: rgba(255,255,255,1) !important;
    background-color: white;
    text-align: center;    
}

.dropdown-menu-img > li {
    border-bottom: 2px solid #BAB7B7;
}
.dropdown-menu-img >li:last-child {
    border-bottom: none;
}

.dropdown-menu-img >li > a:hover{
    opacity: 1;
    zoom: 1.01;
}

.dropdown-menu{
    background: rgba(255,255,255,1) !important;
}
.dropdown-menu > li {
    border-bottom: 2px solid #BAB7B7;

    padding: 2px;
}
.dropdown-menu >li:last-child {
    border-bottom: none;

}


.dropdown-menu > li >a {    
    padding: 5px;
    margin: 3px;        
}
.dropdown-menu > li >a >span{    
    margin-right: 8px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #b01822;
    text-decoration: none;
    background: none !important;
}


.logo >img {
    padding: 15px;
    float: left;
    position: fixed;
    margin-left: 50px;
    min-width: 150px;
    width: 10%;
}


@media (max-width:1200px)
{
    .nav{
	margin-left: 10%;    
    }
    #topImagen .iconos {
	float: right;
	font-size: 2em;
	margin-top: -30px; 
	margin-right: 5px;
    }
}

@media (max-width:980px)
{
    .logo >img {
	padding: 5px;
	float: left;
	position: fixed;
	margin-left: 20px;
	min-width: 150px;	
    }

    .navbar{
	margin-bottom: 0px;
    }
    .container-fluid{
	padding-left: 0px;
    }
    #topImagen .iconos {    
	margin-top: -10px;
    }
}


@media (max-width:875px)
{
    .nav{
	margin-left: 0px;   
    }
}
@media (max-width:767px)
{
    body{
	overflow-y: auto !important;
    }

    .logo >img {
	padding: 15px;
	float: left;
	position: absolute;
	margin-left: 50px;
	min-width: 150px;
	width: 10%;
    }

    .navbar-toggle {
	float: right;	
	background: none;
	border: none;
	margin-right: 10px;
	margin-top: 50px;
	border-radius: 4px;
	color: #fff;
	margin-bottom: 0px;
	font-size: 1.5em;
	padding: 1px 1px;
    }
    .nav, .navbar-nav {
	margin: 0px 0px;
    }    
    .navbar{
	margin-left:0px;
    }
    .navbar-nav > li > a{
	background: rgba(255,255,255,0.9) !important;
	border-radius: 17px;
	margin-bottom: 3px;
    }

    #topImagen .iconos {
	display: none;

    }

    .dropdown.open{
	color: #b01822;
	background: rgba(255,255,255,0.9) !important;
	border-bottom: none;
	margin-bottom: 3px;
	border-radius: 17px 17px 17px 17px;
	box-shadow: 0 7px 25px rgba(0, 0, 0, 0.5);
    }

    .dropdown-menu{
	border-radius: 17px 17px 17px 17px;
    }
}

@media (min-width:1200px){
    #t-ser {
        margin-top: calc(100vh - 375px) !important;
    }
}

.iconos >li >a:hover{
    opacity: 0.7;
    text-decoration: none;
}

.dropdown.open > a{
    color: #b01822 !important;
}

.active a{
    color: #424342 !important;
}
.active a:hover{
    color: #b01822 !important;
}
