@import url("footer.css");

/*GENERIC STYLES*/

body {
	margin:0;
	padding: 0;
	background-color: #ffffff;
	background-image:url(common/bg-body.jpg);
	background-repeat: repeat-x;
	color:#B2B2B2;
	text-align: center;
	font-family: Arial;
	font-size: 14px;

}
	
h1{
	color:#B2B2B2;
	font-size:28px;
	padding-left:10px;
	margin:5px;
}

h2{
	color:#FB6987;
	font-size:16px;
}


a{
	color: #118CFB;
	text-decoration:none;
}

.textSmall{
	font-size:12px;

}
.notice{
font-size: 12px;
color:#ff386b;
}

h3{
	font-size: 14px; 
	font-weight: bold;
	color: #bfbfbf;
	padding: 5px 0 5px 10px;
}

h4{
	color:#6b921d;
	font-size:16px;
}

/*DIVS*/
#wrapper { 
	width: 900px; 
	margin: auto; 
}
#header{ 
	width: 900px;
	height: 140px; 
	float: left;
	background-image:url(common/logo.png);
	background-repeat: no-repeat;
	background-position: -10px;
	margin:0;
}
#headerLang{ 
	width: 600px;
	float: right;
	margin-top:6px;
	text-align: right;
	color: #bfbfbf;

}

#headerTitle{ 
	width: 600px;
	float: right;
	margin-top:60px;
	text-align: right;
	letter-spacing: 1px;
}

.noBorder {
border:1px solid #fff;
color:#fff;
text-decoration: none;
}
.message{
width: 600px;
border:1px dashed #B2B2B2;
padding:5px;
margin:auto;
}

/* MENU */

#menu {
	width: 900px;
	height: 50px;
	margin: 0 0 10px 0;
	background-image: url(common/bgmenu.jpg);
	background-repeat: no-repeat;
	float:left;
	font-family: Trebuchet MS;
	
}

#menu ul {
	margin: 0px ;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;

}

#menu a {
	display: block;
	float: left;
	width: 178px;
	height: 30px;
	padding-top: 14px;
	text-align: center;
	text-decoration: none;
	font-size: 11px;
	font-weight:bold;
	letter-spacing: 1px;
	color:#CCCCCC;
	
}


#menu a:hover {
	color: #c9fb28;	
}
/* CONTENT */
#content{
width:900px;
float:left;
}

#columnExpand{
width: 1px;
height: 290px;
float: left;
}

#columnBig{
width: 580px;
float:left;
margin:0 0 0 15px;
text-align: left;
padding:5px;
}
#columnBig input{
color:#639c2c;
border:1px dotted #639c2c;
background-color: #e6ffce;
}

#columnBig textarea{
color:#639c2c;
border:1px dotted #639c2c;
background-color: #e6ffce;
}


#flatAll{
width:870px;
float:left;
margin:10px;
font-size: 12px;
text-align: left;
text-align: justify;
color:#666;
}


/*CONTLOGIN*/
#contLogin{
width:240px;
margin:0 0 0 10px;
float:left;
}

#columnLogin{
width:270px;
float:left;
padding:10px 0 0 10px;
margin:10px 0 0 10px;
background-image:url(home/taglogin.jpg);
background-repeat:no-repeat;
}
#columnLeft{
width:270px;
float:left;
padding:10px 0 0 5px;
margin:10px 0 0 10px;
border:1px solid #B2B2B2;
}
.helloUser{
width:260px;
float:left;
margin: 0 0 5px  10px;
text-align: left;
color:#83cb40;
}

#imagLoged{
margin:10px;
}

#columnCenter{
width:300px;
float:left;
padding:5px;
margin:10px 0 0 0;
}

#columnRight{
width:270px;
float:left;
padding:5px;
margin:10px 0 0 0;
background-image:url(home/tagtour.jpg);
background-repeat:no-repeat;
}

#sins{
width:180px;
height:120px;
float:left;
padding:3px 3px 0 88px;
margin:15px 0 5px 0;
background-image:url(home/manzana.jpg);
background-repeat:no-repeat;
}


#news{
width:180px;
height:120px;
float:left;
padding:3px 3px 0 88px;
margin:15px 0 5px 0;
background-image:url(home/swingersnews.jpg);
background-repeat:no-repeat;

}

input{
background-color:#FFFFFF;
border: 1px solid #B2B2B2;
color:#666666;
}

#footer{
float:left;
bottom:0;
left:0;
width:100%;
color:#666666;
background-color:#191a20;
background-image:url(common/bgfooter.jpg);
border-top:1px solid #1c2124;
text-align:center;
margin-top:30px;
}

/* CLEARFIX */

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

