/* Fuentes */
@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/helveticaneueltpro-bdcn-webfont.eot');
    src: url('../fonts/helveticaneueltpro-bdcn-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneueltpro-bdcn-webfont.woff') format('woff'),
         url('../fonts/helveticaneueltpro-bdcn-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneueltpro-bdcn-webfont.svg#HelveticaNeueLTPro77BdCn') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body {
	height: 100%;
	font-size: 92%;
	margin: 0;
	padding: 0;
	background: #FFF url(../images/css_fnd_web.gif) top left;
	}
body, input, textarea, select, optgroup{
	font-family: 'Helvetica', Arial, Verdana;
	color: #000000;
	}
input, textarea, select, optgroup, table, tr, th, td  { font-size: 100%; }
p, ul, ol, li, dl, dt, dd, form, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
p, li, dt, dd { line-height: 1.25em; }
p{ padding: .4em 0 .7em 0; }
ul, ol, li, dl, dt, dd { list-style: none; }
acronym, abbr { cursor: help; }
img { border: 0; }
kbd {
	line-height: 2em;
	border-top: .15em solid #CCC;
	border-right: .25em solid #AAA;
	border-bottom: .3em solid #888;
	border-left: .2em solid #BBB;
	padding: 0 .2em;
	background: #EEE;
	vertical-align: text-bottom;
	font-size: 95%;
	font-family: Arial, Courier, monospace;
	}
a{
	text-decoration: none;
	color: #000;
}
a:hover{ color: #666666; }

.print { display: none; }
.noPrint { display: block; }
.limpiar {
	clear: both;
	font-size: .000001em;
	line-height: .000001em;
	height: .000001em;
	}
.oculto { display: none; }

.ayudaAcces {
	position: absolute;
	left: -10000px;
	top: 0;
	width: .000001em;
	font-size: .000001em;
	line-height: .000001em;
	}
a.ayudaAcces:active {
	position: static;
	width: auto;
	height: auto;
	}

#contenedor {
	position: relative;
	margin: 0 auto;
	min-height: 100%;
	width: 970px;
	}
#cuerpo{ background: #fff; }
#piefalso { height: 7.5em; }
#pie {
	position: relative;
	margin-top: -7.5em;
	min-height: 7.5em; 
	height: 7.5em;
	background: #a0a0a0;
}
	#pie_interior {
		margin: 0 auto;
		width: 970px;
	}