/@charset "UTF-8";
/* CSS Document */


/* ---------- [ REMOVE MARGINS, PADINGS AND BORDERS ] ---------- */

a img {
	border:none;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
fieldset,
form,
img,
dl,
dt,
dd,
p,
select,
option,
label,
input{
	margin: 0;
	padding: 0;
	border: none;
}

ul,
ol,
li {
	list-style: none;
	line-height: 16px;
}


/* ------common classes ------ */
.right {
	float: right!important;
}
.left {
	float: left!important;
}
.photo_list:after,
.clear_box {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0px;
	line-height:0px;
	margin:0px;
	padding:0px;
}
.clear_box {
	visibility: hidden;
}
.hidden {
	display: none!important;
}

/* ------ end common classes ------ */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #323232;
	margin: 0;
	padding: 0;
}

a{
	color: #0A0953;
	font-weight: bold;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

p{
	margin-bottom: 10px;
	line-height: 16px;
}

p.data{
	margin-bottom: 0;
	margin-left: 20px;	
}

li.bullet1{
	background: url("../assets/images/bullet_gray.jpg") 0 5px no-repeat;
	padding-left: 10px;
	margin-left: 20px;
}

li.bullet2{
	background: url("../assets/images/bullet_blue.jpg") 0 5px no-repeat;
	padding-left: 10px;
}

/* Todos los navegadores */

h2, 
h3,
h4,
h4{
	font-weight: normal;
}

h1,
h2, 
h3,
h4,
h5{
	padding: 5px 0;
}

h1{
	width: 156px;
	height: 123px;
	background: url("../assets/images/logo_cf.png") no-repeat;
}

h2{
	font-family: "Trebuchet MS";
	font-size: 21px;
	color: #A87D2D;
}

h3{
	font-size: 14px;
	color: #0093C7;
}

h4{
	font-size: 14px;
	color: #0093C7;
}

/* ----------- Main Menu --------------*/

.main_menu{
	width: 100%;
	height: 32px;
	background: url("../assets/images/bg_mainmenu.gif") repeat-x;
	text-align: center;
}

.main_menu ul{
	padding-top: 5px;
	font-size: 12px;
}

.main_menu ul li{
	display: inline;
}

.main_menu ul li a{
	font-weight: normal;
	color: #A3D8F5;
	padding: 11px 23px;
	text-decoration: none;
}

.main_menu ul li a:hover, 
.main_menu ul li a.active{
	background: transparent url(../assets/images/menu_triangle.gif) bottom center no-repeat;
}

/* ----------- Content ------------*/
.content{
	margin: 0 auto 10px;;
	padding: 5px;
	width: 960px;
	position: relative;
}

.main_header{
	width: 960px;
	height: 365px;
	background: url("../assets/images/bg_main_header.png") no-repeat;
}

.main_header .intro{
	margin-top: 10px;
	padding-left: 93px;
}

.main_header .intro h3{
	width: 260px;
}

.main_header .logo{
	width: 300px;
	padding: 10px 0 0 90px;
}
	
.logo{
	width: 300px;
	padding: 10px 0 0 25px;
}

.logo .bef{
	width: 129px;
	height: 108px;
	background: url("../assets/images/logo_boomer.png") no-repeat;
}

.main_header .intro p{
	color: #666666;
	width: 390px;
	font-size: 12px;
}

.bg_content{
	background: url("../assets/images/bg_content.gif") center bottom no-repeat;
	padding-bottom: 50px;
}


.bg_contact,
.bg_sacks,
.bg_how_to,
.bg_about{
	width: 200px;
	position: absolute;
	bottom: 0;
	left: 10px;
}

.bg_contact{
	height: 126px;
	background: url("../assets/images/bg_contact.png") no-repeat;
}

.bg_sacks{
	height: 300px;
	background: url("../assets/images/bg_sacks.png") no-repeat;
}

.bg_how_to{
	height: 360px;
	background: url("../assets/images/bg_how_to.png") no-repeat;
}

.bg_about{
	height: 202px;
	background: url("../assets/images/bg_about.png") no-repeat;
}

.content .header_internal{
	padding-top: 5px;
	margin: 0 auto;
	width: 600px;
	position: relative;
}

.content .header_internal h2,
.content .header_internal h3{
	margin-left: 35px;
}

.content .header_internal h2{
	margin-bottom: 5px;
}

.content .information{
	padding: 0 10px 0 55px; 
}

.content .information img{
	margin-bottom: 10px;
}

/* ----------- Table ------------*/

table{
	width: 520px;
}

table td{
	border-bottom: 1px #666666 dotted;
}


/* ----------- boxes ------------*/

.box1{
	width: 264px;
	height: 76px;
	margin: 0 1px 5px 0;
	padding: 20px 20px 20px 194px;
	position: relative;
	background: url("../assets/images/bg_box1.gif") bottom repeat-x;
}

.box1 h2{
	height: 50px;
}

.img_box{
	bottom: 0;
	left: 0;
	position: absolute;
}

.box1 p{
	margin-left: 10px;
}

.box1.last{
	margin: 0;
}

.btn_reading{
	width: 80px;
	color: #0A0953;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	padding-left: 15px;
	position: absolute;
	bottom: 20px;
	left: 192px;
	background: url("../assets/images/btn_learn_more.png") no-repeat;
	cursor: pointer;
}

.line{
	height: 6px;
	background: url("../assets/images/line.png") no-repeat;
}

/* ----------- Footer ------------*/
.footer{
	width: 960px;
	margin: 0 auto;
}

.footer ul{
	padding: 0 5px 0 20px;
	text-align: center;
}

.footer ul li{
	display: inline;
	color: #0099FF;
}

.footer ul li a{
	padding: 0 7px;
	font-weight: normal;
	text-decoration: none;
	color: #0A0953;
}

.footer ul li a:hover,
.footer ul li a.active{
	text-decoration: underline;
}

.footer p{
	font-size: 11px;
	color: #333333;
}
