/* SECCIÓN: RESETEO DE PARÁMETROS HTML */
html, body {
	height: 100%;
	font-size: .9em;
	margin: 0;
	padding: 0;
	background: #fff top left no-repeat;
	}
body, input, textarea, select, optgroup {
	font-family: 'Lato', Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: #676566;
	}
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.4em; }
ul li, dl, dt, dd { list-style: none; }
ol li{ margin-left: 36px;	}
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%;
	}
a{ color: #000; }
a:hover{ text-decoration: none; }
a.opa7:hover{ opacity: .7; }

.print { display: none; }
.noPrint { display: block; }
.limpiar {
	clear: both;
	font-size: .000001em;
	line-height: .000001em;
	height: .000001em;
	}
.limpiar_puntos {
	clear: both;
	font-size: .000001em;
	line-height: .000001em;
	height: 1px;
	background: url(../images/css_separata_hor02.gif) bottom left repeat-x;	
	}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix { zoom: 1; }
*:first-child+html .clearfix { zoom: 1; }
.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_cab {
	position: relative;
	z-index: 1000;
	background: #ededed;
	}
	#contenedor_cab #borde_superior{
		height: 2px;
		width: 100%;
		background: #000;
		font-size: .00001em;
		line-height: .00001em;
	}
	#contenedor_cab #contenedor_cab_interior{
		margin: 0 auto;
		width: 972px;		
	}
	
#contenedor_comp {
	position: relative;
	background: #ededed;
	}
	#contenedor_comp #contenedor_comp_interior{
		margin: 0 auto;
		width: 972px;		
	}
	
#pie02 {
	position: relative;
	background-color: #FFF;	
}
	#pie02 #pie02_dentro{ 
		width: 972px; 
		margin: 0 auto;
	}