/******************************************/
/* Document   : style.css                 */
/* Created on : Oct 26, 2010, 13:00:36 AM */
/* Author     : damian.ignacio@gmail.com  */
/******************************************/

/*********/
/* RESET */
/*********/


a,h1,h2,h3,h4,h5,h6,p,div,ul,li,input,body,html,img,td,tr,table,textarea{
    padding: 0; margin: 0; border: transparent 0 none; outline: 0;
}
a{
    text-decoration: none;
    color: red;
}
li{
    list-style-type: none;
}


body{
	background: transparent url('images/body_content.jpg') top center repeat;
	font-family: "Trebuchet MS",sans-serif;
	font-size: 16px;
	color: #999999;
	background: #000;
}

img{
	border: transparent 0 none;
}

h1,h2,h3,h4,h5,h6,p{
	padding-bottom: 10px;
}

/**********/
/* COMMON */
/**********/

.clear{
	clear: both;
	display: block;
	height: 1px;
}

/********/
/* MAIN */
/********/

div#wrapper_main{
	margin:auto;
	overflow:hidden;
	width:900px;
	
	
	
	min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -118px;

}

/**********/
/* HEAD */
/**********/

#header{
	margin: 0 10px;
	width: 880px;
}

#header .logo_site{
	float:left;
	margin-top: 20px;
	margin-left: 10px;
}

#header .logo_site h1{
	padding-bottom: 0;
}

#header .logo_site h1 a{
	background:transparent url(images/logo_site.png) no-repeat scroll left top;
	display:block;
	height:62px;
	text-indent: -9999em;
	width:248px;
}

#header .language_site{
	float:right;
	margin-top:20px;
}

#header .language_site ul li{
	color:#FFFFFF;
	display:block;
	float:left;
	font-size:12px;
}

#header .language_site ul li.last{
	background: none;
}


#header .language_site ul li a{
	color:#FFFFFF;
	float:left;
	font-size:12px;
	padding-left:7px;
	padding-right:7px;
	text-decoration:none;
}


#header .language_site ul li a.active{
	color:#ED1C24;
}

#header .language_site ul li a:hover{
	color:#ED1C24;
}

/**************/
/* NAVIGATION */
/**************/

#navigation{
	width: 880px;
	margin-top:25px;
	margin-bottom: 15px;
}

#navigation ul{
	float:right;
}

#navigation ul li{
	border-right:1px solid #CCCCCC;
	display:block;
	float:left;
	line-height:10px;
	padding:0 2px;
}

#navigation ul li.last{
	border-right: 0;
}

#navigation ul li a{
	float: left;
	text-transform: uppercase;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	padding: 3px 3px;
	text-decoration:none;
}

#navigation ul li a:hover{
	color:#ED1C24;
}

#navigation ul li.active a{
	color:#ED1C24;
}


/**********/
/* LAYOUT */
/**********/

#body_content{
	width: 900px;
	margin: 0 auto;
}

#left_column{
	float:left;
	width: 224px;
	overflow: hidden;
	margin-top: 10px;
}

#right_column{
	float:right;
	width: 672px;
	overflow: hidden;
	margin-top: 10px;
}

#right_column.wide{
	width: 896px;
}

#banner:after{
	display:block;
	content:".";
	clear:both;
	font-size:0;
	line-height:0;
	height:0;
	overflow:hidden;
}

#banner{
	height: 250px;
	float: none;
	width: 880px;
	margin: 0 auto;
	overflow: hidden
}

#banner img{
	display: block;
}

#banner.narrow{
	width: 650px;
}


/*******************/
/* BOX SIDEBAR RED */
/*******************/


#left_column .box{
	width:224px;
	margin: 0 auto;
}

#left_column .box .box_head{
	background:transparent url(images/box_nav_top.png) no-repeat;
	height: 16px;
	width:224px;
}

#left_column .box .box_head .title h1{
	background:transparent url(images/box_nav_line.png) repeat-x scroll bottom;
	margin: 0 20px;
	display: block;
	font-size: 14px;
	color: #fff;
	height: 14px;
	padding: 18px 0 8px 0;
}

#left_column .box .box_head .title.no_border h1{
	background: none;
}

#left_column .box .box_body{
	background: transparent url(images/box_nav_mid.png) repeat-y;
	float: left;
	width: 224px;
}

#left_column .box .box_body .gradient{        
	min-height: 99px;
	background: #F3152B url(images/box_nav_gradient.png) bottom repeat-x;
	width: 204px;
	padding: 0;
	margin: 0 auto;
}

#left_column .box .box_body ul{
	padding-top: 5px;
}

#left_column .box .box_body ul ul{
	margin-top: 0;
	overflow: hidden;
	display: none;
	padding: 0;
}

#left_column .box .box_body ul li.active ul{
	margin-top: 0;
	overflow: hidden;
	display: block;
}

#left_column .box .box_body ul li{
	border-bottom:1px dashed #E5E5E5;
	color: #ccc;
	font-size:13px;
	margin: 0 10px;
}

#left_column .box .box_body ul li ul li{
	border-bottom: none;
	padding-left: 15px;
}

#left_column .box .box_body ul li.last{
	border-bottom:none;
}

#left_column .box .box_body ul li.active a{
	color: #FFF;
}

#left_column .box .box_body ul li.active ul li a{
	color: #E5E5E5;
}

#left_column .box .box_body ul li.active ul li.active a{
	color: #FFF;
}

#left_column .box .box_body ul li a{
	color: #E5E5E5;
	display: inline-block;
	font-size:13px;
	text-decoration:none;
	margin: 5px 0 5px 5px;
}

#left_column .box .box_body ul li a:hover{
	color: #FFF;
}

#left_column .box .box_body ul li ul li a:hover{
	color: #FFF;
}


