/**************************************************************
 *	PROGRAMADO POR: Javier Rico Motos y Sergio Santos Belmonte 
 *	EMAIL: info@zuinqstudio.com 
 *	WEB: http://www.zuinqstudio.com 
 *	© Todos los derechos reservados 
 ***************************************************************/ 
 
body{
	margin: 0px;
	padding: 0px;
	color: #444;
	font: 15px/1.5em Roboto,'sansregular',Verdana,'Trebuchet MS','Lucida Grande',Helvetica,sans-serif;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	background-color: #f8f9f9;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a {
	color: #444444;
	text-decoration: none;
}

a:link, 
a:active, 
a:visited {
	
}

a:hover {
	text-decoration: underline;
}

input[type=button], 
input[type=reset], 
input[type=submit], 
button, 
.boton {
	-webkit-appearance: none;
	-moz-appearance: none;
}

#web {
}

h2 {
	font-family: "Varela Round", Sans-serif;
	font-size: 24px;
	font-weight: 200;
	color: #348DCF;
	text-align: left;
	margin-bottom: 20px;
}

#web header {
	text-align: center;
}

#web header a h1 {
	margin-top: 15px;
	display: inline-block;
	width: 300px;
	height: 64px;
	background: transparent url('../img/layout/logo.png') 0 0  no-repeat;
	background-size: contain;
	text-indent: -9999px;
}

#web section {
	max-width: 700px;
	margin: 30px auto;
}

#web footer {
	height: 40px;
	background-color: #23496B;
	line-height: 40px;
	color: #fff;
	padding: 0 20px;
	font-size: 15px;
	font-weight: 400;
	text-align: center;
}

#web footer a {
	color: #fff;
	font-weight: bold;
}

#web footer ul {
	list-style-type: none;
	display: inline-block;
	margin: auto;
}

#web footer ul li {
	display: inline-block;
	padding: 0 15px;
}

#web footer .left {
	float: left;
}

#web footer .right {
	float: right;
}

/* Formulario */
.formulario {
}

.formulario p {
	margin: 10px 0;
	text-align: justify;
}

.formulario .centrado {
	margin-top: 25px;
}

.formulario label .label-label {
	color: #23496B !important;
}

.formulario label .label-label a {
	text-decoration: underline;
	color: #23496B !important;
}

.formulario input[type=button],
.formulario input[type=reset],
.formulario input[type=submit],
.formulario button,
.formulario .boton {
	background-color: #23496B !important;
	display: block;
	width: 100%;
	padding: 15px;
}

.formulario label.checkbox .label-label {
	font-size: 0.8em;
}

.inputTexto {
	background-color: #EEF8FF !important;
	color: #348DCF !important;
	font-family: Roboto, serif !important;
	padding: 8px 12px !important;
}

input.inputTexto::-webkit-input-placeholder {
	color: #348DCF !important;
}

input.inputTexto::-moz-placeholder {
	color: #348DCF !important;
}

input.inputTexto:-ms-input-placeholder {
	color: #348DCF !important;
}










