@charset "utf-8";
/* CSS Document */


/* ----------------------------------------------------------------
    Barra Superior Destacado 
---------------------------------------------------------------- */
body .bar-desta {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
}

.bar-desta .contenedor-desta {
	background-color:#4d4d4d;
	width:900px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	height: 120px;
	
}

/* ----------------------------------------------------------------
    Footer 
---------------------------------------------------------------- */
body .footer {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #F00;
}

