
/*************/
/** LAYOUT ***/
/*************/

DIV#izquierda {
	float:left;
	width:170px;
}

DIV#derecha {
	float:left;
	width:130px;
	margin-left:10px;
}


/*************/
/** CENTRO ***/
/*************/


DIV#menu {
	float:right;
	width:710px;
	height:299px;
	text-align:left;
}

DIV#contenido {
	float:right;
	clear:right;
	width:710px;
	left:170px;
	margin-top:-5px;
}

/*************/
/** IZQUIERDA /
/*************/


DIV#fecha {
	padding-left:0px !important;
}



