@charset "utf-8";

/* CSS DOCUMENT ---------------------------- */

* {
	margin: 0;
}

/* H1 -------------------------------------- */

h1 {
	padding: 0px 10px 0px 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 34px;
	font-weight: lighter;
	line-height: 34px;
	color: #000;
	margin-bottom: 12px;

}

h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color: #000;
	margin-bottom: 34px;

}

/* ESTILO CAMPOS --------------------------- */

.txtBox { 
	width: 100%; 
	height: auto;
    padding: 11px 0px 11px 0px; 
    border-radius: 0px; 
    box-sizing: border-box;

    font-family: 'Raleway', sans-serif;
    font-size: 22px; 
    font-weight: bold;
    color: #333333;
    text-align: center;

	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    background: linear-gradient( 0deg, #FFFFFF, #FFFFF);
    /*background: linear-gradient( 0deg, #EEE, #e2e0e0);*/
    border: 1px solid #CCCCCC; 
} 
 
.txtBox:focus { 
    outline: none; 
    border: 1px solid #CCC; 

    box-shadow: 0px 0px 8px #CCC; 
    -moz-box-shadow: 0px 0px 8px #CCC; 
    -webkit-box-shadow: 0px 0px 8px #CCC; 
} 

::-webkit-input-placeholder { 
	font-family: 'Raleway', sans-serif;
	color: #999;
	font-size: 16px; 
} /* WebKit */

:-moz-placeholder { 
	font-family: 'Raleway', sans-serif;
	color: #999;
	font-size: 16px;  
} /* Firefox 18- */

::-moz-placeholder { 
	font-family: 'Raleway', sans-serif;
	color: #999;
	font-size: 16px; 
} /* Firefox 19+ */

:-ms-input-placeholder {
	font-family: 'Raleway', sans-serif;
	color: #999;
	font-size: 16px;
} /* IE 10+ */

.txtBoxForm { 
	width: 100%; 
	height: auto;
    padding: 10px 15px 10px 15px; 
    border-radius: 0px; 
    margin-bottom: 5px;
    box-sizing: border-box;

    font-family: 'Raleway', sans-serif;
    font-size: 16px; 
    color: #333333;

	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    background: linear-gradient( 0deg, #FFFFFF, #FFFFFF);
    /*background: linear-gradient( 0deg, #EEE, #e2e0e0);*/
    border: 1px solid #CCCCCC; 
} 
 
.txtBoxForm:focus { 
    outline: none; 
    border: 1px solid #CCC; 

    box-shadow: 0px 0px 8px #CCC; 
    -moz-box-shadow: 0px 0px 8px #CCC; 
    -webkit-box-shadow: 0px 0px 8px #CCC; 
} 

/* ESTILO BOTON SUBMIT --------------------- */

.button {
	width: 100%;
	height: auto;
    padding: 14px 0px 14px 0px;
    border-radius: 0;
    margin-bottom: 0;
	
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
	outline: none;
	border: 0;

	background: #1f73d1;
	/*background: linear-gradient( 0deg, #000, #333);*/
}

.button:hover {
    background: #3f85d0;
}

.buttonForm {
	width: 100%;
	height: auto;
    padding: 14px 0px 14px 0px;
    border-radius: 0px;
    margin-bottom: 5px;
	
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
	outline: none;
	border: 0;
	float: left;

	background: #1f73d1;
	/*background: linear-gradient( 0deg, #000, #333);*/
}

.buttonForm:hover {
    background: #3f85d0;
}

/* FORMULARIO --------------------- */

.contenedor {
	width: 100%;
	height: auto;
	
	text-align: center;
	position: relative;
	margin: 0 auto;
	box-sizing: border-box;

	/*top: 30px;
	max-width: 1170px;
	padding: 25px;
	box-shadow: 0px 0px 8px #CCC; 
    -moz-box-shadow: 0px 0px 8px #CCC; 
    -webkit-box-shadow: 0px 10px 30px #CCC; 
	border: 1px solid #EEE;*/
}

/*.contenedor {
	width: 100%;
	max-width: 1170px;
	height: auto;
	padding: 25px;
	top: 30px;
	text-align: center;
	position: relative;
	margin: 0 auto;
	box-sizing: border-box;

	box-shadow: 0px 0px 8px #CCC; 
    -moz-box-shadow: 0px 0px 8px #CCC; 
    -webkit-box-shadow: 0px 10px 30px #CCC; 

	border: 1px solid #EEE;
}*/

.caja-form {
	width: 100%;
	height: auto;

	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	text-align: center;

	position: relative;
	margin: 0 auto;
	box-sizing: border-box;
}

.separador-form {
	width: 120px;
	height: 3px;
	margin-bottom: 10px;
	position: relative;
	display: inline-block;
	background: #1f73d1;
}


.bloque-input {
	padding: 0px 3px 0px 3px;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	color: #333;
	text-align: center;

}

.bloque-input input {
	margin-top: 6px;
}

.input {
	width: 50%;
	left: auto;
	margin-top: 5px;
	text-align: left;
	float: left;
	box-sizing: border-box;
	/**/border: 1px solid #CCC;
}