/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background: #fff url(../imagenes/generales/fondoBody.jpg) repeat-x top;
	font:Arial, Helvetica, sans-serif;
	}

#contenedor {
	width: 800px;
	margin: 0px auto;
	background: #fff url(../imagenes/generales/fondoContenedor.jpg) repeat-y;
	}

#banner {
	width: 800px;
	height: 315px;
	background: url(../imagenes/generales/fondoBanner.jpg) no-repeat bottom;
	margin: 0px;
	padding: 0px;
	float: left;
	}
	
#contenido {
	width: 800px;
	clear: both;
	background:url(../imagenes/generales/footer.jpg) no-repeat bottom;
	}

#menu {
	width: 145px;
	height: 700px;
	background: url(../imagenes/generales/fondoMenu.jpg) no-repeat;
	margin: 0px;
	padding: 15px 25px 15px 25px;
	float: left;
	}

#menu ul {
	margin: 0px;
	padding: 0px;
	}
	
#menu ul li {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	}

#menu ul li a:link, #menu ul li a:visited {
	width: 129px;
	display: block;
	margin: 4px 0px 0px 0px;
	border-bottom: solid 1px #FF9900;
	padding: 3px 8px 3px 8px;
	color: #FFFFFF;
	text-decoration: none;
	}

#menu ul ul li a:link, #menu ul ul li a:visited {
	background: #F2C55B;
	color:#333333;
	}

#menu ul li a:hover {
	color: #FFE082;
	}

#txt {
	width: 555px;
	float: left;
	padding: 25px;
	}

#footer {
	width: 800px;
	height: 30px;
	clear: both;
	}
	
.txt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	}
	
.titulo{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#666666;
	}

h1{
	font-family:Arial, Helvetica, sans-serif;
	color:#FF9900;
	font-size:16px;
	}
	
	
	
	
	
	
	