/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: Hex={FF,FF,CC}
}

.titulo {
	font-size: 10px;
}
.entrada {
	padding:20px;
	font-size: 16px;
	font-weight: bold;
	color: #BA210B;
}
.cuerpo_noticia {
    font-size: 11px;
	color: #818181;
	}
.caja_clientes {
    font-size: 12px;
	color: black;
	}

.verdana_bold_10 {
	font-size: 10px;
	font-weight:bold;
	color:#FFFFFF;
}

.verdana_bold_10_morrado {
	font-size: 10px;
	font-weight:bold;
	color:#BA210B;
}

.fecha {
	margin-left:20px;
	font-size: 10px;
	font-weight:bold;
	color:#FFFFFF;
}
.ampliar_noticia {
    font-size: 11px;
	color: #FF9933;
	}
.noticia_destacado {
    font-size: 12px;
	color: #818181;
	}
.titulo_noticia_destacado {
    font-size: 12px;
	color: #black;
	font-weight: bold;
	}
.caja_line_gris {
	padding:5px;
	border: 1px solid #CCCCCC;
}

.Menu {
width: auto;
font-family: verdana, arial, sanf-serif;
font-size:x-small;
border-right-color:#BA210B;
border-right-width:1px;
border-right-style:dotted;
}
 
.Menu ul {
margin: 0px;
padding: 5px 0px 5px 0px;
list-style-type: none;
}

.Menu li {
margin: 0px;
}

.Menu a {
display:block;
width:130px;
padding: 4px 1px 4px 20px;
background-color:#FAFAFA;
background-image:url(botoncliente.gif);
background-position:left;
background-repeat:no-repeat;
text-decoration: none;
}

.Menu a:link, .Menu a:active, .Menu a:visited {
color: #000000;
}

.Menu a:hover {
background-color:#BA210B;
background-image:url(botonclienteOver.gif);
background-position:right;
background-repeat:no-repeat;
border-bottom-color:#333333;
border-bottom-width:1px;
border-bottom-style:solid;
border-right-color:#333333;
border-right-width:1px;
border-right-style:solid;
color: #ffffff;
padding: 4px 0px 3px 20px;
}