
/*PAGINA*/
BODY {
	background-color: #E6E6E6;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#202020;
	text-align:center;
	overflow-x:auto;
	overflow-y:scroll;
}

address, caption, cite, code, dfn, em, strong, th, td, var
{
    font-style: normal; 
	font-weight: normal; 
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#202020;
}

DIV#container {
	position:relative;
	background-color: #E6E6E6;
	margin-right:auto;
	margin-left:auto;
	width:960px;
	text-align:left;
}

/* CENTER */
DIV#main {
	float:left;
	clear:both;
	width:960px;
	position:relative
}

	DIV#main DIV#contenido {
		padding: 0px;
		margin: 0px;
		background-color: #E6E6E6;
		overflow:auto;
	}
	
		DIV#main DIV#contenido DIV#menu_lateral {
			width:312px;
			float:right;
		}

		DIV#main DIV#contenido DIV#center {
			width:645px;
			float:left;
			background-color:#f5f5f5;
		}

/* END CENTER */