html, body {
	background:	#000000;
	height:		100%;
	margin: 	0px;
	min-height: 100%;
    padding: 	0px;
}


a {
	font-family:verdana;
	font-size: 15px;
	color:#FFFFFF;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}


#flashcontent {
	color: 		#FFFFFF;
	font-family:verdana;
}
	#flashcontent a {
		color: #FFFFFF;
	}
		#flashcontent a:hover {
			text-decoration:none;
		}


/* --------------------------------------------------------
 * DIV OCB + HTML MAP
 * --------------------------------------------------------
 */
#ocb {
	height: 	575px;
	left: 		50%;
	margin-top: -287px;
    margin-left:-460px;
    position:	absolute;
    top:		50%;
    width: 		920px;
    z-index: 	5;
}


/* --------------------------------------------------------
 * POP-UP CONTACTO
 * --------------------------------------------------------
 */
#ocb_contact {
	background: #000000;
	display: 	none;
	height: 	100%;
	font-family:Tahoma;
	font-size:  11px;
	left: 		0px;
	position: 	absolute;
	top:		0px;
	width:		100%;
	z-index: 	10;
}
	#ocb_contact_content {
		background: url(ocb_contact.jpg) no-repeat 0px 0px;
		height: 	500px;
		left:		50%;
		margin:		-250px 0px 0px -250px;
		position: 	relative;
		top:		50%;
		width:		500px;
	}
	
	#ocb_contact_close {
		cursor: 	pointer;
		height:		20px;
		position: 	absolute;
		right:		45px;
		text-indent:-10000px;
		top:		45px;
		width:		20px;
	}
	
	#ocb_contact_result {
		color:		#e9331b;
		font-size:  9px;
		left:		139px;
		position: 	absolute;
		text-align: center;
		top:		368px;
		width:		215px;
	}
	
	#ocb_contact form {
		left:		139px;
		position: 	absolute;
		top:		87px;
		width:		215px;
	}
		#ocb_contact form .input_text {
			background: none;
			border:		none;
			font-family:Tahoma;
			font-size: 	11px;
			height: 	17px;
			margin: 	0px;
			letter-spacing: 1px;
			padding: 	0px;
			outline: 	none;
			text-align: center;
			width:		215px;
		}
			#ocb_contact form input#mail,
			#ocb_contact form input#username {
				left:		0px;
				position:	absolute;
				top:		0px;
			}
				#ocb_contact form input#username {
					top:	57px;
				}
			
			#ocb_contact form .input_text_last {
				margin: 	0px 0px 35px 0px;
			}
			
			#ocb_contact form .input_text_error {
				color:		#a40b0b;
				font-size: 	10px;
				padding: 	1px 0px 0px 0px;
			}
		
		#ocb_contact form .textarea {
			background: none;
			border: 	none;
			height: 	150px;
			font-family:Tahoma;
			font-size: 	11px;
			overflow: 	auto;
			margin: 	0px;
			left:		0px;
			padding: 	0px 3px;
			position: 	absolute;
			top:		110px;
			width: 		215px;
		}
		
		#ocb_contact form .input_submit {
			background: url(input_submit.gif) no-repeat 0px 0px;
			border: 	none;
			cursor:		pointer;
			height: 	52px;
			left:		40px;
			position:	absolute;
			top:		302px;
			width:		125px;
		}
			#ocb_contact form .input_submit:hover {
				background: url(input_submit_f2.gif) no-repeat 0px 0px;
			}
	
	
