/*  
Theme Name: Azul marine
Author: Gallo Design
*/


			/*  CSS RESET  */
				  /**/
				  /**/
				  /**/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

a{
	text-decoration:none;
}

a:hover,
a:focus,
a:active, 
input:hover,
input:focus,
input:active{
	outline:none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

::selection {
	background-color: #CC0C51;
	color: #fff;
}

::-moz-selection {
	background-color: #CC0C51;
	color: #fff;
}

										/* Tipografia */

/*@font-face {
	font-family: 'montserrat regular';
	src: url('fonts/montserrat/montserrat-regular-webfont.eot');
	src: url('fonts/montserrat/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/montserrat/montserrat-regular-webfont.woff') format('woff'), url('fonts/montserrat/montserrat-regular-webfont.ttf') format('truetype'), url('fonts/montserrat/montserrat-regular-webfont.svg#montserratregular') format('svg');
	font-weight: normal;
	font-style: normal;
}*/

										/* Estructura */
										
html, body {
	position: relative;
	width: 100%;
	-webkit-font-smoothing: antialiased;
}

html {
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: #f3f5f6;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	height: 100%;
}

body {
	/*padding-bottom: 50px;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 100%;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.margen{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	max-width: 1000px;
	display: block;
	margin: 0 auto;
	padding: 0 20px;
}

b, strong{ font-weight:bold;}
i, em { font-style: italic; }

.contenedor-general {
	position: absolute;
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0;
}

.contenedor-centrado {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: table; 
	width: 100%;
	height: 100%;
	padding: 0 20px;
	background-image: url('img/fondo.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.contenedor-centrado:after {
	content: ''; 
	position: absolute;
	right: 0; 
	bottom: 0;
	width: 15px; 
	background-color: #CC0C51;
	height: 45%;
}

.contenido-centrado {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	padding: 20px 0 40px;
}

.contenido {
	width: 100%; 
	max-width: 1000px;
	margin: auto;
}

span {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: auto;
}

span.logo {
	max-width: 210px; 
	margin-bottom: 50px;
}

span.coming-soon {
	max-width: 371px; 
	margin-bottom: 45px;
}

span.conserve {
	max-width: 370px;
	padding: 25px;
	border: 5px solid #0DBCBC;
}

span img {
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 650px) {
	.contenedor-centrado:after {
		display: none;
	}
}