body {
	background-color: #C4C1B2;
	font-size: 10px;
	color: #000;
}

img {
	border: 0px;
}

#contenedor {
	position: absolute;
	border: 0px solid #f00;
	background-color: #fff;
	top: 0;
	left: 50%;    
	margin: 15px 0px 5px -380px;
	padding: 0;
	z-index: 0;
	width: 760px;
	height: 620px;
}

html>body #contenedor {
	margin: 5px 0px 5px -390px;
	width: 780px;
	/*height: 570px;*/
}

#cuadro {
	background-color: #fff;
	width: 790px;
	height: 200px;
	margin-left: 0px;
	border: 0px solid #000;
	z-index: 10;
	position: absolute;
	top: 410px;
}

html>body #cuadro {
	height: 210px;
}

#cuadroGrande {
	background-color: #fff;
	width: 790px;
	top: 320px;
	height: 300px;
	border: 0px solid #000;
	z-index: 10;
	position: absolute;
}

#cabecera_flash {
	z-index:1;
	border: 0px solid #f00;
	height: 420px;
	background-color: #fff;
}

html>body #cabecera_flash {
	width: 790px;
}

#texto {
	font-size: 15px;
	font-family: Arial Narrow;
	width: 520px;
	padding: 10px 70px 10px 30px;
}

#imagen {
	position: absolute;
	top: -38px;
	left: 490px;
}

#textoGrande {
	font-size: 15px;
	font-family: Arial Narrow;
	width: 460px;
	padding: 10px 30px 10px 30px;
	height: 270px;
	overflow-x:hidden;
	overflow-y:auto;
}

html>body #texto {
	width: 400px;
}


html>body #textoGrande {
	width: 420px;
	overflow: auto;
}

#menus {
	background-color: #BA7500;
	top: 125px;
	left: 11px;
	width: 555px;
	height: 28px;
	position: absolute; 
	display: none;
	z-index: 10;
	padding-top: 5px;
	padding-left: 0px;
	font-size: 13px;
	font-family: Arial;
	color: #fff;
}

html>body #menus {
	height: 23px;
	width: 515px;
}

html>body #menus2 {
	height: 23px;
	width: 180px;
}

#menus2 {
	background-color: #BA7500;
	top: 125px;
	left: 11px;
	width: 210px;
	height: 28px;
	position: absolute; 
	display: none;
	z-index: 10;
	padding-top: 5px;
	padding-left: 5px;
}

#menus a, #menus2 a {
	color: #fff;
	font-size: 13px;
	font-family: Arial;
	text-decoration: none;
}

#menus a:hover, #menus2 a:hover {
	text-decoration: underline;
}

#menus .submenu, #menus2 .submenu {
	display: inline;
	margin-left: 14px;
	margin-right: 0px;
}
