﻿*
{
	font-family: 'Antenna', Arial;
}
html, body, ul, li
{
	padding:0;
	margin: 0;
	list-style:none;
}
body
{
	color:#fff;
	font-size: 13px;
	margin: 0;
}
a, a:link, a:active, a:visited, a:hover
{
    color:#fff;
	text-decoration: none;
}
img 
{
	border: 0; 
}
#contPrincipal
{
	position:relative;
	z-index:1;
}
#container-background
{
	
	margin: 0px auto 0px auto;
	max-width: 1800px;
	min-width: 980px;
	position: relative;
	width: 100%;
	z-index: 1;
}
#container-background .wrap
{
	height: 570px;
	overflow: hidden;
	position: absolute;
	width: 100%;
	left:0;
	top:0;
}

#container-background .wrap .image
{
	margin-left:-50%;
	margin-top: 12px;
	width: 200%;
	
}
#container-background .wrap .image div
{
	width: 1600px;
	height: 500px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	top:70px;
}
#container-background .wrap .image div img
{
	left: 0;
	position: absolute;
	top: -14px;
}

/* ========== HEADER Y MENU ========== */
#header 
{
	position: relative;
	margin: 1px auto 0 auto;
	width: 100%;
	height: 100px;
	background-color: #fff;
	padding-top: 1px;
}
#header .menu
{
	position: relative;
	width: 1200px;
	height: 100px;
	margin: 0 auto 0 auto;
}
#header .menu .logo
{
	margin: 12px 0 0 0px;
}
#header .menu .container
{
	position: relative;
	z-index: 1;
	list-style-type: none;
	float: right;
	margin-top: -64px;
	margin-right: 10px;
	width: 100%;
    text-align: center;
}

#header .menu .container .item
{
	margin-left: auto;
	display: inline;
	position: relative;
    top: -30px;
    left: 64px;
}


#header .menu .container .logout
{
	float: right;
	width: 90px;
	display: inline;
	margin-right: 36px;
}
#header .menu .container .return
{
    position:absolute;
    right:0;
    top:73px;
}
/* ========== CONTENIDO ========== */

#cuerpo 
{
	position:relative;
	width:1200px;
	margin:auto;
}

.loader {
	display: none;
	left: 400px;
	padding: 5px 5px 2px;
	position: absolute;
	text-align: center;
	top: 150px;
	width: 120px;
	font-size:12px;
	color:#000;
}

.hp-carousel .navigator {
	height: 20px;
	z-index: 1;
	display:none;
}
.hp-carousel .navigator ul {
	list-style: none outside none;
	margin: 0 auto;
}
.hp-carousel .navigator ul li {
	background-image: url("../img/home/homepage-carousel.png");
	background-position: left -20px;
	display: block;
	float: left;
	list-style: none outside none;
}
.hp-carousel .navigator li.selected div {
	background-position: right bottom;
	cursor: default;
}
.hp-carousel .navigator ul li:first-child {
	background-position: left top;
	padding-left: 10px;
}
.hp-carousel .navigator li div {
	background-image: url("../img/home/homepage-carousel.png");
	background-position: right -67px;
	background-repeat: no-repeat;
	cursor: pointer;
	height: 8px;
	margin: 6px 4px;
	width: 8px;
}
.hp-carousel .navigator ul li.last {
	background-position: right -20px;
	padding-right: 10px;
}
.hp-carousel .navigator li.selected div {
	background-position: right bottom;
	cursor: default;
}
.hp-carousel .navigator li div {
	background-image: url("../img/home/homepage-carousel.png");
	background-position: right -67px;
	background-repeat: no-repeat;
	cursor: pointer;
	height: 8px;
	margin: 6px 4px;
	width: 8px;
}
	

#divNavDer, #divNavIzq
{
	position: absolute;
	top: 0;
	z-index: 4;
	margin-top: 25%;
}
#divNavIzq { left:0; }
#divNavDer { left:auto; right:0; }
#divNavDer img, #divNavIzq img { cursor:pointer; }

.hp-carousel .slides
{
	height: 490px;
	position: relative;
}

.hp-carousel .slides li
{
	display: none;
	left: 0px;
	position: absolute;
	text-align: center;
	top: 0px;
	width: 100%;
}

.hp-carousel .slides li h1
{
	margin: 4px 0px 16px 0px;
}

.hp-carousel .slides li .button
{
	margin: 0px auto;
	width: 126px;
}

.hp-carousel .slides li li
{
	display: list-item;
}

.hp-carousel .slides ul.links
{
	height: 1px;
	position: relative;
}

.hp-carousel .slides ul.links li a
{
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}


#linea{
	width:950px;	
	border-top:15px solid #000;

}

#linea1p {
	width:950px;	
	border-top:4px solid #8c8c8c;

}