/* @override http://localhost/css/buceo.css */

body{
	font: 14px/1.5 Geneva, "Lucida Grande", Verdana, sans-serif;
	color: #4c4c4c;
	margin: 0 auto;
}

a{
	color: #4c4c4c;
	text-decoration: none;
}

a img{
	border: none;
}

ul{
	padding: 0;
	margin: 0;
}

li{
	list-style-type: none;
}

#container{
	background-color: #e2dec8;
	border: 1px solid #333;
	padding: 25px;
	width: 950px;
	margin: 25px auto 15px;
}

#header{
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
}

#contents{
	width: 100%;
}

#menus{
	width: 250px;
	float: left;
}

#menus a{
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

#menus ul{
}

#menus li{
	font-size: 10px;
	text-align: center;
	margin-bottom: 20px;
}

.menus_title{
	font-weight: bold;
	font-size: 24px;
}

#logo{
	float: left;
	margin-left: -10px;
	margin-top: 25px;
}
#about{
	float: right;
	padding-left: 25px;
	padding-right: 25px;
	width: 180px;
	margin-top: -5px;
}

.about_text{
	font-size: 12px;
}

#images{
	text-align: center;
	float: left;
	margin-bottom: 38px;
	margin-top: 35px;
	width: 100%;
}

#images ul{
	
}

#images li{
	display: inline;
	margin-right: 7px;
}

#images a{
	border-bottom-style: none;
}
#footer{
	text-align: center;
	clear: both;
	font-size: 12px;
}

#footer a{
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

#registration{
	float: left;
	z-index: 98;
	top: 0;
	left: 0;
	position: absolute;
	background-color: #000;
	width: 100%;
	height: 100%;
}
#registration_box{
	float: left;
	z-index: 99;
	position: absolute;
	width: 500px;
	background-color: #fff;
	border: 1px solid #000;
	padding: 50px;
	height: 250px;
}
.privacy_note{
	font-size: 10px;
	color: #f91615;
}

.registration_form{
	margin-top: 15px;
	margin-bottom: 10px;
	text-align: center;
}
.registration_form li{
	width: 400px;
	text-align: right;
}

.registration_form label{
	font-size: 12px;
	margin-right: 5px;
}

.registration_form input{
	font-size: 14px;
	width: 220px;
	border: 1px solid #4c4c4c;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 10px;
}

.registration_buttons{
	margin-top: 25px;
	text-align: center;
}
.registration_buttons ul{
}
.registration_buttons li{
	background-color: #666;
	border: 1px solid #000;
	padding: 8px 15px 7px;
	margin-right: 8px;
	display: inline;
}


.registration_buttons li a{
	color: #fff;
	padding-top: 7px;
	padding-bottom: 8px;
}