body {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align:center;
	margin-top:5px;
	background-color:#FFFFFF;

}
.contenedor_menu{
	width:646px;
	margin-right: auto;
	margin-left: auto;
	height: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: dotted;
	border-top-color: #ffffff;
	border-bottom-color: #CCCCCC;
}
.menu_enlace A{
	float:left;
	background-color: #ebe8e1;
	vertical-align: middle;	
	text-align:center;
	padding-left:10px;
	padding-right:9px;
	font-family:Tahoma, Arial, Helvetica;
	color:#606060;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	line-height:20px;
	border-right: solid 1px #FFFFFF;
}
.menu_enlace A:hover{
	text-decoration:none;
	color:#FFFFFF;
	background-color: #999999;
}
.menu_enlace_selec {
	float:left;
	background-color: #ebe8e1;
	vertical-align: middle;	
	text-align:center;
	padding-left:10px;
	padding-right:9px;
	font-family:Tahoma, Arial, Helvetica;
	color:#606060;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	line-height:20px;
	border-right: solid 1px #FFFFFF;
}

/* ------------------------------------------------- CONTENEDORES ---------------------------------------------*/
.contenedor_tarifas {
	width: 990px;
	overflow:hidden;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
/* --------------------------------------------- CONTENEDORES DE NOTICIAS --------------------------------------*/
.contenidos_tarifas{
	width: 654px;
	float: left;
	margin-top: 5px;
	border-right: 1px dotted #cfcfcf;
	padding-right:6px;
}
.servicios_tarifas {
	width: 320px;
	margin-top: 5px;
	float: right;
	margin-left:5px;
}

.bloqueclear {
	clear: left;
	height: 4px;
	width: auto;
	margin: 0px;
	font-size: 1px;
}