#left_column .box .box_footer{
	background: transparent url(images/box_nav_bottom_noshadow.png) no-repeat;
	float:left;
	height: 10px;
	width: 224px;
}

#left_column .box .box_footer.shadow{
	background: transparent url(images/box_nav_bottom.png) no-repeat;
	float:left;
	height: 55px;
	width: 224px;
}



/*************************/
/* BOX SIDEBAR RED LOGIN */
/*************************/

#left_column .box.login .box_head .title h1{
	padding-left: 23px;

}
#left_column .box.login .box_head .title{
	background: transparent url(images/box_nav_pen.png) 20px 15px no-repeat;
}

#left_column .box.login .box_body .item{
	margin-left:20px;
	margin-top:7px;
	width:175px;
}

#left_column .box.login .box_body .item.right{
	text-align: right;
}


#left_column .box.login .box_body .item label{
	color:#FFFFFF;
	width: 60px;
	display: inline-block;
	text-align: right;
	font-size:11px;
}

#left_column .box.login .box_body .item input.field_text{
	background: #fff;
	border:1px solid #8B1A1E;
	width:100px;
	font-size:10px;
}

#left_column .box.login .box_body .item a{
	color:#FFFFFF;
	font-size:9px;
	margin-right:20px;
}

#left_column .box.login .box_body .item a:hover{
	text-decoration:none;
}

#left_column .box.login .box_body .item input.button_submit{
	background:transparent url(images/ingresar_button.png) no-repeat;
	margin-left: 60px;
	height:26px;
	width:63px;
	cursor: pointer;
}


/************/
/* BOX GREY */
/************/

#right_column.wide .box.grey{
	width: 896px;
}

#right_column.wide .box.grey .box_body .gradient{
	width: 830px;
}

#right_column.wide .box.grey .box_head{
	background:transparent url(images/box_content_large_top.png) no-repeat scroll left top;
	height: 20px;
}

#right_column.wide .box.grey .box_body{
	background: transparent url(images/box_content_large_mid.png) repeat-y;
}

#right_column.wide .box.grey .box_footer{
	background: transparent url(images/box_content_large_bottom.png) repeat-x;
	height: 50px;
	width: 896px;
	float: left;
}


#right_column .box.grey {
	font-size: 12px;
	width: 672px;
}

#right_column .box.grey .box_head{
	background:transparent url(images/box_content_top.png) no-repeat scroll left top;
	height: 20px;
}

#right_column .box.grey .box_body{
	background: transparent url(images/box_content_mid.png) repeat-y;
}

#right_column .box.grey .box_body .gradient{
        position: relative;
	background: transparent url(images/box_content_gradient.png) repeat-x bottom;
	width: 606px;
	margin: 0 auto;
	padding: 10px 25px;
}

#right_column .box.grey  .box_footer{
	background: transparent url(images/box_content_bottom.png) repeat-x;
	height: 50px;
	float: left;
	width: 672px;
}


/**********************/
/* PRODUCT CATEGORIES */
/**********************/

h1.page_title{
	color: #C32127;
}

h2.page_title{
	color: #C32127;
}
h3.page_title{
    color: #C32127;    
}

#right_column ul{
	padding: 35px 10px 0 10px;

}
#right_column li{
	padding-left: 12px;
	background: transparent url(images/li_bullet.png) 0 2px no-repeat;
	padding-bottom: 2px;
}

#product_categories{
	margin-top: 15px;
}

#product_categories .item{
	margin-bottom: 5px;
}


#right_column.wide #contact_text_holder{
	width: 420px;
}

#contact_text_holder{
	width: 200px;
	padding-right: 10px;
	border-right: 1px #ccc dotted;
	float: left;

}

#contact_form_holder{
	width: 380px;
	float: right;
}


#contact_form_holder .field_text{
	border: 1px solid #ccc;
	width: 140px;
	padding: 5px;

}

#contact_form_holder .form_submit{
	background: transparent url(images/button_submit.png) no-repeat;
	width: 80px;
	height: 19px;
	font-size: 12px;
	line-height: 19px;
	color: #fff;
	vertical-align: middle;
	float: right;
	margin-right: 7px;
}

#contact_form_holder .field_textarea{
	border: 1px solid #ccc;
	padding: 5px;
}

#contact_form_holder label span{
	color: #C21D23;
}
#contact_form_holder label{
	margin-top: 10px;
	display: block;

}

#contact_form_holder table{
	width: 380px;
}


/****************/
/* PRODUCT PAGE */
/****************/

#product_page{
	width: 600px;
}

#product_page .item{
	width: 578px;
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #fff;
}

#product_page .item.last{
	margin-bottom: 20px;
}

#product_page .item_thumb{
	width: 150px;
	float: left;
}






#product_page .item_thumb img{
	width: 120px;
	height: 88px;
	background-color: #fff;
	visibility: hidden;
}

#product_page .item_description{
	float: left;
	width: 428px;
	height: 100px;


}

#product_page .item_description h1{
	padding-top: 10px;
	font-size: 16px;
	padding-bottom: 2px;
	color: #C32127;
	padding-left: 10px;
}

#product_page .item_description h2{
	font-size: 14px;
	padding-left: 10px;
}
#product_page .item_description h3{
	font-size: 12px;
	color: #666;
	padding-left: 10px;

}

/************/
/* POS PAGE */
/************/

#POS_page{
	width: 600px;
}

#right_column.wide #POS_page{
	width: 819px;
	margin: 0 auto;
	clear:both;
}

#POS_filter_holder{
	/*background:transparent url(images/zone_layout.png) no-repeat;*/
	height:60px;
	width:500px;
	padding-top: 16px;
	float:left;
	position:relative;
	margin-left: -15px;
}

