

body 
	{
	background-color:#d8cdc2;
	}


div#centro 
	{
	width:700px;
	margin: 0px;
	padding: 0px;
	margin-left:auto;
	margin-right:auto;
	background-color:#c3b09b;
	}

div#header 
	{
	margin: 0px;
	padding: 0px;
	width:700px;
	height: 320px;
	border:8px solid #c3b09b;
	border-bottom:0px;
	}

div#contenedor
	{
	display:block;
	float: left;
	width:700px;
	background-color:#E4EAEA;
	margin: 0px;
	padding: 0px;
	text-align: left;
	border:8px solid #c3b09b;
	}

div#contenidotexto
	{
	width: 360px;
	background-color:#E4EAEA;
	margin: 50px;
	padding: 0px;
	text-align: left;
	font-size:13pt;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	border-left:8px solid #c3b09b;
	display:block;
	}

div#contenidotexto a 
	{
	color:#AAAAAA;
	text-decoration: none;
	}

div#contenidotexto a:hover 
	{
	color:#404040;
	}

/*** ITEMS ***/

div#title 
	{
	margin: 10px;
	height:100px;
	background-color:#E4EAEA;
	border-bottom:1px dotted #c3b09b;
	clear: both;
	}

div#letrastitulo
	{
	margin: 0px;
	padding: 0px;
	font-size:30px;
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	padding-top: 3px;
	margin-left: 10px;
	}

div#letrassubtitulo
	{
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 5px;
	padding: 0px;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif, Times, serif;
	color:#000000;
	padding-top: 3px;
	margin-left: 10px;
	}


div#items
	{
	margin: 0;
	margin-right: 0px;
	padding: 0;
	width: 450px;
	background-color:#E4EAEA;
	border-left:1px dotted #c3b09b;
	float:right;
	}

div#items ul 
	{
	list-style: none;
	margin-left: 30px;
	margin-bottom: 10px;
	display: block;
	}

div#objetos
	{
	}

div#bloque
	{
	float: left;
	width: 380px;
	margin-bottom: 10px;
	}

div#bloque table
	{
	width: 380px;
	}

div#desc
	{
	padding: 0px;
	margin: 0px; 
	margin-left: 5px;
	font-size:10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif, Times, serif;
	color:#000000;
	}

div#flechas
	{
	float: left;
	margin: 0px;
	margin-left: 5px;
	margin-right: 5px;
	width: 430px;
	border-top:0px dotted #c3b09b;
	}

div#flechas2
	{
	float: none;
	margin: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	width: 130px;
	}
div#menu
	{
	margin: 0px;
	margin-top: 10px;
	padding: 0;
	background-color:#E4EAEA;
	}

div#menu ul 
	{
	float:top;
	margin: 10px;
	padding: 0px;
	list-style: none;
	font-size:25px;
	font-family:"Times New Roman", Times, serif;
	color:#999999;
	padding-top: 3px;
	}

div#menu ul li 
	{
	height: 30px;
	line-height: 20px;
	text-align: left;
	}

div#menu ul li a 
	{
	color:#999999;
	text-decoration: none;
	}

div#menu ul li a:hover 
	{
	color:#000000;
	}
