#menu_movil{
	display: none;
}

#video{
	width: 100%;
	height: auto;
	display: block;
	float: left;
	position: relative;
	outline: solid black 0px;
	background: #cccccc;
}

#video_background{
	width: 100%;
	height: auto;
	border-bottom: solid red 0px;
	background: transparent url('../images2015/bg11.png') top center;
	position: absolute;
	z-index: 1000;
	top: 0px;
	left: 0px;
}

#video_content{
	width: 960px;
	position: absolute;
	z-index: 10000;
	margin: 0px auto;
	outline: solid green 0px;
	left: 50%;
	top: 50%;
	margin: -240px 0px 0px -480px;
}

#video_content #video_text{
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 50px;
}

#video_text_movil{
	display: none;
}

#video_content #video_text h1,h2{
	font-size: 60px;
	font-weight: bolder;
	text-align: center;
	color: white;
	margin-bottom: 10px;
}

#video_content #video_icons{
	width: 100%;
	height: auto;
	float: left;
}

#video_content #video_icons div{
	width: 850px;
	height: auto;
	display: block;
	margin: 0px auto;
	outline: solid red 0px;
}

#video_content #video_icons span{
	display: block;
	float: left;
	outline: solid red 0px;
	margin: 0px 0px 0px;
	text-align: center;
	color: white;
	font-size: 14px;
	font-weight: bolder;
	line-height: 1.3;
	margin-left: 50px;
	outline: solid red 0px;
}

#video_content #video_icons span:nth-child(1){
	width: 180px;
	height: 160px;
	margin-left: 0px;
}

#video_content #video_icons span:nth-child(2){
	width: 170px;
	height: 160px;
}

#video_content #video_icons span:nth-child(3){
	width: 150px;
	height: 160px;
}

#video_content #video_icons span:nth-child(4){
	width: 180px;
	height: 160px;
}

#video_content #video_icons span img{
	width: 86px;
	height: 86px;
	display: block;
	margin: 0px auto 15px;
}

video{
	width: 100%;
	height: auto;
}

video img{
	width: 100%;
}

/***Register***/

#register{
	width: 100%;
	height: 170px;
	float: left;
	background: #cccccc;
}

#register_content{
	width: 960px;
	height: 170px;
	margin: 0px auto;
	outline: solid black 0px;
}

#div_content{
	padding-top:30px;
	width: 960px;
	display:table;
	height:auto;
	margin: 0px auto;
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
	color:#757373;
}

#div_content a{
	color:#e90002;
}

#div_content a:HOVER{
	text-decoration:none;
}
#register_content span{
	width: 320px;
	height: auto;
	display: block;
	float: left;
}

#register_content span:nth-child(1){
	font-size: 17px;
	color: #666666;
	font-weight: bolder;
	text-align: center;
	margin: 80px 0px 0px;
}

#register_content span:nth-child(2){
	color: #333333;
	font-size: 14px;
	margin: 50px 0px 0px;
}

#register_content span:nth-child(2) ul{
	width: 250px;
	margin: 0px auto;
}

#register_content span:nth-child(2) ul li{
	margin-bottom: 5px;
}

#register_content span:nth-child(2) img{
	vertical-align: middle;
	margin-right: 10px;
}

#register_content span:nth-child(3){
	margin: 75px 0px 0px;
	text-align: center;
}

#register_content span:nth-child(3) a{
	width: 259px;
	height: 67px;
	background: #ff0000;
	text-decoration: none;
	color: white;
	font-size: 14px;
	font-weight: bolder;
	text-align: center;
	padding: 10px 20px;
	border-radius: 5px;
}

/***New users***/
#new_users{
	width: 100%;
	height: auto;
	display: block;
	float: left;
}

#new_users_content{
	width: 960px;
	height: auto;
	margin: 0px auto;
	display:table;
}

#new_users_content h1{
	font-size: 40px;
	font-weight: bolder;
	color: #333333;
	text-align: center;
	margin: 50px 0px 20px;
}

#new_users_content #users_images{
	width: 100%;
	float: left;
}

#new_users_content #users_images .user_image{
	width: 122px;
	height: 140px;
	float: left;
	margin: 20px 17px 0px 0px;
}