/* setting the width and height of the SELECT element to match the replacing graphics */
select.select{
    position:relative;
    z-index:10;
    width:220px !important;
    height:34px !important;
    line-height:34px;
}

/* dynamically created SPAN, placed below the SELECT */
span.select{
    position:absolute;
    bottom:0;
    float:left;
    left:4px;
    width:220px;
    height:34px;
    line-height:34px;
    text-indent:10px;
    background:url(images/arrow.png) repeat-x 0 0;
    cursor:default;
    z-index:1;
	color:#000;
	font-family:"Myriad Pro";
	font-size:12px;
	}

.select_holder1
{
	float:left;
	margin-left:10px;
	position:relative;
}	
	
#POS_filter_holder .select_holder{
	margin-left: 15px;
}

#POS_filter_holder .select_holder label{
	width: 70px;
	display: inline-block;
}
#POS_filter_holder .select_holder select{
	width: 180px;
}

#right_column.wide #POS_items_holder{
	width: 819px;
}

#POS_items_holder{
	width: 600px;
	margin: 10px 0;
}

#right_column.wide .item{
	width: 243px;

}

#POS_items_holder .item{
	width: 270px;
	height: 32px;
	line-height: 16px;
	overflow: hidden;
	border: 1px solid #ccc;
	padding: 5px 10px;
	background-color: #fff;
	float: left;
	margin: 4px;
	position: relative;
}

#POS_items_holder .item .POS_read_more{
	position: absolute;
	right: 5px;
	bottom: 1px;
	padding-bottom: 0;
}

#POS_items_holder .item .POS_read_more a{

	color: #999999;
	padding-left: 12px;
	background: transparent url(images/li_bullet.png) 0 2px no-repeat;

}

#POS_items_holder .item h1{
	font-size: 16px;
	padding: 0;
}

#right_column.wide #POS_items_holder .item h1{
	font-size: 14px;
}
#right_column.wide #POS_items_holder .item h1 a{
	font-size: 14px;
}

#POS_items_holder .item h1 a{
	font-size: 16px;
	color: #C32127;
}

.POP_popup_info{
	background-color: #fff;
	font-size: 14px;
	padding: 30px 60px;
}

.POP_popup_info label{

}

.POP_popup_info label{
	font-size: 12px;
}

.POP_popup_info span{
	font-weight: bold;
	color: #666;
}

.POP_popup_info h1{
	font-size: 16px;
	color: #C32127;
}

#home_page{
	width: 886px;
	margin: auto;
	overflow: hidden;
	height: 159px;
	margin-bottom: 5px;
	margin-top: 10px;
}

#home_page .item_holder{
	width: 210px;
	height: 159px;
	float: left;

	margin: 0	 6px;
	position: relative;

}

#home_page .item_holder.box_4{
	margin-right: 0;
}

#home_page .item_holder.box_5{
	margin-right: 0;
	width: 432px;
	height: 159px;
	background-color: red;
	background:transparent url(images/home_box_5.png) top no-repeat;
}

#flash_home_1{
	width: 432px;
	height: 121px;

}

#flash_home_1_new{
	width: 432px;
	height: 121px;
	display:inline-block;
	vertical-align:top;

}

#home_page .item_holder.box_1{
	background:transparent url(images/home_box_1.png) top no-repeat;
}

#home_page .item_holder.box_3{
	background:transparent url(images/home_box_2.png) top no-repeat;
}
#home_page .item_holder.box_3{
	background:transparent url(images/home_box_2.png) top no-repeat;
}

#home_page .item_holder.box_4{
	background:transparent url(images/home_box_3.png) top no-repeat;
}

#home_page #video_button_1,
#home_page #video_button{
	width: 210px;
	height: 159px;
	display: block;
	background:transparent url(images/home_box_4.png) top no-repeat;
}

#video_holder{
	position: relative;
	margin-top: 30px;
	width: 560px;
	height: 318px;
}

#home_page #video_wrapper_bottom{
	width: 210px;
	height: 33px;
	position: absolute;
	z-index: 100;
	bottom: 2px;
}


/*************************/
/* BOX HOME RED LOGIN */
/*************************/


#home_page .box.login .box_head .title h1{
	padding-left: 23px;

}
#home_page .box.login .box_head .title{
	background: transparent url(images/box_nav_pen.png) 20px 15px no-repeat;
}

#home_page .box.login .box_body .item{
	margin-left:20px;
	margin-top:7px;
	width:175px;
}

#home_page form{
	margin-top: 35px;
	margin-left: 10px;
}

#home_page .item.right{
	text-align: right;
}


#home_page .item label{
	color:#FFFFFF;
	width: 60px;
	display: inline-block;
	text-align: right;
	font-size:11px;
}

#home_page .item input.field_text{
	background: #fff;
	border:1px solid #8B1A1E;
	width:100px;
	font-size:10px;
}

#home_page .item a{
	color:#FFFFFF;
	font-size:9px;
	margin-right:20px;
}

#home_page .item a:hover{
	text-decoration:none;
}

#home_page .item input.button_submit{
	background:transparent url(images/ingresar_button.png) no-repeat;
	margin-left: 60px;
	height:26px;
	width:63px;
	cursor: pointer;
}
#home_page .item input.en_button_submit{
	background:transparent url(images/en_ingresar_button.png) no-repeat;
	margin-left: 60px;
	height:26px;
	width:63px;
	cursor: pointer;
}


