/* 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.gif) left top no-repeat;
	height: 154px;
	}
.foto #txt {
	margin: 0 0 0 40px;
	text-align:center;}
.foto h1 {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 210%;
	font-weight: bold;
	color: #FFFFFF;
	padding: 15px 0 0 0;
	}
.foto h1 span {
	display: block;
	font-size: 65%;
	color: #CABB5D;
	margin: 10px 0 10px 0;
	padding: 0;
	}	

.separata {
	margin: 0;
	padding: 0;
	background: url(../images/linea.gif) left repeat-x;
	height: 1px;
	}
.menu {
	background-color: #E5E5E5;
	padding: 3px 0;
	margin-top: 1px;
	}
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: #e20004;
	}

