@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
}
/*-----------------------PRIMARY SETUP--------------------------------*/

html {
	background: #000 url(images/fondo_01.jpg) no-repeat center top;
	height: 100%;
	}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#888;
	background: #000000 url(images/fondo_01.jpg) no-repeat center top;
	

	}
h2{
	color:#ccc;
	font-size:25px;
	}
	
h2 a{
	text-decoration: none}
		
a{
	text-decoration:underline;
	color: #CCC;
	
	}
.clear{
	clear:both;
	}
	

/*-----------------------HEADER INDEX--------------------------------*/

#header {
	height:46px;
	background:url(images/head_03.png) repeat-x;
	_background:url(images/head_03.gif) repeat-x;
	width:100%;
	margin-top:15px;
	
	}
#header-inner{
	width:960px;
	margin:auto;
	height:134px;
	padding:0 0 0 30px;
	position:relative;
	}
	
/*-----------------------NAV (NAVIGATION)--------------------------------*/

#nav ul{
	position:absolute;
	left:30px;
	margin:auto;
}

#nav li{
	float: left;
	list-style: none;
	margin: 0 0 0 5px;
	}

#nav li a{
	text-decoration: none;
	display: block;
	padding: 14px 10px 14px 10px;
	height: 15px;
	line-height: 18px;
	color: #333333;
	text-align: center;
	outline: none;

	
}

#nav ul li a:hover{
	color:#FFFFFF;
	background-color:#666666;
	}
	
#nav ul li a.active{
	color:#FFFFFF;
	background-color:#666666;
	}
		
/*-----------------------PREV-NAV (LOGIN, LANGUAGUES)--------------------------------*/
	
	
#social {
	position: absolute;
	top: 10px;
	right: 390px;
}

#social.home {
	top: 15px;
	right: 300px;
}
	
#social li {
	list-style: none;
	float: left;
}
	
#social li a.button {
	display: block;
	width: 16px; 
	height: 16px; 
	text-indent: -9999px;
	margin-right: 10px;
	border: 0;
	outline: none;}		
	
#social li a.button:hover {
	background-position: 0 -16px;}		
	
		
#social li a.facebook {
	background: url(images/facebook_16.png) no-repeat;
	}	
	
#social li a.twitter {
	background: url(images/twitter.png) no-repeat;
	}		

#social li a.skype {
	background: url(images/skype_16.png) no-repeat;
	}	
	
#pre-nav{
	position:absolute;
	right:25px;
	top:14px;
	
	}
#pre-nav a{
	text-decoration:none;
	font-weight:bold;
	color:#555;
	font-size:10px;
	}
#pre-nav a:hover{
	color:#e78c8c;
	}
#pre-nav a.login{
	padding:0 30px 0 0;
	}
	

/*-----------------------GENERA--------------------------------*/	
.information {
	background-color:#C00;
	padding:5px;
	margin:10px 0 20px;
	color:#fff;
	width: 300px;
	}
	
.error {
	background-color:#CC0000;
	padding:5px;
	margin:10px 0 20px;
	color:#fff;
	width: 300px;
	}
	
.success {
	background-color:#336600;
	padding:5px;
	margin:10px 0 20px;
	color:#fff;
	width: 300px;
	}	

/*-----------------------WRAPPER--------------------------------*/

#wrapper{
	position:relative;
	background-position: right 0px;
 	width:960px;/*Atencion*/
	margin:auto;

	}
	
/*-----------------------TOP BAR--------------------------------*/


#topbar{
	width:960px;
	margin:auto;
	margin: 10px 0 30px 0;
 	}
	
#topbar .topbox{
	width:280px;
	margin: 20px auto;
	}
	
#topbar .topbox img{
	border:none;
	}
	
#topbar .topbox h1{
	display: none;
	}	
	
#topbar .bottombox{
	width:550px;
	margin: 30px auto;
	text-align: center;

	}
	