/*
############################################################################################################
################################################## BODY ####################################################
############################################################################################################
div#body_content{
	float:left;
	width:900px;
}

div#line_out{
	background:#630D0F none repeat scroll 0 0;
	float:left;
	height:2px;
	margin-left:20px;
	margin-top:-1px;
	width:165px;
}

div#body_content .banner{
	float:left;
	margin-top:10px;
	width:900px;
}

div#body_content .left_colum{
	float:left;
	width:220px;
}

div#body_content .left_colum .box_content{
	float:left;
	width:230px;
}

div#body_content .left_colum .box_content .login_head{
	background:transparent url(../images/box_content_head.png) no-repeat scroll left top;
	float:left;
	height:36px;
	width:226px;
}

div#body_content .left_colum .box_content .login_head .title{
	background:transparent url(../images/line_content.jpg) repeat-x scroll left bottom;
	float:left;
	margin-left:20px;
	margin-top:11px;
	width:190px;
}

div#body_content .left_colum .box_content .login_head .title.no_border{
	background: none;
}


div#body_content .left_colum .box_content .login_head .title img{
	float:left;
	margin-left:10px;
	margin-top:3px;
	padding-bottom:2px;
}

div#body_content .left_colum .box_content .login_body{
	background: transparent url(../images/box_content_body.png) repeat-y scroll left top;
	float:left;
	width:226px;
}

div#body_content .left_colum .box_content .login_body .gradient{
	background:#630D0F url(../images/gradient_layout.jpg) repeat-x scroll left top;
	float:left;
	margin-left:12px;
	width:204px;
}

div#body_content .left_colum .box_content .login_body .gradient ul li{
	border-bottom:1px dashed #FFFFFF;
	color:#FFFFFF;
	display:block;
	float:left;
	font-size:11px;
	margin-left:20px;
	margin-top:11px;
	padding-bottom:2px;
	width:165px;
}

div#body_content .left_colum .box_content .login_body .gradient ul li.last{
	border-bottom:none;
}

div#body_content .left_colum .box_content .login_body .gradient ul li a{
	color:#FFFFFF;
	font-family:trebuchet MS;
	font-size:13px;
	margin-left:5px;
	text-decoration:none;
}

div#body_content .left_colum .box_content .login_body .gradient .item{
	float:left;
	margin-left:20px;
	margin-top:7px;
	width:175px;
}

div#body_content .left_colum .box_content .login_body .gradient .item label{
	color:#FFFFFF;
	float:left;
	font-family:trebuchet MS;
	font-size:11px;
	width:65px;
}

div#body_content .left_colum .box_content .login_body .gradient .item input.field_text{
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #8B1A1E;
	width:100px;
	font-size:10px;
}

div#body_content .left_colum .box_content .login_body .gradient .item a{
	color:#FFFFFF;
	float:right;
	font-family:trebuchet MS;
	font-size:9px;
	margin-right:20px;
}

div#body_content .left_colum .box_content .login_body .gradient .item a:hover{
	text-decoration:none;
}

div#body_content .left_colum .box_content .login_body .gradient .item input.in{
	background:transparent url(../images/ingresar_button.png) no-repeat scroll left top;
	border:medium none;
	float:right;
	height:26px;
	margin-right:50px;
	width:63px;
	cursor: pointer;
}

div#body_content .left_colum .box_content .login_footer{
	background: transparent url(../images/box_content_footer.png) no-repeat scroll left top;
	float:left;
	height:15px;
	width:226px;
}

div#body_content .left_colum .box_content .shadow{
	background:transparent url(../images/sombras.png) no-repeat scroll left top;
	float:left;
	height:35px;
	margin-left:13px;
	margin-top:-5px;
	width:215px;
}




div#body_content .box_content{
	float:left;
	width:660px;
}

div#body_content .box_content .mini_box_content{
	float:left;
	margin-top:5px;
	width:220px;
}

div#body_content .box_content .mini_box_content .image_content_mini{
	float:left;
	height:140px;
}

div#body_content .box_content .mini_box_content .image_content_mini a img{
	border:none;
}


div#body_content .box_content .mini_box_content .shadow{
	background:url("../images/sombras.png") repeat-x scroll left top transparent;
	float:left;
	height:35px;
	margin-left:10px;
	margin-top:-5px;
	width:210px;
}

div#body_content .box_content .mini_box_content .concurso_head{
	background: transparent url(../images/concurso_head.png) no-repeat scroll left top;
	float:left;
	height:14px;
	width:226px;
	margin-top:-2px;
}

div#body_content .box_content .mini_box_content .concurso_body{
	background: transparent url(../images/concurso_body.png) repeat-y scroll left top;
	float:left;
	width:226px;
}

div#body_content .box_content .mini_box_content .concurso_body .gradient_concurso{
	background:#B9BBBD url(../images/gradient_concurso.jpg) repeat-x scroll left top;
	float:left;
	margin-left:10px;
	width:208px;
}

div#body_content .box_content .mini_box_content .concurso_body .gradient_concurso .title{
	float:left;
	text-align:right;
	width:190px;
}

div#body_content .box_content .mini_box_content .concurso_body .gradient_concurso .image_content{
	float:left;
	height:111px;
	margin-left:-15px;
	margin-top:-20px;
	overflow:hidden;
	position:relative;
	width:117px;
}

div#body_content .box_content .mini_box_content .concurso_body .gradient_concurso .description{
	float:left;
	margin-right:19px;
	text-align:right;
	width:87px;
}

div#body_content .box_content .mini_box_content .concurso_body .gradient_concurso .description p{
	color:#999999;
	font-family:trebuchet MS;
	font-size:11px;
}

div#body_content .box_content .mini_box_content .concurso_body .gradient_concurso .description a{
	color:#F05653;
	font-family:trebuchet MS;
	font-size:11px;
	text-decoration: none;
}

div#body_content .box_content .mini_box_content .concurso_footer{
	background: transparent url(../images/concurso_footer.png) no-repeat scroll left top;
	float:left;
	height:16px;
	width:226px;
}













#########################




div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .title_big_box span{
	color:#C2171E;
	font-family:trebuchet MS;
	font-size:30px;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .zona{
	background:transparent url(../images/zone_layout.png) no-repeat scroll left top;
	float:left;
	height:76px;
	width:277px;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .zona span{
	color:#C2171E;
	float:left;
	font-family:trebuchet MS;
	font-size:13px;
	margin-left:15px;
	margin-top:15px;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .zona .seleccion{
	margin-left:15px;
	margin-top:5px;
	float:left;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .zona .seleccion label{
	color:#999999;
	float:left;
	font-family:trebuchet MS;
	font-size:12px;
	font-weight:bold;
	margin-right:10px;
	margin-top:3px;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .zona .seleccion select{
	border:1px solid #CCCCCC;
	color:#999999;
	font-size:11px;
	text-align:center;
	width:180px;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .links_zona{
	float:left;
	margin-left:20px;
	margin-top:5px;
	width:620px;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .links_zona ul li{
	background:#E6E6E6 none repeat scroll 0 0;
	display:block;
	float:left;
	margin-top:10px;
	width:620px;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .links_zona ul li a{
	color:#999999;
	float:left;
	font-family:trebuchet MS;
	font-size:13px;
	margin-left:20px;
	text-decoration:none;
	width:130px;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .gallery_image{
	background:transparent url(../images/gallery_layout.png) no-repeat scroll left top;
	float:left;
	height:83px;
	margin-left:10px;
	position: relative;
	width:611px;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .gallery_image .content{
	float:left;
	position:relative;
	width:47px;
	border-right:1px dotted #CCCCCC;
	margin-top:12px;
	margin-left:15px;
	padding-right:15px;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .gallery_image a{

	float:left;

}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .gallery_image a.next{
	background:transparent url(../images/next_image.png) no-repeat scroll left top;
	border:medium none;
	float:left;
	height:33px;
	margin-top:28px;
	padding:0;
	width:20px;
}


div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .gallery_image .content.last{
	border: none;
}


div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .gallery_image a img{
	border: none;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .gallery_image .show_description{
	float:left;
	left:-27px;
	position:absolute;
	top:-185px;
	width:221px;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .gallery_image .show_description .show_description_head{
	background: transparent url(../images/show_description_head.png) no-repeat scroll left top;
	float:left;
	height:11px;
	width:221px;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .gallery_image .show_description .show_description_body{
	background: transparent url(../images/show_description_body.png) repeat-y scroll left top;
	float:left;
	width:221px;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .gallery_image .show_description .show_description_body .show_description_gradient{
	background:#F1F1F3 url(../images/show_description_gradient.jpg) repeat-x scroll left top;
	float:left;
	margin-left:11px;
	width:200px;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .gallery_image .show_description .show_description_body .show_description_gradient .title{
	border-bottom:1px dotted #CCCCCC;
	float:left;
	margin-left:5px;
	padding-bottom:3px;
	width:190px;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .gallery_image .show_description .show_description_body .show_description_gradient .title span{
	color:#C2171E;
	font-family:trebuchet MS;
	font-size:12px;
	float: left;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .gallery_image .show_description .show_description_body .show_description_gradient .skills{
	float:left;
	margin-left:5px;
	margin-top:10px;
	width:190px;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .gallery_image .show_description .show_description_body .show_description_gradient .skills p{
	color:#999999;
	font-family:trebuchet MS;
	font-size:12px;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .gallery_image .show_description .show_description_footer{
	background: transparent url(../images/show_description_footer.png) no-repeat scroll left top;
	float:left;
	height:30px;
	width:221px;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .lista_pedidos{
	float:left;
	margin-left:65px;
	margin-top:15px;
	width:531px;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .lista_pedidos .boton_enviar{
	float:right;
	margin-top:10px;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .lista_pedidos .boton_enviar .env{
	background:transparent url(../images/enviar_boton.png) no-repeat scroll left top;
	border:medium none;
	cursor:pointer;
	height:19px;
	width:55px;
	display: block;
	text-indent: -9999em;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .lista_pedidos ul li.bottom{
	background:transparent url(../images/list_bottom.png) no-repeat scroll left top;
	border-top:1px solid #FFFFFF;
	float:left;
	height:10px;
	width:531px;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .lista_pedidos ul li{
	background:#E2E2E2 none repeat scroll 0 0;
	float:left;
	display: block;
	width:550px;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .lista_pedidos ul li .title{
	border-top:1px solid #FFFFFF;
	float:left;
	width:531px;
	padding-bottom:3px;
	padding-top:3px;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .lista_pedidos ul li .title.first{
	border: none;
}


div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .lista_pedidos ul li .title p{
	color:#AD0000;
	float:left;
	font-family:trebuchet MS;
	font-size:14px;
	margin-left:155px;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .lista_pedidos ul li .first_content{
	border-right:1px solid #FFFFFF;
	float:left;
	border-top:1px solid #FFFFFF;
	width:150px;
	padding-bottom:3px;
	padding-top:3px;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .lista_pedidos ul li .first_content.first{
	border: none;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .lista_pedidos ul li .first_content span{
	color:#4C4C4C;
	font-family:trebuchet MS;
	font-size:11px;
	margin-left:10px;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .lista_pedidos ul li .info_content{
	border-top:1px solid #FFFFFF;
	float:left;
	width:380px;
	padding-bottom:3px;
	padding-top:3px;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .lista_pedidos ul li .info_content input.field_text{
	float:left;
	font-size:12px;
	margin-left:5px;
	width:200px;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .lista_pedidos ul li .second_content{
	border-right:1px solid #FFFFFF;
	float:left;
	border-top:1px solid #FFFFFF;
	width:205px;
	padding-bottom:3px;
	padding-top:3px;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .lista_pedidos ul li .second_content span{
	color:#4C4C4C;
	font-family:trebuchet MS;
	font-size:11px;
	margin-left:10px;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .lista_pedidos ul li .third_content{
	border-top:1px solid #FFFFFF;
	float:left;
	width:180px;
	padding-bottom:3px;
	padding-top:3px;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .lista_pedidos ul li .third_content input.field_text{
	float:left;
	font-size:12px;
	margin-left:5px;
	width:150px;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .description_section .comments{
	float:left;
	margin-bottom:10px;
	width:350px;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .description_section .comments strong{
	color:#C2171E;
	font-family:trebuchet MS;
	font-size:14px;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .description_section .comments p{
	color:#999999;
	font-family:trebuchet MS;
	margin-bottom:0;
	font-size:12px;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .description_section{
	float:left;
	margin-left:20px;
	margin-top:5px;
	width:638px;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .description_section.linea{
	width:350px
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .description_section.litle{
	width:200px
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .description_section.small{
	width:600px
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .description_section .image{
	float:right;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .description_section p{
	color:#999999;
	font-family:trebuchet MS;
	font-size:11px;
	margin-bottom:15px;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .description_section p a.volver{
	color:#C2171E;
	text-decoration:none;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .description_section p a.mail{
	color:#999999;
	text-decoration:none;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .description_section p.no_margin{
	margin-bottom:0;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .description_section span{
	color:#C33133;
	font-family:trebuchet MS;
	font-size:11px;
	float: left;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .description_section span.flot{
	float:none;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .description_section a.ver{
	background:transparent url(../images/ver_productos_boton.png) no-repeat scroll left top;
	float:left;
	height:24px;
	margin-top:15px;
	text-indent:-9999em;
	width:170px;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .description_section .list_content{
	float:left;
	width:300px;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .description_section .list_content ul li{
	display:block;
	margin-top:5px;
	float: left;
	width: 300px;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .description_section .list_content ul li span{
	color:#C2171E;
	float:left;
	font-family:trebuchet MS;
	font-size:13px;
	font-weight:bold;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .description_section .list_content ul li p{
	color:#999999;
	font-family:trebuchet MS;
	font-size:13px;
	margin-bottom:0;
	margin-left:15px;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .description_section .distribuidor{

}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .description_section .distribuidor p{
	margin-bottom:7px;
	font-size:12px;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .description_section .distribuidor .distribuidor_name{
	border-bottom:1px dotted #C2171E;
	float:left;
	margin-bottom:7px;
	padding-bottom:3px;
	width:340px;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .distribuidor .distribuidor_name span{
	font-size:15px;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .contacto_form{
	border-left:1px dotted #CCCCCC;
	float:left;
	margin-left:10px;
	width:425px;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .contacto_form .errors{
	font-family:trebuchet MS;
	font-size:12px;
	margin-bottom:15px;
	margin-left:20px;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .contacto_form .errors strong{
	color:#C2171E;
	font-size:15px;
	font-family:trebuchet MS;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .contacto_form .infor{
	float:left;
	margin-left:20px;
	margin-bottom:10px;
	width:170px;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .contacto_form .infor label{
	color:#999999;
	float:left;
	font-family:trebuchet MS;
	font-size:12px;
	font-weight:bold;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .contacto_form .infor label span{
	color:#C2171E;
	margin-right:3px;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .contacto_form .infor input.texto_info{
	border:1px solid #CCCCCC;
	color:#999999;
	font-size:11px;
	width:160px;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .contacto_form .infor_textarea{
	float:left;
	margin-bottom:10px;
	margin-left:20px;
	width:353px;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .contacto_form .infor_textarea label{
	color:#999999;
	float:left;
	font-family:trebuchet MS;
	font-size:12px;
	font-weight:bold;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .contacto_form .infor_textarea label span{
	color:#C2171E;
	margin-right:3px;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .contacto_form .infor_textarea textarea{
	border:1px solid #CCCCCC;
	color:#999999;
	font-size:11px;
	width:353px;
	height: 100px;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .contacto_form .boton_enviar{
	float:right;
	margin-right:50px;
	width:60px;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .contacto_form .boton_enviar input.boton{
	background:transparent url(../images/enviar_boton.png) no-repeat scroll left top;
	border:medium none;
	cursor:pointer;
	float:right;
	height:19px;
	width:55px;
}


div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .patro_gallery{
	background: transparent url(../images/patrocinantes_layout.png) no-repeat scroll left top;
	float:left;
	height:84px;
	margin-left:16px;
	width:602px;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .patro_gallery .content_patro{
	border-right:1px dotted #CCCCCC;
	float:left;
	margin-top:14px;
	text-align:center;
	width:98px;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .patro_gallery .content_patro.last{
	border: none;
}


div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .patro_gallery .content_patro a{

}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .patro_gallery .content_patro a img{
	border:none;
}


div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .mapa{
	float:left;
	margin-left:4px;
	width:265px;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .image_linea{
	background:transparent url(../images/image_linea_layout.png) no-repeat scroll left top;
	position:absolute;
	right:0;
	top:-5px;
	text-align: center;
	width:375px;
	height:450px;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .image_linea img{
	left:62%;
	margin-left:-145px;
	margin-top:-10px;
	position:absolute;
	top:50%;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .product_content{
	float:left;
	margin-left:17px;
	width:630px;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .product_content .product_content_head{
	background: transparent url(../images/product_content_head.png) no-repeat scroll left top;
	float:left;
	height:23px;
	width:627px;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .product_content .product_content_body{
	background: transparent url(../images/product_content_body.png) repeat-y scroll left top;
	float:left;
	width:627px;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .product_content .product_content_body .product_content_gradient{
	background: #E6E6E6 url(../images/product_content_gradient.jpg) repeat-x scroll left top;
	float:left;
	margin-left:17px;
	width:593px;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .product_content .product_content_body .product_content_gradient .product{
	border-right:1px dotted #CCCCCC;
	float:left;
	margin-left:20px;
	padding-right:10px;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .product_content .product_content_body .product_content_gradient .product.last{
	border: none;
}


div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .product_content .product_content_footer{
	background: transparent url(../images/product_content_footer.png) no-repeat scroll left top;
	float:left;
	height:23px;
	width:627px;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .description_product{
	float:left;
	margin-left:30px;
	width:290px;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .description_product a{
	border: none;
	cursor: pointer;
	text-decoration: none !important;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .description_product a.link_products{
	border: none;
	cursor: pointer;
	text-decoration: none !important;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .description_product a.link_products img{
	border: none;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .description_product a.link_products strong{
	border: none;
	text-decoration: none !important;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .description_product a.link_products p{
	border: none;
	text-decoration: none !important;
}


div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .description_product.last{
	margin-left: 20px;
}


div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .description_product .description_product_head{
	background: transparent url(../images/producto_description_head.png) no-repeat scroll left top;
	float:left;
	height:4px;
	width:290px;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .description_product .description_product_body{
	background: #0B0B0B url(../images/producto_description_body.png) repeat-x scroll left top;
	float:left;
	margin-left:1px;
	width:288px;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .description_product .description_product_body .image_product{
	float:left;
	height:90px;
	margin-top:10px;
	overflow:hidden;
	width:70px;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .description_product .description_product_body .comment_product{
	float:left;
	margin-top:5px;
	margin-left:12px;
	width:200px;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .description_product .description_product_body .comment_product strong{
	color:#CCCCCC;
	font-family:trebuchet MS;
	font-size:14px;
	text-decoration: none !important;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .description_product .description_product_body .comment_product p{
	color:#999999;
	font-family:trebuchet MS;
	font-size:11px;
	text-decoration: none !important;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .description_product .description_product_footer{
	background: transparent url(../images/producto_description_footer.png) no-repeat scroll left top;
	float:left;
	height:6px;
	width:290px;
}


div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .images_content{
	float:left;
	margin-left:10px;
	width:605px;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .images_content p{
	font-family:trebuchet MS !important;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .images_content a{
	float:left;
	height:170px;
	margin-left:10px;
	margin-top:7px;
	width:105px;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .images_content a img{
	border:2px solid #CCCCCC;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .next{
	float:left;
	margin-left:10px;
	width:595px;
}

div#body_content .box_content .big_box_content .big_box_content_body .gradient_big_box .next a{
	background:transparent url(../images/next.png) no-repeat scroll left top;
	float:right;
	height:18px;
	text-indent:-9999em;
	width:13px;
}

div#body_content .box_content .big_box_content .big_box_content_footer{
	background: transparent url(../images/big_box_footer.png) no-repeat scroll left top;
	float:left;
	height:10px;
	width:675px;
}

div#body_content .box_content .shadow{
	background:transparent url(../images/sombras.png) repeat-x scroll left top;
	float:left;
	height:35px;
	margin-left:11px;
	margin-top:5px;
	width:656px;
}

div#body_content .box_content .banner_products{
	background: transparent url(../images/banner_products.png) no-repeat scroll left top;
	float:left;
	height:159px;
	width:679px;
}

div#body_content .box_content .banner_products .image_banner{
	float:left;
	margin-left:10px;
	margin-top:15px;
}

div#body_content .box_content .banner_products .text_banner{
	float:right;
	margin-right:20px;
	margin-top:20px;
	text-align:right;
	width:345px;
}

div#body_content .box_content .banner_products .text_banner strong{
	color:#FFFFFF;
	font-family:trebuchet MS;
	font-size:18px;
}

div#body_content .box_content .banner_products .text_banner p{
	color:#FFFFFF;
	font-family:trebuchet MS;
	font-size:12px;
	margin-top:10px;
}*/

