@charset "UTF-8";
  
@font-face {
    font-family: 'robotothin';
    src: url('../tipografia/roboto-thin-webfont.woff2') format('woff2'),
         url('../tipografia/roboto-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'naishila_dancing_scriptRg';
    src: url('../tipografia/naishila_dancing_script-webfont.woff2') format('woff2'),
         url('../tipografia/naishila_dancing_script-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ralewayblack';
    src: url('raleway-black-webfont.woff2') format('woff2'),
         url('raleway-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_mediumregular';
    src: url('roboto-medium-webfont.woff2') format('woff2'),
         url('roboto-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoregular';
    src: url('roboto-regular-webfont.woff2') format('woff2'),
         url('roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    background-image: url("../imagenes/fondo-landing-final.jpg");
    background-size: cover;
    margin: 0;
    background-position: center 0%;
}

header {
    background-color: #000000;
    height: 70px;
    text-align: center;
    background-attachment: fixed;
}
body header img {
    height: 50px;
    width: 250px;
    margin-top: 10px;
}
main  {
	height: 800px;
	margin-bottom: 150px;
}
.centrado {
    width: 960px;
    margin: auto;
}
#form1 {
	width: 380px;
	height: 410px;
	border-radius: 30%;
	background-color: rgba(255,255,255,0.45);
	margin-left: 440px;
	text-align: center;
	margin-top: 100px;
	padding-top: 0px;
	padding-bottom: 30px;
}
#form1 hgroup h1 {
    font-size: 23px;
    padding-top: 30px;
    color: rgba(255,255,255,1.00);
    text-align: center;
}
.centrado hgroup h1 {
    color: rgba(255,255,255,1.00);
	font-family: 'robotothin';
    text-align: center;
    font-size: 50px;
}
.centrado #form1 p {
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
}
#form1 label a {
    color: rgba(0,0,0,1.00);
}
.textform  {
    width: 100px;
    display: block;
    float: left;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 5px;
}
.campo {
    width: 150px;
    border-radius: 15%;
    padding-left: 20px;
    margin-bottom: 10px;
    padding-right: 20px;
    border-radius: 50px;
	margin-top: 5px;
    background-color: rgba(200,200,200,1.00);
    color: rgba(0,0,0,1.00);
    height: 17px;
} 
.boton {
    width: 150px;
    height: 35px;
    font-size: 14px;
    margin-top: 20px;
    border-radius: 50px;
    margin-left: 30px;
    color: rgba(255,255,255,1.00);
    background-color: rgba(0,35,255,1.00);
    border-width: 5px;
    border-color: rgba(255,255,255,1.00);
    border-style: solid;
}
.boton:hover {
    color: rgba(0,27,255,1.00);
    background-color: rgba(255,255,255,1.00);
    border-style: solid;
    border-width: 5px;
    border-color: rgba(0,32,255,1.00);
}
.clear {
    clear: both;
}
.negro {
    color: rgba(0,0,0,1.00);
	font-family: 'roboto_mediumregular'; 
}
footer {
	background-color: rgba(0,0,0,0.80);
	padding-bottom: 25px;
}
#izquierda {
	width: 480px;
	float: left;
}
#derecha  {
	width: 470px;
	float: left;
	padding-right: 10px;
}
.centrado #izquierda p {
	color: rgba(255,255,255,1.00);
	font-size: 11px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 20px;
}
.centrado #derecha h5 {
	font-size: 12px;
	color: rgba(255,255,255,1.00);
	text-align: right;
	padding-top: 10px;
	margin-bottom: 0px;
}
.centrado #derecha ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
#derecha ul a {
    width: 40px;
    height: 40px;
    display: block;
    background-color: #898989;
    border-radius: 50%;
    float: left;
    color: #FFFFFF;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
    margin-left: 10px;
    padding-left: 0px;
}

#derecha ul a:hover{
    background-color: #FFFFFF;
    color: #898989;	
}
.centrado #derecha #rrss {
	width: 150px;
	height: 40px;
	margin-left: 320px;
}
.letra {
	font-family: 'naishila_dancing_scriptRg';
	font-size: 80px;
	padding-top: 0px;
	line-height: 100px;
}
