@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #2C2C2B;
	background-image: url(../images/fondo_02.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#contenedor {
	width: 950px;
	clear: both;
	margin: auto;
	overflow: hidden;
	height: 620px;
}
#cabecera {
	height: 144px;
	overflow: hidden;
}


#logo {
	background-image: url(../images/logo-vc.jpg);
	background-repeat: no-repeat;
	height: 117px;
	width: 385px;
	overflow: hidden;
	float: left;
}
#frase {
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
	text-align: right;
	padding-top: 65px;
}

#menu {
	height: 26px;
	overflow: hidden;
	float: right;
	margin-top: 38px;
	width: 400px;
}
#banner {
	height: 300px;
	width: 799px;
	float: right;
	overflow: hidden;
}
#direcciones {
	height: 445px;
	overflow: hidden;
	clear: both;
}
#oficinas {
	float: right;
	width: 548px;
	height: 110px;
	margin-right: 11px;
	color: #FFF;
}
#distribuidores {
	width: 240px;
_width: 250px;
	float: right;
	height: 110px;
}
#menu_content {
	float: right;
	background-color: #575757;
	font-size: 9px;
	font-weight: bold;
}


#menu_content ul {
	list-style-type:none;
	text-align:left;
	margin: 0px;
	padding:0px;
}
#menu_content ul li {
	display:inline;
	line-height:28px;
	margin: 0px;
	padding:0px;
	}
#menu a{
	text-decoration:none;
	color:#FFF;
	padding: 9px 8px 7px 8px;
	line-height:28px;
}
#menu a:hover{
	text-decoration:none;
	color: #FFF;
	background-color:#999;
	line-height:28px;
}
.oficinas_content {
	float: left;
	overflow: hidden;
	width: 150px;
	text-align: left;
	padding-left: 7px;
	margin-left: 5px;
}
.oficinas_content_brasil {
	float: left;
	overflow: hidden;
	width: 212px;
	text-align: left;
	padding-left: 7px;
}



.ingles {
	float: right;
	background-color: #575757;
	line-height: 26px;
	padding-left: 5px;
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
	margin-left: 5px;
}
.padding_flag {
	float: left;
	padding-top: 6px;
	padding-right: 3px;
}
.distribuidores_content {
	text-align: center;
	float: left;
	color: #FFFFFF;
	overflow: hidden;
	margin-left: 13px;
}
.padding_distribuidores {
	padding-bottom: 5px;
}


.menu_lado {
	float: right;
}
.titulo_ofi {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	text-align: left;
	padding-left: 7px;
	margin-top: 15px;
	color: #FFF;
	font-weight: bold;
	padding-bottom: 8px;
	margin-bottom: 12px;
}
.padding_flag_oficinas {
	float: left;
	margin-bottom: 45px;
	padding-top: 2px;
	margin-right: 5px;
}

