/* CSS Document */
@font-face {
	font-family: 'OpenSans';
	src: url('../fonts/opensans-regular.eot');
	src: url('../fonts/opensans-regular.eot?#iefix') format('embedded-opentype'),
			 url('../fonts/opensans-regular.woff') format('woff'),
			 url('../fonts/opensans-regular.ttf') format('truetype'),
			 url('../fonts/opensans-regular.svg#opensans-regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:"OpenSans", Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:160%;
	color: #666;  
	text-align:justify;
	
	background-image:url(../images/bg.png);
	background-repeat:repeat-x;
	background-color:#055DC3;
	
}

#box_slogan_sl{
	position:absolute;
	width:970px;
	height:270px;
	z-index:2000;	
}

#container0{
	width:100%;
	height:auto;
	margin: 0 auto;
	position:relative;
	overflow:hidden;
}

#container{
	width:985px;
	height: auto;
	margin: 0 auto;
	position:relative;	
}


#header{
	width:985px;
	height:115px;
	position:relative;
	margin-bottom:10px;
}

#main{
	width:985px;
	min-height:450px;
	position:relative;
}


#footer{
	width:985px;
	height:115px;
	position:relative;
	overflow:hidden;	
}


#box_logo{
	width:415px;
	height:115px;
	float:left;
	position:relative;
	overflow:hidden;	
}
#box_logo img{
	margin-top:0px;	
}

#box_menu{
	width:570px;
	height:115px;
	float:left;
	position:relative;
}

#box_menu_top{
	width:100%;
	height:75px;
	position:relative;
	color:#DDDDDD;
}

#box_menutop{
	width:305px;
	height:30px;
	position:relative;
	float:right;
	margin-top:0px;
}

#box_menu_top .top_at{
	width:170px;
	height:20px;
	
	margin-top:5px;
	position:relative;
}

#box_menu_top .top_mas{
	width:410px;
	height:30px;
	position:relative;
	
}

#box_menu_bottom{
	width:100%;
	height:40px;
	position:relative;
	overflow:hidden;	
}



/*Menu Principal*/
#nav_menup{  
	list-style:none;
	overflow:hidden;
	margin-top:0px;
	float:right;
	width:570px;
}
#nav_menup li {
	float:left;
	margin-left:5px;

}
#nav_menup li a{
	font-size:13px;
	font-weight:bold;
	color:#FFF;	
	text-transform:uppercase;
	text-decoration:none;
	background-color:#0B6DDF;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display:block;
	padding:10px;
}
#nav_menup li a:hover{
	background-color:#FFFFFF;
	color:#423748;
}
/**/

#box_main{
	width:100%;
	height:auto;	
	overflow:hidden;		
}

#box_main_left{
	width:620px;
	min-height:680px;
	float:left;	
	overflow:hidden;
	padding-top:22px;
	
}

#box_main_right{
	width:370px;
	min-height:680px;
	float:left;
	overflow:hidden;
	padding-top:22px;
	padding-bottom:10px;		
}

#box_main_sl{
    width: 968px;
    height: 270px;
    background: #FFF;
    position:relative;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.56);
    -moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.56);
    -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.56);
	padding:8px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
}

#box_main_cat{
	margin-top:10px;
    width: 985px;
    min-height: 250px;
   
    position:relative;
    /*
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.56);
    -moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.56);
    -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.56);
	*/
}

#box_about{
    width: 380px;
    height: 250px;
	float:left;
}
#box_novedades{
    width: 390px;
    height: 250px;
	float:left;
}
#box_cat{
    width: 788px;
    height: 250px;
	overflow:hidden;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:#FFF;	
}

#box_home2{
    width: 788px;
    height: 250px;
	overflow:hidden;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top:10px;
	background-color:#FFF;	
}

#sidebar_homeleft{
    width: 800px;
    height: auto;
	overflow:hidden;
	float:left;	
}
#sidebar_homeright{
    width: 170px;
    height: 510px;
	overflow:hidden;
	float:left;
	
	margin-left:10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
}

#box_about_titu, #box_cat_titu, #box_novedades_titu{
	margin:10px;
	overflow:hidden;	
	color:#055DC3;
	font-size:15px;
	font-weight:bold;
}

#box_about_container, #box_cat_container, #box_novedades_container{
	margin:10px;
}

#box_about_container p{
	margin:0px;	
	line-height:140%;
	font-weight: normal;
	color:#444444;
}
#box_about_container p .lkMore, #box_novedades_container p .lkMore {
	color:#9E2666;
	text-decoration:none;	
	float:right;
	
}

#box_footer_info{
    width: 310px;
    height: 245px;
	float:left;
	padding-top:20px;
	color:#666;
}

#box_footer_titu{
	margin:10px;
	overflow:hidden;	
	color:#055DC3;
	font-size:16px;
}

#box_footer_container{
	margin:10px;
	text-align:left;
	font-size:12px;
}

#box_footer_map{
    width: 315px;
    height: 245px;
	float:left;
	padding-top:20px;
	margin-left:20px;
}

#box_footer_right{
    width: 340px;
    height: 245px;
	float:left;
	padding-top:20px;
}

#box_footer_cotiza{
    width: 100%;
    height: 60px;
}
#box_footer_cotiza img{
	float: right;
}


#box_footer_social{
	float: right;
	overflow:hidden;
	margin-top:20px;
	margin-right:20px;
}

#box_footer_social img{
	margin-left:3px;	
}

#box_menu_top ul{
	list-style:none;
	overflow:hidden;
	float:right;
	margin-top:30px;
}

#box_menu_top ul li{
	overflow:hidden;
	padding:0 10px;
	float:left;
	border-right:solid 1px #CCC;	
}

#box_menu_top ul li a{
	color:#FFF;
	text-decoration:none;
	font-size:11px;
}


#footer0{
	width:100%;
	height:265px;
	margin: 0 auto;
	position:relative;
	overflow:hidden;
	background-image:url(../images/bgfooter.png);
	background-repeat:repeat-x;
	margin-top:25px;
}

#footer{
	width:985px;
	height: 265px;
	margin: 0 auto;
	position:relative;	
}

#boxContactForm{
	overflow:hidden;	
}

#box_contact_formu{
	display:none;
	position:absolute;
	margin-left:-155px;
	width:440px;
	height:520px;	
	z-index:2001;
	background-image:url(../images/bg_formu_home.png);
	background-repeat:no-repeat;
}

#boxContactFormMsje{
	position:absolute;
	display:none;
	background-color:#fff;
	width:340px;
	height:190px;
	padding:10px;	
}

#msge-errorm, #div_savedm, #div_savingm{
	display:none;
}
#msge-errorm{
	color:#900;	
}

#FormuC .btnSend{
	background-color:#9C0034;
	padding:5px;
	font-weight:bold;
	border: solid 0px #FFF;
	color:#FFF;
	font-size:14px;
	display:block;	
}

#box_contact_formu .ContactFormuC{
	width:360px;
	height:auto;
	overflow:hidden;
	margin-top:25px;
	margin-left:40px;
	color:#3E3D40;
}
#box_contact_formu .ContactFormuC h2{
    color: #055DC3;
    font-size: 14px;
	font-weight:normal;
	margin-bottom:4px;	
}


#FormuC input, #FormuC textarea {
    border: 3px solid  #EBEBEB;
    height: 25px;
    padding: 3px;
    width: 340px;
	color:#66666C;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}

#internal_main_content{
	width:985px;
	min-height:450px;
	position:relative;
	
}

#sidebar_homeright img{
	
}