@charset "utf-8";
/* CSS Document */

html,body{
	margin:0px; 
	background-image: url("../content/bg.png");
    background-repeat: repeat;}

@font-face {
	font-family: 'Anaheim-Regular'; 
    src: url(../font/Anaheim-Regular.ttf);}

.header{
	width: 100%;
	height: 100px;
    float: left;}

.contenido-header{
	width: 900px;
	height: 100px;
	margin:auto;}

.logo{float: left; margin-top: 40px;}

.contenedor-menu{
	width: 570px;
	height: 40px;
	float: right;
	margin-top: 40px;}

.menu{
	width:550px;
	height:20px;
    margin-top: 10px;
    float: right;}

.menu ul{list-style:none; padding:0px; margin-left: 70px;}
	
.menu ul li {
	float: left;
	padding-left: 15px;
	padding-right: 15px;}
	
.menu ul li a{
	font-family: 'Anaheim-Regular';
    font-size:18px;
    text-decoration:none;
    color:#111;}
	
.menu ul li a:hover{
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	color:#137abf;}

.envoltura-unete{
 	width: 100%;
 	height: 620px;
 	float: left;}

.contenido-unete{
 	width: 900px;
 	height: 620px;
 	margin: auto;}
    
.unete1, .unete2{
	width: 340px;
	height: 620px;
	float: left;}

.unete2{float: right;}

.avatar{
	width: 340px;
	height: 180px;
	float: left;
	margin-top: 50px;}

.informacion{
	width: 340px;
	height: 260px;
	float: left;
	margin-top: 10px;}

.informacion  h1{
	font-family: 'Anaheim-Regular';
	font-size:28px;
	color:#111;
	text-align:center;}

.informacion p{
	font-family: 'Anaheim-Regular';
	font-size:18px;
	color: #111;
    margin-top:20px;
    text-align: center;}

.boton-unete-modelos, .boton-unete-extras{
	width: 340px;
	height: 38px;
	float: left;
	cursor: pointer;
    background-color: #3a3a3a;}

.boton-unete-modelos:hover, .boton-unete-extras:hover{ 
    color:#eaeaea;
    background-color: #4d4d4d;}

.boton-unete-modelos h2, .boton-unete-extras h2{ 
    font-family: 'Anaheim-Regular';
    color:#888; 
    cursor: pointer;
    font-size:20px;
    margin-top:9px;
    text-align: center;}

.boton-unete-modelos:hover h2, .boton-unete-extras:hover h2{ color:#eaeaea;}
































.footer{
 	width: 100%;
 	height: 210px;
 	float: left;
 	background-color: #121313;}

.contenido-footer{
 	width: 900px;
 	height: 195px;
 	margin:auto;
 	margin-top: 10px;}

.informacion1  h1, .informacion2 h1, .informacion3 h1, .informacion4 h1{
	font-family: 'Anaheim-Regular';
	font-size:16px;
	color:#fff;
	text-align:left;
    margin-left: 4px;}

.informacion1{
	width: 220px;
	height: 100px;
	float: left;
    margin-left: 20px;
    margin-top: 10px;}

.localizacion, .correo, .celular{
	width: 200px;
	height: 20px;
	float: left;
    margin-top: 10px;}

.correo{margin-top: 2px;}
.celular{margin-top: 2px;}
.informacion_footer{float: left;}

.localizacion h1, .correo h1, .celular h1{
	font-family: 'Anaheim-Regular';
	font-size:16px;
	color: rgb(119, 119, 119);
	float: left;
    margin-left: 4px;
    margin-top:0px;}

.informacion2{
	width: 200px;
	height: 130px;
	float: left;
	margin-left: 50px;
    margin-top: 10px;}

.informacion2 h1{margin-left: 18px;}

.menu_footer{
	width: 140px;
	height: 120px;
	float: left;
    margin-top: 10px;}
	
.menu_footer ul{
    list-style:none; 
    margin:0px; 
    padding:0px;}
	
.menu_footer ul li{
	float: left;
	padding-left: 18px;
	padding-right: 14px;
    margin-top: 2px;}
	
.menu_footer ul li a{
	font-family: 'Anaheim-Regular';
	font-size:14px;
    text-decoration:none;
    color: rgb(119, 119, 119);}

.informacion3{
	width: 200px;
	height: 100px;
	float: left;
    margin-left: 40px;
    margin-top: 10px;}

.informacion3 h2{
	font-family: 'Anaheim-Regular';
	font-size:16px;
	color: rgb(119, 119, 119);
	float: left;
    margin-left: 4px;
    margin-top:10px;}

.informacion4{
	width: 100px;
	height: 100px;
	float: left;
	margin-left: 30px;
    float: right;
    margin-top: 10px;}

.facebook, .twitter{
	width: 150px;
	height: 20px;
	float: left;}

.facebook{margin-top: 10px;}
.twitter{margin-top: 1px;}

.facebook h1, .twitter h1{
	font-family: 'Anaheim-Regular';
	font-size:14px;
	color: rgb(119, 119, 119);
	float: left;
    margin-left: 4px;
    margin-top:0px;}

.autor{
	width: 900px;
    height: 35px;
    float: left;
    margin-top: 10px;}

.separacion{
 	margin:auto;
 	color: #fff;
    width:880px;
    border-top: 1px rgb(119, 119, 119) solid;}

.autor p{
	font-family: 'Anaheim-Regular';
	font-weight: 400;
	font-size:13px;
	color: rgb(119, 119, 119);
    text-align: center;
    margin-top: 13px;}

.name{text-decoration: none; color: #fff;}