/*############################################################################################################*/
/*################################################## FOOTER ##################################################*/
/*############################################################################################################*/
div#footer{
	text-align: center;
	font-size:10px;
}

div#footer p{
	color:#ADADAD;
	font-weight:normal;
}

div#footer a{
	/*color:#D63523;*/
	text-decoration:none;
	
}


.family_item {
    clear: both;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 5px;
}
.item_left{
    float: left;
    width: 220px;
    margin: 10px 5px;
    height: 120px;
}
.item_right{
    float: left;
    width: 360px;
    margin: 10px 5px;
    height: 120px;
    display: table;
}
.family_item .item_right table{
    margin: 0px 0 0 0px;
    width: 360px;
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #fff!important;
}
.family_item table td{
    width: 360px;
}
.family_item .item_right table tr {
    height: 20px;

}

.family_item .item_right table,
.family_item .item_right th,
.family_item .item_right td {
	border: 1px solid #D4E0EE;
	border-collapse: collapse;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #555;
}

.family_item .item_right td,
.family_item .item_right th {
	padding: 4px;       
}
.family_item .item_right .model{
	width: 50px;
}

.family_item .item_right thead th {
	text-align: center;
	background: #E6EDF5;
	color: #4F76A3;
	font-size: 100% !important;
}

.family_item .item_right tbody th {
	font-weight: bold;
}

