

.fecha-top {
	line-height: 41px;
	margin: 0px;
	padding: 0px;
}

.menu-color1 {
border-top: 1px solid #4A4A4A;
margin: 0px;
background-color:#4A4A4A;
min-height: 42px;
display: block;
width: 100%;
float: left;
padding: 0px 10px;
}
.menu-color1 .navbar-nav > li > a {
color: #777;
text-transform: uppercase;
font-size: 13px;
padding: 10px 8px;
}

.top-sup {
    background-color: #333436;
    background-repeat: repeat;
    display: block;
    float: left;
    width: 100%;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.clima .fix {
	float: left;
	display: block;
	overflow: hidden;
	margin-top: 3px;
	margin-left:3px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

@media (max-width: 767px){
.clima .fix {
	width:78px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
}

.clima .fix #NetweatherContainer {
	margin-top: -12px;
	margin-left: -12px;
}

.redes-head  {
	display: block;
	padding-bottom:5px;
	padding-top: 6px;
	padding-right:6px;
}

.redes-head .social {
    text-align: center;
    height: 29px;
    width: 29px;
    display: block;
    text-decoration: none;
    float: left;
    margin-right: 4px;
    margin-left: 4px;
    line-height: 29px;
    color: #FFFFFF;
    background-color: #000;
    font-size: 14px;
    border-radius: 3px;
    border-bottom: solid 2px #FBBF00;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.redes-head .social:hover {
	text-align: center;
	display: block;
	text-decoration: none;
	background-color: #777;
	border-radius: 25px;
	color: #FFF;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.header-logo {
margin-bottom: 1px;
background-color: #454648;
}

.menu-color2 {
border: 0px;
border-radius: 0px;
background-color:#cc191c;
}

.clasificados {
    float: right;
    background-color: #FBBF00;
    padding: 5px 10px;
    color: white;
    margin-top: 49px;
    font-size: 16px;
    text-transform: uppercase;
}

.clasificados:hover {
    background-color: #F90;
    color: white;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.shrink .clasificados {
margin-top:18px;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}

@media (max-width: 767px){
.clasificados {
    margin-top:18px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
}

.weather-top {
    float: left;
    font-size: 16px;
    padding-right: 10px;
	padding-left:8px;
}

.weather-top p {
    float: left;
    margin-bottom: 0px;
    font-size: 14px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    font-weight: 600;
    color: #FFD600;
    line-height: 42px;
}

.weather-top .estado {
	float: left;
	width: 34px;
	padding-top: 4px;
}

