table.contenedor {
	width:760px;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color: #522F20;
}


table.contenido {
	width:760px;
}

td.contenidoMain {
	height:350px;
	background-color:#FAFBEB;
}

div.menu{
	overflow:auto;
	height:350px;
	width:760px;
	scrollbar-base-color: #FAFBEB; 
	scrollbar-3dlight-color : #FAFBEB; 
	scrollbar-arrow-color : #522F20;
}

table.dentroDiv{
	width:600px;
}



td.imagenMain {
	height:350px;
	background-color:#FAFBEB;
	text-align:center;
}

td.centrado{
	text-align:center;
}

th.menu {
	height:50px;
	background-color:#FFFFFF;
}

td.titulo{
	font-style:normal;
	font-weight:bold;
	
}



a:link {
	color: #522F20;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #522F20;
}
a:hover {
	text-decoration: underline;
	color: #522F20;
}
a:active {
	text-decoration: none;
	color: #522F20;
}

font.titulo{
	font-weight:bold;
	font-style:normal;
}

font.descripcion{
	font-weight:normal;
	font-style:italic;
}