.family_item .item_right tbody tr { background: #FCFDFE; }

.family_item .item_right tbody tr.odd { background: #F7F9FC; }

#logos{
    position: absolute;
    top: 15px;
    right: 50px;
}
#logos img {
    margin-left: 25px;
}


/*----------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------*/
* {
margin: 0;
}
html, body {
height: 100%;
}
.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -118px;
text-align:center;
}
.footer, .push {
height: 118px;
}

.footer
{
	background-color:#232323;
}

body
{
	
	/*color:#fff;*/
}

img
{
	border:0;
}

#header
{
	text-align:center;
	background-color:#000;
	font-family:"Trebuchet MS";
	font-size:12px;
	
	width:885px;
	height:130px;
	margin: auto auto 5px;
	text-align:left;
	overflow:hidden;
}

#logo_header
{
	display:block;
	float:left;
}

#derecha_header
{
	float:right;
	margin: 10px 10px 0 0;
}

#idiomas
{
	font-weight:bold;
}

#idiomas a.activo
{
	color:#ee302f;
}
#idiomas a
{
	color:#fff;
	text-decoration:none;
}
#redes_sociales
{
	width:81px;
	height:25px;
	
	float:right;
	margin-top:5px;
}

#arriba_header
{
	overflow:hidden;
	margin-top:15px;
}