#new_users_content #users_images .user_image:nth-child(7n+7){
	margin-right: 0px;
}

#new_users_content #users_images .user_image img{
	display: block;
	float: left;
}

#new_users_content #users_images .user_image a.user_link{
	display: block;
	float: left;
	color: #cc3300;
	font-size: 12px;
}

/***Video chat***/
#video_chat{
	width: 100%;
	height: 495px;
	float: left;
	background: transparent url('../images2015/all_users_bg.jpg') no-repeat top center;
	margin: 40px 0px 0px;
}

#video_chat_content{
	width: 960px;
	height: auto;
	margin: 0px auto;
}

#video_chat_content img{
	width: 528px;
	height: 364px;
	display: block;
	float: left;
	margin: 46px 0px 0px;
}

#video_chat_content span{
	width: 350px;
	height: auto;
	float: left;
	margin: 90px 0px 0px 0px;
}

#video_chat_content h1{
	color: white;
	font-size: 30px;
	font-weight: bolder;
	line-height: 1;
}

#video_chat_content p{
	color: white;
}

#video_chat_content p:nth-child(1){
	font-size: 30px;
	font-weight: bolder;
	line-height: 1;
}

#video_chat_content p:nth-child(2){
	font-size: 18px;
	margin: 5px 0px 0px;
}

#video_chat_content p:nth-child(3){
	font-size: 14px;
	text-align: justify;
	margin: 20px 0px 0px;
	line-height: 1.5;
}

/***Blog***/
#blog{
	width: 100%;
	height: 450px;
	float: left;
	background: transparent url('../images2015/blog_bg.jpg') no-repeat top center;
}

#users_text{
	width: 900px;
	height: 140px;
	margin: 30px auto;
	padding-left:30px;
	float:left;
	font-size: 14px;
	color:#6e6e6e;
	/* font-weight:bold; */
	line-height:17px;
}

#texto1{
	float:left;
	width:440px;
	display:table;

}


#texto2{
	float:right;
	width:440px;

}

#blog_content{
	width: 960px;
	height: 450px;
	margin: 0px auto;
}

#blog_content span{
	width: 490px;
	height: auto;
	float: left;
	margin: 75px 0px 0px;
}

#blog_content span p:nth-child(1){
	font-size: 30px;
	font-weight: bolder;
	color: #ff0000;
	line-height: 1.2;
}

#blog_content span p:nth-child(2){
	width: 460px;
	font-size: 14px;
	color: black;
	line-height: 1.5;
	margin: 15px 0px 0px;
}

#blog_content span p:nth-child(3){
	margin: 40px 0px 0px;
}

#blog_content span p:nth-child(3) a{
	width: 123px;
	height: 32px;
	background: #339900;
	color: white;
	font-size: 14px;
	font-weight: bolder;
	text-decoration: none;
	padding: 10px 20px;
	border-radius: 5px;
}

/***Other sites***/
#other_sites{
	width: 100%;
	height: 380px;
	float: left;
	background: white;
}

#other_sites_content{
	width: 960px;
	height: auto;
	margin: 0px auto;
}

#other_sites_content .other_site{
	width: 300px;
	height: auto;
	display: block;
	float: left;
	position: relative;
	margin: 80px 30px 0px 0px;
}

#other_sites_content .other_site:nth-child(3){
	margin-right: 0px;
}

#other_sites_content .other_site img{
	width: 100%;
	float: left;
}

#other_sites_content .other_site a.view_more{
	width: 57px;
	height: 40px;
	display: block;
	position: absolute;
	z-index: 1000;
	margin: 80px 0px 0px -4px;
	-webkit-transition: width .25s linear; /* For Safari 3.1 to 6.0 */
    transition: width .25s linear;
    background: #ea0000 url('../images2015/plus_large.png') -65px 0px;
}

#other_sites_content .other_site:hover a.view_more{
	width: 116px;
	background-position: 0px 0px;
}

#other_sites_content .other_site a.link{
	width: 100%;
	display: block;
	float: left;
	text-decoration: none;
	color: black;
	margin: 10px 0px 0px;
	text-align: center;
	font-weight: bolder;
}

#other_sites_movil{
	display: none;
}

