body {
	background: url(fondo.jpg);
	font-size: 10px;
	color: #000;
}

img {
	border: 0px;
}

#contenedor {
	position: absolute;
	border: 0px solid #f00;
	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: 790px;
}

#cuadro {
	width: 790px;
	height: 494px;
	margin-left: 0px;
	border: 0px solid #00f;
	z-index: 10;
}

#cabecera_flash {
	z-index:1;
	border: 0px solid #000;
	height: 255px;
	background-color: #4f0005;
}

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


#menus {
	width: 100%;
	border: 0px solid #0f0;
	z-index: 10;
	padding-top: 0px;
	padding-left: 5px;
	display: block;
	
}

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


#menus .submenu {
	float: left;
	border: 0px solid #0f0;
	text-align:left;
	padding-top:15px;
	margin-bottom:-20px;
	z-index: 10;
	/*background-color:#2F0101;*/
}

#cuadroFondo {
	position: absolute;
	top: 265px;
	display: none;
	height: 40px;
	width: 790px;
	background-color:#2F0101;
	left: 0px;
	z-index: 1;
}

h1 {
	font-size: 15px;
	font-family: Arial;
	height: 15px;
}

h1 a {
	color: #c5c2a1;
	font-size: 15px;
	font-family: Arial;
	text-decoration: none;
	height: 15px;
}

h1 a:hover {
	text-decoration: underline;
}

.margenIzquierdo {
	margin-left: 10px;
}

html>body .margenIzquierdo {
	margin-left: 20px;
}

.tamano { 
	width: 110px;
}

html>body .tamano {
	width: 110px;
}

.escondido {
	display:none;
}


.filaTexto {
	background-color:#6a0005;
	color:#fff;
	padding:7px 7px 0px 10px;
	font-family:Arial;
	font-size:11px;
	line-height:120%;
	border:0px;
}

#fondoRojo {
	width:790px;
	padding-top:35px;
	padding-bottom:35px;
	background-color:#5c0003;
}

html>body #fondoRojo {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 20px;
}

#flechaIzquierda {
	position:absolute;
	z-index:10;
	top:475px;
	left:7px;
}

#flechaDerecha {
	position:absolute;
	z-index:10;
	top:475px;
	left:757px;
}
