@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
}
.contenedor{
	width:auto;
	height: 800px;
	position:relative;
	overflow:hidden;
}
.txt-white{
	color:#fff;
}
.txt-red{
	color:#ed1c24;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
.hidden{
	display:none;
}
#scroll{
	width:100px;
	height:22px;	
	background:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	text-align:center;
	color:#FFF;
	position:fixed;
	top:0;
	left:0;
	z-index:9999;
	display:none;
}
#content{
	margin-top:200px;
}
.rounded{
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari y Chrome */
	-khtml-border-radius: 10px; /* Konkeror, ... */
	border-radius: 10px; /* Opera 10.50, IE y CSS3 */
}
.circle{
	-moz-border-radius: 50%; /* Firefox */
	-webkit-border-radius: 50%; /* Safari y Chrome */
	-khtml-border-radius: 50%; /* Konkeror, ... */
	border-radius: 50%; /* Opera 10.50, IE y CSS3 */
	margin:0;
	padding:0;
}
.title-right, .title-right-white{
	width:100%;
	height:75px;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	position:absolute;
	top:150px;
	right:100px;	
	
}
.title-right .title-line, .title-right-white .title-line{
	width:300px;
	position:absolute;	
	top:0;
	right:-100px;	
	border-bottom:1px solid #000;
}
.title-right .title-label, .title-right-white .title-label{
	width:250px;
	height:40px;
	font-family:'Geomanist Bold';
	font-size:20px;
	text-align:center;	
	padding-top:10px;
	position:absolute;	
	top:-35px;
	left:0;
	border:2px solid #000;
}
.title-right-white{
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
}
.title-right-white .title-line{
	border-bottom:1px solid #fff;
}
.title-right-white .title-label{
	border:2px solid #fff;
	color:#fff;
}
.title-left{
	width:100%;
	height:75px;
	border-bottom:1px solid #fff;
	border-left:1px solid #fff;
	position:absolute;
	top:150px;
	left:100px;	
	
}
.title-left .title-line{
	width:300px;
	position:absolute;	
	top:0;
	left:-100px;	
	border-bottom:1px solid #fff;
}
.title-left .title-label{
	width:250px;
	height:40px;
	font-family:'Geomanist Bold';
	font-size:20px;
	text-align:center;	
	padding-top:10px;
	position:absolute;	
	top:-35px;
	right:0;
	border:2px solid #fff;
	color:#fff;
}

@media handheld, only screen and (max-width: 1000px) {
	body{
	}
	.contenedor{
		width:100%; 
	}
	.left{
	}
	.right{
	}
	.clear{
	}
	#content{
		margin-top:75px;
	}
	.rounded{
		-moz-border-radius:0; /* Firefox */
		-webkit-border-radius:0; /* Safari y Chrome */
		-khtml-border-radius:0; /* Konkeror, ... */
		border-radius:0; /* Opera 10.50, IE y CSS3 */
	}
	.circle{
	}
	.title-right, .title-right-white{
		top:95px;
	}
	.title-right .title-line{
	}
	.title-right .title-label{
	}
	.title-right-white{
	}
	.title-right-white .title-line{
	}
	.title-right-white .title-label{
	}
	.title-left{
		top:95px;
	}
	.title-left .title-line{
	}
	.title-left .title-label{
	}
}