@charset "utf-8";

/* Menu */

#menu {
	background: #FFFFFF;
	text-align:left;
}


#menu ul {
	margin: 0 auto;
	height: 0px;
	background: #FFFFFF;
	list-style: none;

	padding-right: 0px;
	padding-left: 0px; 
	padding-bottom: 0px;
	margin: 0px; 
	padding-top: 0px; 
}

#menu li {
	display: inline;

}

#menu a {
	display: block;
	float: left;
	height: 25px;
	padding: 8px 20px 0 20px;
	border-top: 5px solid #8A8A8A;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}

#menu a:hover {
	background: #DCDCDC;
	border-top-color: #FF0000;
}

#menu .active a {
	background: #2B383F;
	border-top-color: #E16629;
	color: #FFFFFF;
}

#menu a b {
	text-decoration: underline;
}


.myBorder {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}


.titulo_naranja {
	font-family: Tahoma;
	font-size: 12px;
    font-weight : bold;
	color: #FF7200;
	text-decoration: none;
}

.titulo_rojo {
	font-family: Tahoma;
	font-size: 12px;
    font-weight : bold;
	color: #E90100;
	text-decoration: none;
}

.texto_blanco_10px {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.texto_negro_10px {
	font-family: Tahoma;
	font-size: 11px;
	color: #00000;
	text-decoration: none;
}


.texto_naranja_9px {
	font-family: Verdana;
	font-size: 9px;
	color: #FF9600;
	text-decoration: none;
}

.titulo_usados_15px {
	font-family: Helvetica;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
    font-weight: bold;
}

.title {
	font: normal 182% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #E90100;
}

.title_medio {
	font: normal 140% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #E90100;
}

.title_medio_chico {
	font: normal 110% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #111111;
}

.title_azul {
	font: normal 120% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #0F40A3;
}


.parrafo {
	font: normal 100% Arial, Helvetica, sans-serif;
	color: #000000 ;
}