.paises{
	float:left; 
	width:33%; 

}
.listadoEstados{ 
	float:left; 
	margin-bottom:3px;
	PADDING-LEFT: 2px; 
	WIDTH: 30%;	
	DISPLAY: inline;		
}
.recuadroSwingers{ 
float:left; 
width:220px; 
border-color:#FF6600; 
border: solid 1px #9E9A9A; 
background:#f6f6f6; 
padding:20px;
margin:20px;
line-height:30px;		
}

.tiram{
line-height:20px		
}

@media screen and (max-width: 1000px){
.recuadroSwingers{ 
float:left; 
width:220px; 
border-color:#FF6600; 
margin:0px; 
padding: 20px 20px 20px 20px;
border: solid 1px #9E9A9A; 
background:#f6f6f6;
 padding-top:20px;
 padding-bottom:30px;
 margin-top:20px;
 line-height:30px		
}
.recuadroSwingers a{
	padding-bottom:20px;		
}
.listadoEstados{
	margin-bottom:3px;
	PADDING-LEFT: 2px; 
	WIDTH: auto;
	DISPLAY:table;
	float:none; 
}
.paises{
	float:none; 

}

#users_text{
	width:100%;
	float:left;
	margin: 30px auto;
	padding-left:0px;	

}
#texto1{

	width:100%;
}


#texto2{
	padding-top:10px;
	width:100%;
}
#div_content{

