@charset "utf-8";
/* CSS Document */

*
{
	margin:0px;
	padding:0px;
	border:0px;
}



#header {
	float: left;
	height: 84px;
	width: 960px;
	margin-bottom: 10px;
	background-image: url(http://www.emol.com/especiales/2013/deportes/copa-chile/imagenes/header.jpg);
	background-repeat: no-repeat;
}
#logo {
	float: left;
	height: 80px;
	width: 355px;
}
#contenedor {
	float: right;
    width: 395px;
	height: auto;
	margin-top: 64px;
	margin-left: 0px;
}
#contenedor_menu {
	float: right;
    width: 490px;
	height: auto;
	margin-top: 64px;
	margin-left: 0px;
}
.menu_off {
	float: left;
	padding-right: 40px;
	padding-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0f487f;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0f487f;
}
.menu_off a {
	color: #0f487f;
	text-decoration:none;
}
.menu_off a:hover {
	color: #0f487f;
	text-decoration:underline;
}
.menu_on {
	float: left;
	padding-right: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #a40019;
	border-right-width: 1px;
	border-right-style: solid;
	padding-left: 35px;
	border-right-color: #0f487f;
}
.menu_on a {
	color: #a40019;
	text-decoration:none;
}
.menu_on a:hover {
	color: #a40019;
	text-decoration:underline;
}








/* ============= ESTILOS FIJOS NO BORRAR =============
margin: 210px 0 10px; // AL HEADER
*/
.cont_der
{
margin: 0px 0 0 10px;
}
.cont_iz {
    margin: 0px 0 0;
}
/* ============= ESTILOS FIJOS ============= */