html, body {
	background-color:#FFF;
	height: 100%;
	margin: 0;
	padding: 0;
	min-width: 968px;
	font-family:Tahoma, Arial;
	font-size:11px;
	line-height: 16px;
} 
#wrapper {
	width: 100%;
	height: 100%;
	min-height: 724px;
}
.oculto {
	display: none;
}

/*___________________________________________ Overlay ___________________________________________*/

div.overlay {
display:none;
/*height:600px;*/
padding:0px;
width:500px;
}
div.overlay div.close {
background-image: url(../img/botones/close.png);
cursor:pointer;
height:14px;
position:absolute;
right:0px;
top:0px;
width:14px;
}
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;
}
div.overlay.petrol {
-moz-background-clip:border !important;
-moz-background-inline-policy:continuous !important;
-moz-background-origin:padding !important;
background:transparent url(../img/overlay/petrol.png) no-repeat scroll 0 0 !important;
color:#FFFFFF;
}
div.black h2, div.petrol h2 {
color:#DDDDDD;
}

/*___________________________________________ Privacidad ___________________________________________*/
		
		#privacidad {
			width: 440px;
			padding: 30px;
			background: url(../img/estructura/09_privacidad_back.gif) 0 0 repeat-x #ccc;
			}
			
			#privacidad h1 {
				background: url(../img/titulos/09_valcruz.gif) 0 0 no-repeat;
				width: 182px;
				height: 44px;
				text-indent: -9999px;
				margin: -2px 0 31px -2px;
				float: left;
				}
				
				#privacidad p {
					float: left;
					color: #333;
					margin-bottom: 18px;
					line-height: 18px;
					width: 440px;
					}
					
					#privacidad a  {	
						color:#cd3333;
						text-decoration: none;
						}
					#privacidad a:hover { text-decoration: underline;}
#privacidad h2 {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../img/titulos/09_privacidad.gif) no-repeat scroll 0 0;
	float:right;
	height:20px;
	margin:22px -2px 0 0;
	text-indent:-9999px;
	width:148px;
	}
#privacidad a:hover {
	text-decoration:underline;
}
#privacidad a {
color:#CD3333;
text-decoration:none;
}
.clear_float {
	display: inline-block;
	}
.clear_float:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	}