#topbar .bottombox img{
	border:none;
	}
	
#topbar .bottombox h3 {
	padding: 3px 0;
	color:#CCC;
	font-size:14px;
	margin-top: 30px;
	font-weight: normal
	}
	
#topbar .bottombox h3 a {
	padding: 3px 0;
	color:#FFF;
	font-size:26px;
	margin-top: 30px;
	font-weight: normal;
	text-decoration: none;
	}
		
	
#topbar .bottombox h2 {
	margin-bottom: 0;
	}
	
#topbar .bottombox h2 a{
	color: #FFF;
	font-size:40px;
	letter-spacing: 2px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 0;
	}
	
#topbar .tagline{
	color: #FFF;
	font-size:16px;
	letter-spacing: 4px;
	font-weight: normal;
	text-align: center;
	}
	
			
	
#topbar .bottombox p{
	width:550px;
	color:#fff;
	margin-top: 5px;
	}
	
	
/*-----------------------CONTENT--------------------------------*/

#content{
	background:url(images/content_04.jpg) no-repeat;
	width:960px;
	height:550px;
	margin:0px auto 0 auto;
	}

#content .box {
	padding:10px 0 0 0px;
	width:280px;
	float:left;
	margin: 0 20px 0 0;
	 }
#content .box h2{
	padding: 10px 0 30px 0;
	text-transform: uppercase;
	}

#content .box h2 a{
	letter-spacing: -1px;
	text-decoration:none;
	color:#CCC;
	}

#content .box h3{
	font-style:italic;
	font-size: 12px;
	padding-bottom:10px;
	
}

#content .box h3 a{
	text-decoration:none;
	color:#CCC;
	font-style:italic;
	padding-bottom:10px;
	}

#content .box p{
	width:290px;
	line-height:15px;
	padding-bottom:10px;
	margin-bottom: 20px;
	}
#content .box p a{
	color:#e78c8c;
	font-weight:900;
	}
#content .box p a:hover{
	color:#f96666;
	}
#content .box.first{
	padding:10px 0 0 15px;
	}
#content .box.first p{
	font-weight:bold;
	padding:10px 0 10px 0;
	color:#fff;
	font-size:11px;
	}
#content .box.first p a{
	color:#e78c8c;
	text-decoration:none;
	}
#content .box.first p a:hover{
	color:#f96666;
	text-decoration:none;
	}
#content .box.last{
	padding-right: 0;
	margin-left: 40px;
 }	
 

#content  .events strong{
	color: #CCC;
	 } 

/*----------------INTERNAL PAGE SETUP-----------------------------------*/


/*-----------------------HEADER 2--------------------------------*/


#header2 {
	height:158px;
	background:url(images/menu_02.png) repeat-x;
	_background:url(images/menu_02.png) repeat-x;
	width:100%;
	margin-top:0;
	}

/*-----------------------NAV 2 (NAVIGATION INTERNAL)--------------------------------*/
	
#nav2 ul{
	position:absolute;
	left:30px;
	top: 104px;
	margin:auto;
}

#nav2 li{
	float: left;
	list-style: none;
	margin: 0 0 0 5px;
	}

#nav2 li a{
	text-decoration: none;
	display: block;
	padding: 18px 20px 18px 20px;
	height: px;
	color: #333333;
	text-align: center;
	outline: none;
}
#nav2 ul li a:hover{
	color:#FFFFFF;
	background-color:#666666;
	}

#nav2 ul li a.active{
	color:#FFFFFF;
	background-color:#666666;
	}
		
/*-----------------------PREV-NAV 2 (LOGIN, LANGUAGUES)--------------------------------*/

#pre-nav2{
	position:absolute;
	right:35px;
	top:10px;
	
	}
#pre-nav2 a{
	text-decoration:none;
	font-weight:bold;
	color:#555;
	font-size:10px;
	
	}
#pre-nav2 a:hover{
	color:#e78c8c;
}
#pre-nav2 a.login{
	padding:0 30px 0 0;
	}
	