margin:0 auto 0 auto;
padding-top: 15px;
width: 90%;

}

	#menu_movil{
		width: 100%;
		height: auto;
		display: block;
		position: absolute;
		z-index: 100000;
		margin:150px 0px 0px;
	}

	#menu_movil ul{
		width: 100%;
		height: auto;
		display: block;
		float: left;
		padding: 0px 0px;
		background: #333333;
		margin: 0px 0px 0px;
	}

	#menu_movil ul li a{
		width: 95%;
		height: auto;
		display: block;
		float: left;
		color: white;
		text-decoration: none;
		padding: 10px 10px;
	}

	#menu_movil ul li a:hover,
	#menu_movil ul li a.selected{
		color: #ff0000;
	}

	#video{
		width: 100%;
		height: 550px;
		display: block;
		float: left;
		background: transparent url('../images2015/slider.jpg') no-repeat top center;
	}

	#video video{
		display: none;
	}

	#video #video_background{
		display: none;
	}

	#video_content{
		width: 100%;
		height: auto;
		display: block;
		float: left;
		position: relative;
		margin: 0px;
		outline: solid green 0px;
		left: 0px;
		top: 0px;
	}

	#video_content #video_text{
		display: none;
	}

	#video_content #video_text_movil{
		width: 100%;
		height: auto;
		display: block;
		float: left;
		margin: 50px 0px 30px;
	}

	#video_content #video_text_movil p{
		font-size: 25px;
		font-weight: bolder;
		text-align: center;
		color: white;
		margin-bottom: 10px;
	}

	#video_content #video_icons{
		width: 100%;
		min-height: 296px;
		float: left;
	}

	#video_content #video_icons div{
		width: 300px;
		height: auto;
		display: block;
		margin: 0px auto;
	}

	#video_content #video_icons span{
		display: block;
		float: left;
		outline: solid red 0px;
		margin: 0px 0px 0px;
		text-align: center;
		color: white;
		font-size: 12px;
		font-weight: bolder;
		line-height: 1.5;
	}

	#video_content #video_icons span:nth-child(1){
		width: 148px;
		height: 150px;
		margin-left: 0px;
	}

	#video_content #video_icons span:nth-child(2){
		width: 143px;
		height: 150px;
		margin-left: 9px;
	}

	#video_content #video_icons span:nth-child(3){
		width: 130px;
		height: 150px;
		margin-left: 0px;
		margin-top: 40px;
	}

	#video_content #video_icons span:nth-child(4){
		width: 160px;
		height: 150px;
		margin-left: 10px;
		margin-top: 40px;
		
	}

	/***Register***/
	#register{
		width: 100%;
		height: 250px;
		float: left;
		background: #cccccc;
	}

	#register_content{
		width: auto;
		height: 250px;
		margin: 0px auto;
		outline: solid black 0px;
		padding: 0px 5px;
	}

	#register_content span{
		width: 100%;
		height: auto;
		display: block;
		float: left;
	}

	#register_content span:nth-child(1){
		font-size: 20px;
		color: #666666;
		font-weight: bolder;
		text-align: center;
		margin: 30px 0px 0px;
	}

	#register_content span:nth-child(2){
		color: #333333;
		font-size: 14px;
		margin: 30px 0px 0px;
	}

	#register_content span:nth-child(2) ul{
		width: 250px;
		margin: 0px auto;
	}

	#register_content span:nth-child(2) ul li{
		margin-bottom: 5px;
	}

	#register_content span:nth-child(2) img{
		vertical-align: middle;
		margin-right: 10px;
	}

	#register_content span:nth-child(3){
		margin: 30px 0px 0px;
		text-align: center;
	}

	#register_content span:nth-child(3) a{
		width: 259px;
		height: 67px;
		background: #ff0000;
		text-decoration: none;
		color: white;
		font-size: 14px;
		font-weight: bolder;
		text-align: center;
		padding: 10px 20px;
		border-radius: 5px;
	}

	/***New users***/
	#new_users{
		width: 100%;
		height: auto;
		display: block;
		float: left;
	}

	#new_users_content{
		width: auto;
		height: auto;
		margin: 0px auto;
		padding: 5px;
	}

	#new_users_content p{
		font-size: 30px;
		font-weight: bolder;
		color: #333333;
		text-align: center;
		margin: 50px 0px 20px;
	}

	#new_users_content #users_images{
		width: auto;
		float: none;
		margin: 0px auto;
		padding: 0px 20px;
	}

	#new_users_content #users_images .user_image{
		width: 122px;
		height: 140px;
		float: left;
		margin: 20px 13px 0px 0px;
	}

	#new_users_content #users_images .user_image:nth-child(7n+7){
		margin-right: 13px;
	}

	#new_users_content #users_images .user_image img{
		display: block;
		float: left;
		float: left;
	}

	#new_users_content #users_images .user_image a.user_link{
		display: block;
		float: left;
		color: #cc3300;
		font-size: 12px;
	}

	/***Video chat***/
	#video_chat{
		width: 100%;
		height: auto;
		float: left;
		background: transparent url('../images2015/all_users_bg3.jpg') top center no-repeat;
		margin: 40px 0px 0px;
	}

	#video_chat_content{
		width: auto;
		height: auto;
		margin: 0px auto;
		padding: 0px 10px 30px;
	}

	#video_chat_content img{
		width: 300px;
		height: 207px;
		display: block;
		float: none;
		margin: 30px auto 0px;
	}

	#video_chat_content span{
		width: 100%;
		height: auto;
		float: left;
		margin: 40px 0px 0px 0px;
	}

	#video_chat_content p{
		color: white;
	}

	#video_chat_content p:nth-child(1){
		font-size: 30px;
		font-weight: bolder;
		line-height: 1;
	}

	#video_chat_content p:nth-child(2){
		font-size: 18px;
		margin: 5px 0px 0px;
	}

	#video_chat_content p:nth-child(3){
		font-size: 14px;
		text-align: justify;
		margin: 20px 0px 0px;
		line-height: 1.5;
	}

	/***Blog***/
	#blog{
		width: 100%;
		height: 450px;
		float: left;
		background: transparent url('../images2015/blog_bg.jpg') no-repeat top center;
		display: none;
	}

	/***Other sites***/
	#other_sites{
		width: 100%;
		height: 380px;
		float: left;
		background: white;
		display: none;
	}

	#other_sites_movil{
		width: 87%;
		height: auto;
		display: block;
		float: left;
		padding: 10px 20px;
		margin: 40px 0px 50px;
	}

	#other_sites_movil a{
		width: 100%;
		display: block;
		float: left;
		text-decoration: none;
		font-size: 16px;
		padding: 15px 0px;
		border-bottom: dashed 1px #cccccc;
		text-align: justify;
		color: black;
		font-weight: bolder;
	}

	#other_sites_movil a:nth-child(4){
		border-bottom: dotted 0px;
	}
	
	#users_text{
		display:none;
	}

}