/* CSS Document */
body, html {
	height: 100%;
	}
body {
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	margin: 0;
	padding: 0;
	background: url(../images/ff_web.gif) repeat;
	text-align: center;
	}


/******* ESTRUCTURA WEB ******/
#web {
	margin: 0 auto;	
	width: 635px;
	border: 1px solid #E5E5E5;
	background-color: #FFF;
	height: 100%;
	}	

/*********************** APOYO A LOS LECTORES DE TEXTO ********************/
.ayuda {
	position: absolute;
	left: -1000px;
	width: 1px;
	font-size: .0001%;
	line-height: 1%;
}
a.ayuda:active {
	position: static;
	width: auto;
	height: auto;
}

.foto {
	/*background:url(../images/ind-f01-navidad.jpg) left top no-repeat; Navidad 2011*/
	background:url(../images/ind-f01.jpg) left top no-repeat;
	height: 154px;
	}
.separata {
	margin: 5px 0;
	padding: 0;
	background: url(../images/linea.gif) left repeat-x;
	height: 10px;
	}
.menu {
	background-color: #E5E5E5;
	padding: 3px 0;
	}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
ul li {
	display: inline;
	padding-left: 30px;
	}
ul li a {
	background: url(../images/piti_idioma.gif) 0 0.4em no-repeat;
	padding-left: 10px;
	text-decoration: none;
	color: #000000;
	}
ul li a:hover {
	color: #32C300;
	}