/*-----------------------WRAPPPER 2--------------------------------*/

	
#wrapper2{
	position:relative;
 	width:960px;/*Atencion*/
	margin:auto;
	}
	
/*-----------------------CONTAINER--------------------------------*/	
	
#container{
	float:left;
	display: block;
	width:600px;
	margin:50px 0 20px 0px;
	min-height: 500px;
	}
	
#container h1.title{
	margin: 0;
	padding: 0 0 15px 0;
	font-size: 20px;
	}

#container h2{
	padding:0 0 15px 0;
	}
	
#container h3{
	padding: 20px 0 10px 0;
	color:#AAA;
	}
#container p{
	color:#CCC;
	line-height:20px;
	margin-bottom: 10px;
	}
#container img{
	padding:15px 10px 10px 0px;
	}
#container h4{
	padding:15px 0 0 0;
	}

/*-----------------------DESCRIPTION--------------------------------*/	
.description img{
float: left;
}

.description p{
font-size:10px;
	}


/*-----------------------PRODUCTS--------------------------------*/	
#products img{
	padding:0px;
	}


.product {
width: 170px;
height: 200px;
 float: left;
 padding: 5px;
 background-color: #222;
 border: 1px solid #111;
 margin: 0 10px 10px 0;
 text-align: center;
}

.product a, .product a img{
 padding: 0;
 outline: none;
}

.product a {
font-size: 11px;
 text-decoration: none;
}

.product a img{
 margin-bottom: 10px;
  border: 2px solid #333;
}

.product a img:hover{
 border: 2px solid #111;
 
}



/*-----------------------SIDEBAR--------------------------------*/

#sidebar{
	float: right;
	width:200px;
	margin:50px 0 20px 0px;
	color: #CCC;
	}
	

#sidebar img{
	border: 2px solid #333;
	}	
	
#sidebar p{
	margin-bottom: 20px;
	line-height:15px;
	}
#sidebar ul li{
	list-style-position:inside;
	}

#sidebar h3 {
	margin-bottom: 20px;}
	
#side_products li{
	margin-bottom: 5px;
	list-style: none;
	}	

#side_products li a{
	font-size: 14px;
	text-decoration: none;
	color: #666;	
	}

#side_products li a:hover{
	text-decoration: none;
	color: #CCC;	
	}	

#side_products li a.active{
	text-decoration: none;
	color: #CCC;
	}			
	
#side_products ul {
	padding: 5px 10px;
	}	
	
/*-----------------------FOOTER--------------------------------*/	
#footer{
	width:100%;
	height:100px;
	background: #242426;
	border-top: 1px solid #333;
	}
	
#footer-inner{
	position:relative;
	width:960px;
	margin:auto;
	padding:20px;
	height: 60px;
	background: #242426;
	}
	
#footer-inner p{
	text-align:right;
	margin-right: 300px;
	font-size:10px;
	}
	
#footer-inner img.bg{
	position:absolute;
	right:145px;
	top:10px
	}
	
#footer-inner img{
	position:absolute;
	right:20px;
	top:20px;
	}
	
#links{
	float:left;
	position:absolute;
	top:20px;
	left:20px;
	}
	
#links a{
	font-size:10px;
	color:#e78c8c;
	}
	
#links a:hover{
	color:#FFFFFF;
	}
	

.textfield {
	padding: 5px;
	border: 1px solid #666;
	background-color: #111;
	color: #CCC;
	margin-bottom: 20px;}	
	
.textarea {
	padding: 5px;
	border: 1px solid #666;
	background-color: #111;
	color: #CCC;
	font-family: Arial, sans-serif;
	margin-bottom: 20px;}		

#map {
	position: absolute;
	top: 80px;
	right: 0;}
	
.plusone {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 460px;
	top: 1px;
	}
	
.plusonehome {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 380px;
	top: 2px;
	}	
