/* cabeceras */
.header {
	height: 263px;
	position: relative;
}

#homepageTop {
	clear:both;
	float:left; width:100%;
}

#header {
	background:url("../imagenes/header-bg.png") no-repeat left top transparent;
	clear:both;
	height:72px;
	margin:0 auto;
	padding:0;
	width:980px;
	position:relative;
	z-index:400;
}

#logo_primero {
	margin:0;
	float:left;
}

/* menu navegacion TOP */
ul.dropdown {
	clear:none;
	float:left;
	height:72px;
	padding:0;
	width:741px;	/* ancho menu */
	position:relative;
	z-index:500;
}

ul.dropdown li {
	zoom: 1;
	height:69px;
	float:right;
	clear:none;
	padding:0;
	background:url("../imagenes/nav-line.png") top left no-repeat;
}

ul.dropdown li a {
	display:block;
	font-family:"Melbourne-reg", Arial;
	font-size:18px;
	color:#252525;
	text-align:center;
	text-decoration:none;
	letter-spacing:-1px;
}

ul.dropdown li a:hover, 
ul.dropdown li.hover {
	color:#fff;
}

ul.dropdown li a:active {
	color:#252525;
	text-align:center;
}

ul.dropdown ul {
	width:100%;
	visibility: hidden;
	position: fixed;
	top:72px;
	left:0;
	background:url('../imagenes/sub-menu-bg.png') repeat;
	padding:5px 0 10px 0; 
	margin:0 auto;
}

ul.dropdown ul {
	left:-239px;	/* posicion sub menu left */
	margin:0 auto;
	padding:5px 0 10px;
	position:absolute;
	top:72px;
	visibility:hidden;
	width:981px;
}

ul.dropdown ul li {
	display:inline;
	text-align:left;
	float:left;
	margin: 0 auto;
	height:20px;
	margin:10px;
	background:none;
}

ul.dropdown ul li a	{
	width:auto;
	height:20px;
	text-align:left;
	display: inline-block;
	font-size:11px;
	color:#fff;
	text-transform:none;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:normal;
	line-height:12px;
	padding:0;
	border-bottom:1px solid #585858;
	width:150px;
}

ul.dropdown ul > li > a:hover {
	color:white!important;
}

ul.dropdown ul > li > a:active {
	color:#ffffff;
	text-align:left;
}

ul.dropdown li > a {
	font-size:18px;
}

ul.dropdown > li > a {
	width:130px;
	height:43px;
	display:block;
	padding:29px 0 0 0px;
	font-family:"Melbourne-reg", Arial;
	font-size:18px;
	color:#252525;
	text-align:center;
	text-decoration:none;
	letter-spacing:-1px;
}

ul.dropdown > li.hover > a, 
ul.dropdown > li > a.hover, 
ul.dropdown > li > a:hover {
	color:#fff !important;
	background:url("../imagenes/sub-menu-bg.png") top left  repeat-x !important;
}

ul.dropdown .sub_menu li > a {
	width:215px!important;
	background:none!important;
}

ul.dropdown .sub_menu li > a:hover {
	color:#cfcfcf!important;
}

ul.dropdown .sub_menu .end {
	margin-right: 150px;
}

ul.dropdown > li > a.active {
	color:#252525 !important;
	background: #dedede url("../imagenes/active-nav.jpg") top left  repeat-x !important;
}

/* footer */
#footer-triangle {
	background:url("../imagenes/footer-triangle.jpg") no-repeat -3px -3px;
	clear:both;
	float:left;
	height:129px;
	width:100%;
}

#footer-triangle-white {
	background:url("../imagenes/footer-triangle-white.jpg") no-repeat center -3px;
	clear:both;
	float:left;
	height:129px;
	width:100%;
}

#footer {
	background:url("../imagenes/footer-bg.jpg") repeat 0 0;
	clear:both;
	float:left;
	width:100%;
}

.footer {
	margin-left:auto;
	margin-right:auto;
	width:962px;
}

.footer .footerNames {
	clear:both;
	float:left;
	margin:0 0 20px;
	padding:0 0 31px;
	width:962px;
}

.footer .footerNames li {
	clear:none;
	float:left;
	width:145px;
}

.footer .footerNames .first-child {
	width:205px!important;
}

.footer .footerNames li h2 {
	clear:both;
	color:#fff;
	float:left;
	font-family:"Melbourne-bold",Arial;
	font-size:20px;
	font-weight: normal;
}

.footer .footerNames li p {
	clear:both;
	color:#b0b0b0;
	float:left;
	font-size:12px;
	padding:5px 0 0;
	width:auto;
}

.footer .footerNames li p span {
	color:#fff;
}

.footer .footerCopy {
	background:url(../imagenes/footer_bg.png) repeat-x;
	clear:none;
	float:left;
	padding:18px 10px 25px;
	width:955px;
}

.footer .footerCopy p {
	color:#acacac;
	font-family:Arial;
	font-size:16px;
	float: left;
}

.footer .footerCopy a {
	color:#acacac;
	font-family:Arial;
	font-size:16px;
/*	text-decoration:underline;*/
	text-decoration:none;
}

.footer .footerCopy a:hover {
	text-decoration:none;
}

.footer-end {
	background-color:#4a4a4a;
	height:17px;
	width:100%;
	float:left;
}

#social {
	float:right;
}
#social a {
	float:left;
	margin:-5px 5px;
}

#social .google-plus {
	float: left;
	margin: -5px -10px 0 5px;
}

#social .google-plus > div, #social .google-plus > div > iframe {
	width: 85px !important;
}

#social .facebook-like {
	float: left;
	width: 49px;
	margin: -2px 0 0 5px;
	overflow: hidden;
}