html, body {
	background-color:#D39F00;
	height: 100%;
	margin: 0;
	padding: 0;
	min-width: 968px;
			font-family: Tahoma, Arial;
			font-size: 11px;
			color: #868686;
			line-height: 16px;
} 
#wrapper {
	width: 100%;
	height: 100%;
	min-height: 791px;
}
.oculto {
	display: none;
}
/* __________________________________________ OVERLAYS __________________________________________ */

div.overlay {
display:none;
height:600px;
padding:0;
width:500px;
}
div.overlay div.close {
background-image:url(../img/botones/close.png);
cursor:pointer;
height:16px;
position:absolute;
right:-2px;
top:-2px;
width:16px;
}
div.overlay.black {
-moz-background-clip:border !important;
-moz-background-inline-policy:continuous !important;
-moz-background-origin:padding !important;
background:transparent url(../img/overlay/transparent.png) no-repeat scroll 0 0 !important;
color:#FFFFFF;
}

/* __________________________________________ PRIVACIDAD __________________________________________ */

#privacidad {
background:#fff url(../img/estructura/back_priv.gif) repeat-x scroll 0 0;
padding:30px;
width:440px;

}
#privacidad h1 {
background: url(../img/titulos/privacidad_logo.jpg) no-repeat scroll 0 0;
height:73px;
margin:-2px 0 27px -2px;
text-indent:-9999px;
width:440px;
}

#privacidad h2.privacidad_h2 {
background: url(../img/titulos/02_h3_politica_seg.gif) no-repeat scroll 0 0;
height:16px;
margin: 0 0 31px -2px;
text-indent:-9999px;
width:143px;
}

#privacidad h2.aviso_h2 {
background: url(../img/titulos/aviso_h2.gif) no-repeat scroll 0 0;
height:16px;
margin: 0 0 31px -2px;
text-indent:-9999px;
width:143px;
}


#txt_privacidad {
	height: 400px;
	overflow: auto;
	padding-right: 30px;
	}

#privacidad p {
color:#868686;
line-height:16px;
margin-bottom:18px;
}
#privacidad a {
color:#900015;
text-decoration:none;
}
#privacidad a:hover {
text-decoration:underline;
}
#but_privacidad {
display:block;
height:7px;
left:282px;
position:absolute;
text-indent:-9999px;
top:25px;
width:96px;
}

