/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
video {
  width: 100%    !important;
  height: auto   !important;
}
/* body {
	background: #fff;
	line-height: 1.3em;
} */
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


a:hover, a:selected; a:active {
	border:0; color: #ffffff;
}
a {
	color: #eeeeee;
	text-decoration:none;
}

/* FONTS _________________________ */

@font-face {
	font-family: Open;
	src: url('OpenSans-Regular.ttf');
}
@font-face {
	font-family: OpenItalic;
	src: url('OpenSans-Italic.ttf');
}
@font-face {
	font-family: OpenBold;
	src: url('OpenSans-Bold.ttf');
}
@font-face {
	font-family: OpenBoldItalic;
	src: url('OpenSans-BoldItalic.ttf');
}

em {
	font-family: OpenItalic;
}
strong {
	font-family: OpenBold;
}
em strong, strong em {
	font-family: OpenBoldItalic;
}

	body {
		width: 640px;
		height: auto;
		margin: 0px auto;
		padding: 0px;
		display: block;
		float: none;
		position: relative;
		background-color: #0c1319;
		font-family: Open, serif;
		font-size: 14px;
		color: #FFFFFF;
	}

	#container {
		width: 100%;
		height: auto;
		line-height: normal;
		background: #0c1319 url("images/background.jpg") no-repeat 50% 0%;
		background-size: 100%;
		margin: 0;
		padding: 0;
		display: block;
		float: left;
		position: relative;
	}
	#container_home {
		width: 100%;
		height: 790px;
		line-height: normal;
		background: #0c1319 url("images/home_background.jpg") no-repeat 50% 0%;
		background-size: 100%;
		margin: 0;
		padding: 0;
		display: block;
		float: left;
		position: relative;
	}
	#container_about {
		width: 100%;
		height: 790px;
		color: #333333;
		line-height: normal;
		background: #0c1319 url("images/about_background.jpg") no-repeat 50% 0%;
		background-size: 100%;
		margin: 0;
		padding: 0;
		display: block;
		float: left;
		position: relative;
		text-align: center;
	}
	#container_legal {
		width: 80%;
		height: auto;
		color: #333333;
		line-height: normal;
		background-color: #ffffff;
		margin: 0;
		padding: 30px 10%;
		display: block;
		float: left;
		position: relative;
	}
	#container_legal a, #container_legal a:visited, #container_legal a:active {
		color: #333333;
	}
	#container_legal a:hover {
		color: #666666;
	}
	.container_form {
		display: block;
		width: 100%;
		height: auto;
		color: #333333;
		float: right;
	}
	.container_form_block {
		width: 100%;
		float: right;
		padding: 0;
		margin: 0;
		display: block;
		clear: both;
	}
	.container_form_block label {
		color: #333333;
	}
	.form_input_field {
		border-width: 1px;
		border-radius: 4px;
		border-color: #666666;
		font-size: 14px;
		padding: 3px;
		margin: 0px;
		color: #666666;
		width: 90%;
	}
	.form_input_button {
		border-width: 1px;
		border-radius: 4px;
		border-color: #081e38;
		background-color: #b4c4d9;
		font-size: 14px;
		padding: 3px;
		margin: 0px;
		color: #666666;
		width: auto;
	}
	#blankspace {
		width: 100%;
		display: block;
		margin: 0;
		padding: 0;
		height: 25px;
		background: none;
		float: left;
		z-index: 3;
	}
	#menu_top {
		width: 350px;
		height: 25px;
		margin: 0 auto;
		padding: 0;
		display: block;
		float: none;
		color: #ffffff;
	}
	#menu_top_texto {
		width: 200px;
		height: 15px;
		margin: 0;
		padding: 5px 0px;
		font-size: 15px;
		float: left;
	}
	#menu_top a {
		color: #dddddd;
	}
	#menu_top_banderas {
		width: 50px;
		height: 15px;
		margin: 0;
		padding: 5px 0px;
		float: right;
	}
	#bloque_texto {
		width: 45%;
		height: auto;
		margin: 400px 30% 10px 25%;
		padding: 5px;
		color: #333333;
		font-size: 10px;
		text-align: right;
	}
	#bloque_texto a {
		color: #666666;
	}
	#message {
		width: 300px;
		display: block;
		margin: 60px auto;
		padding: 0;
		height: auto;
		background: none;
		float: none;
		color: #f4d065;
		text-align: center;
		font-size: 26px;
		z-index: 3;
	}
	#deepsea {
		width: 300px;
		display: block;
		margin: 60px auto;
		padding: 0;
		height: auto;
		background: none;
		float: none;
		z-index: 3;
	}
	#deepsea img {
		width: 100%;
		height: auto;
		border: 0;
	}
	#logo {
		width: 100px;
		display: block;
		margin: 60px auto;
		padding: 0;
		height: auto;
		background: none;
		float: none;
		z-index: 3;
	}
	#logo img {
		width: 100%;
		height: auto;
		border: 0;
	}
	#footer {
		width: 300px;
		background-color: none;
		display: block;
		margin: 60px auto;
		padding: 0;
		float: none;
		text-align: center;
		z-index: 3;
	}
	#faldon {
		width: 600px;
		height: 70px;
		margin: 0px auto;
		padding: 20px 20px;
		background: #e2e1dd url(images/faldon_background.jpg) top center no-repeat;
		background-size: 100%;
		float: left;
		display: block;
		text-align: center;
		font-size: 12px;
		color: #333333;
	}
	#faldon a, #faldon a:visited, #faldon a:active {
		color: #333333;
	}
	#faldon a:hover {
		color: #666666;
	}
	#bubble, #bubble_2, #bubble_3, #bubble_4, #bubble_5, #bubble_6, #bubble_7, #bubble_8, #bubble_9 {
		width: 15px;
		height: 15px;
		z-index: 2;
		margin: 0;
		padding: 0;
		float: none;
		display: block;
		position: absolute;
	}
	#bubble img, #bubble_2 img, #bubble_3 img, #bubble_4 img, #bubble_5 img, #bubble_6 img, #bubble_7 img, #bubble_8 img, #bubble_9 img {
		border: 0;
		width: 15px;
		height: 15px;
	}
	
@media all and (min-width: 1000px){
	body {
		width: 1000px;
	}
	#container {
		background-size: 1000px;
	}
	#container_home {
		background-size: 1000px;
		width: 1000px;
		height: 1200px;
	}
	#container_about {
		background-size: 1000px;
		width: 1000px;
		height: 1200px;
	}
	#bloque_texto {
		width: 50%;
		margin: 680px 30% 10px 20%;
		font-size: 16px;
	}
	#blankspace {
		height: 50px;
	}
	#message {
		margin: 50px auto;
	}
	#deepsea {
		margin: 50px auto;
	}
	#logo {
		margin: 50px auto;
	}
	#footer {
		margin: 50px auto;
	}
	#faldon {
		background-size: 1000px;
		width: 960px;
		height: 140px;
	}
}