/* estilos.css 
Aguima.com
Nomviembre 2008
Desarrollado por: 
Ak-tec Soluciones Técnicas S.A.
Arturo Fernández Borge
*/

body {
	/*background-color:#750000;*/
	background-color:#750000;
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#header { 
	display:none;
}

h1 { font-size:24px; margin:5px; border-bottom:1px solid #1188CC; color:#FFF;}
h2 { font-size:12px; color:#333333; margin:0 0 0 10px;}



#layout { /*listo*/
	width:990px;
	height: 424px;
	background-image: url(images/inicioRojo.jpg);
	background-repeat: no-repeat;
	margin:0 auto;
	overflow:hidden;
	text-align:left;
}

#menu { /*listo*/
	width:645px;
	height: 200px;
	margin:395px 350px;
	text-decoration: none;
	color: white;
}

#nav, #nav ul {
	color: white;
	padding: 0;
	margin: 0;
	list-style: none;
	font-size:14px;
	font-weight:bold;
}

#nav a {
	text-decoration: none;
	color: white;
	display: block;
	width: 9em;
}


#nav li {
	float: left;
	width: 9em;
	/*border-color:#910000;
	border-style:solid;
	border-width: 1px;*/
	/*border-bottom-style:solid;
	border-bottom-color:#750000;
	border-bottom-width:1px;*/
	background-color:#910000;
	padding-bottom:5px;
	padding-left:3px;
}

#nav li ul {
	position: absolute;
	width: 9em;
	left: -999em;
	font-weight:normal;
	font-size:12px;
	padding-top:10px;
	padding-bottom:10px;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	display:block;
}

#nav ul li:hover{
	background-color:#A62E20;
}