#menu
{
	width:885px;
	height:36px;
	/*background:url(../images/bk_menu.jpg);*/
	clear:both;
	padding:0;
	margin-top:15px;
}


#menu li 
{
	float:left;
	list-style-type:none;
}

#menu li a
{
	font-size:14px;
	font-weight:bold;
	text-align:center;
	display:block;
	height:36px;
	color:#fff;
	text-decoration:none;
	line-height:36px;
	background:url(images/bk_menu.jpg);
}

#menu li a#empresa
{
	width:128px;
	background-position:0 0;
}

#menu li a#productos
{
	width:155px;
	background-position:757px 0;
}

#menu li a#puntos
{
	width:195px;
	background-position:602px 0;
}

#menu li a#fotos
{
	width:125px;
	background-position:407px 0;
}

#menu li a#prensa
{
	width:107px;
	background-position:282px 0;
}

#menu li a#contactenos
{
	width:175px;
	background-position:175px 0;
}


#menu li a#empresa:hover
{
	width:128px;
	background-position:0 36px;
}

#menu li a#productos:hover
{
	width:155px;
	background-position:757px 36px;
}

#menu li a#puntos:hover
{
	width:195px;
	background-position:602px 36px;
}

#menu li a#fotos:hover
{
	width:125px;
	background-position:407px 36px;
}

