/*...............................................................*/
/*CSS COMMON STYLES*/
/*Mónica Ferrarese | contacto@m3w.com.ar | http://wwww.m3w.com.ar*/
/*...............................................................*/


/*CLEARING*/
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */


/*CLASES*/
.centrado {text-align: center;	margin: auto;}
.negrita {font-weight: bold;}
.resaltado {font-weight: bold;	color: #CC0000;}
.bigger {font-size: 14px; color: #333333;}
.left {float: left;}
.right {float: right;}
p {
	font-size: 11px;
	color: #152f66;
	line-height: 16px;
	padding-bottom: 16px;
}
.leftCopy {
	float: none;
	font-size: 11px;
	color: #FFFFFF;
}


/*MENUES DE NAVEGACION*/

#headerContent {
	text-align: center;
	overflow: hidden;
}
/*#botonera {
	height: 90px;
	clear: both;
	margin: auto;
	width: 900px;
	padding-right: 15px;
	padding-left: 15px;
	position:relative;
}*/

#headerContent div.right {
	width: 520px;
	padding-right: 15px;
	text-align: right;
	position: relative;
	overflow: hidden;
}
#headerContent #idioma {
	padding-top: 47px;
	padding-right: 15px;
}


#headerContent #subNavTop {
	height: 68px;
	width: 320px;
	text-align: right;
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;

}

#headerContent #subNavTop li{
	display: inline;
}

#headerContent #subNavTop  a{
	display: block;
	float:left;
	height: 70px;
}


#subNavTop a.nov {
	background-image: url(../images/botones/novedades.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 108px;
}
#subNavTop a.guia {
	background-image: url(../images/botones/guia.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 124px;
}
#subNavTop a.vent{
	background-image: url(../images/botones/ventajas.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 88px;
}

#subNavTop a:hover{
	background-position: 0px -70px;
}
#subNavTop span {display: none;}

