/* 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: black url(../Imagenes/img_84.gif) repeat;
}

.titulo {
	font-size: 10px;
}
.entrada {
	font-size: 16px;
	font-weight: bold;
	color: black;
}
.cuerpo_noticia {
    font-size: 11px;
	color: black;
	}
.caja_clientes {
    font-size: 12px;
	color: black;
	}

.verdana_bold_10 {
	font-size: 10px;
	font-weight:bold;
	color:black;
}

.verdana_bold_10_morrado {
	font-size: 10px;
	font-weight:bold;
	color:#003366;
}

.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 black;
}

.Menu {
width: auto;
font-family: verdana, arial, sanf-serif;
font-size:x-small;
border-right-color:black;
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:150px;
padding: 4px 1px 4px 20px;
background-color:black;
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:black;
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:black;
padding: 4px 0px 3px 20px;
}