#menu li a#prensa:hover
{
	width:107px;
	background-position:282px 36px;
}

#menu li a#contactenos:hover
{
	width:175px;
	background-position:175px 36px;
}

#footer2
{
	font-family:"Arial";
	font-size:11px;
	color:#818181;
	height: 118px;
	background-color:#232323;
}

#footer2 .afip{
	float:left;
	margin-top:10px;
	margin-left:100px;
}

#menu_footer a
{
	font-family:"Arial";
	font-size:11px;
	color:#818181;
	text-decoration:none;
	margin: 5px 10px;
	display:block;
	float:left;
}

#logo_footer
{
	float:left;
	margin:30px 0 0 0;
}

#menu_footer
{
	float:left;
	margin:30px 0 0 80px;
	overflow:hidden;
}

#fiebre_footer
{
	float:right;
	margin:30px 0 0 0;
	display:block;
}

#cont_footer
{
	width:855px;
	margin:auto;
}

#copyright
{
	border-top:2px solid #818181;
	text-align:left;
	clear:both;
	padding-top:5px;
}

#cont_carousel_home
{
	width:880px;
	position:relative;
	margin-top:5px;
	margin:auto;
	
}

#carousel_home
{
	width:880px;
	overflow:hidden;
}

.jcarousel-prev-horizontal
{
	width:35px;
	height:35px;
	background-image:url("images/left_arrow.jpg");
	position:absolute;
	top:144px;
	left: -8px;
	cursor:pointer;
}

.jcarousel-next-horizontal
{
	width:35px;
	height:35px;
	background-image:url("images/right_arrow.jpg");
	position:absolute;
	top:144px;
	right: -8px;
	cursor:pointer;
}

.jcarousel-clip
{
	overflow:hidden;
}

#banners_home
{
	margin-top:10px;
	margin-bottom:5px;
}

#redes_sociales a
{
	display:block;
	float:left;
	background:url(images/social_icons.jpg);
}

#redes_sociales a#facebook
{
	width:27px;
	height:25px;
	background-position:0px 0px;
}

#redes_sociales a#twitter
{
	width:27px;
	height:25px;
	background-position:54px 0px;
}

#redes_sociales a#youtube
{
	width:27px;
	height:25px;
	background-position:27px 0px;
}

#redes_sociales a#facebook:hover
{
	width:27px;
	height:25px;
	background-position:0px 25px;
}

#redes_sociales a#twitter:hover
{
	width:27px;
	height:25px;
	background-position:54px 25px;
}

#redes_sociales a#youtube:hover
{
	width:27px;
	height:25px;
	background-position:27px 25px;
}


.item_sale_point
{
	width:265px;
	height:314px;
	background:url(images/bk_punto.jpg);
	float:left;
	overflow:hidden;
	margin:4px;
	color:#fff;
	font-family:"Myriad Pro";
}

.item_nombre
{
	font-size:17px;
	text-align:center;
	line-height:35px;
}

.item_mapa
{
	text-align:center;
	margin-top:15px;
}

.item_direccion
{
	font-size:13px;
	margin: 10px 0 0 17px;
}
.item_tel
{
	font-size:13px;
	margin: 0px 0 0 17px;
}
.item_email
{
	font-size:13px;
	margin: 0px 0 0 17px;
}

.btnpaises
{
	background: url("images/btnpaises.png") repeat scroll 0 0 transparent;
    color: #000000;
    display: block;
    height: 40px;
    line-height: 30px;
    padding-left: 10px;
    width: 117px;
	float:left;
}
/*----------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------*/