/* CSS Document */
*{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:10px;
	color:#808284;
}
a{
	text-decoration:none;
}
body{
	margin-top:5px;
	background:#b2ad97;
	text-align:center;
}

#todo{
	background:#FFFFFF;
	width:750px;
}
#todo_inner{
	width:730px;
}
#header{
margin-top:5px;
}

#header a:hover{
	text-decoration:underline;
}

#contenido{
height:240px;
width:700px;
/*margin-left:15px;*/

/*
border-left-color:#000000;
border-left-style:solid;
border-left-width:1px;
border-right-color:#000000;
border-right-style:solid;
border-right-width:1px;
*/
}

#menu{
	text-align:center;
}
#menu td{
	line-height:14px;
	font-weight:bolder;
	cursor:pointer;
}

#menu #separador{
	width:5px;
	cursor:default;
}

#titulo_Novedades{
	background-image:url(imagenes/linea-novedades.gif);
	background-repeat:repeat-x;
	height:72px;
	margin-bottom:5px;
}
#novedades_txt{
/*	text-align:left;*/
	font-size:18px;
	/*font-stretch:ultra-condensed;*/
	width:100px;
	height:20px;
	line-height:20px;
	float:left;
	position:relative;
	top:40px;
	left:14px;
/*	background-color:#33FF33;*/
}
#tabla_Novedades{
text-align:left;
}
#link_leer{
/*	width:40px;*/
	height:12px;
	text-align:right;
	background:#b2ad97;
	color:#FFFFFF;
}
#link_leer a {
	text-decoration:none;
    color:#ffffff;
}

#novedad_desc{
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
}
#noveda_titulo{
	font-size:12px;
	line-height:12px;
}

