/*		TIPO DE LETRA 		*/

@font-face {
	font-family: 'Ralewaylight';
	src: url("../fonts/raleway/Raleway-Light.ttf");
}

@font-face {
	font-family: 'Ralewayregular';
	src: url("../fonts/raleway/Raleway-Regular.ttf");
}

@font-face {
	font-family: 'Ralewaybold';
	src: url("../fonts/raleway/Raleway-Bold.ttf");
}

@font-face {
	font-family: 'Roboto Light';
	font-style: normal;
	font-weight: 300;
	src: url("../fonts/robotolight.woff") format('woff');
}

@font-face {
	font-family: "Roboto Regular";
	font-style: normal;
	src: url("../fonts/robotoregular.woff") format('woff');
}

@font-face {
	font-family: 'Roboto Bold';
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/robotobold.woff") format('woff');
}

/*--------------------------------------------*/

body {
	background-color: #FFF;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	font-family: "Ralewayregular", "Roboto Regular", "Arial";
	letter-spacing: .2px;
}

/*--------------------------------------------*/

/*  SUPERCONTENEDOR (Contiene a toda la pagina)*/

#supercontenedor {
	margin: 0 auto;
	width: 100%;
}

/*--------------------------------------------*/

/* Logo y menú */	

#top, #header, #banner, #procesos, #banda, #footerwrap {
	min-width: 1024px;
	margin: 0 auto;
}

#top {
	background-color: #EBEFF0;
	height: 210px;
}

#top #logo {
	margin: 0 auto;
	text-align: center;
}

#top img {
	margin-top: 20px;
}

#top a {
	text-decoration: none;
}

#menu {
	width: 1024px;
	margin: 0 auto;
}

#header {
	background-color: #FFFFFF;
	min-height: 950px;
	background-image: url("../img/Melamine-wood-002.png");
}

#header h1 {
	margin: 0 auto;
	font-family: "Ralewaybold";
	font-size: 2.1em;
	line-height: 44px;
	text-align: center;
	padding-top: 80px;
	min-width: 800px;
	color: #fff;
}

#header h1 span  {
	color: #28ba55;
	font-weight: bolder;
}

#header h2 {
	color: #EFAE00;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	padding-top: 25px;
	width: 860px;
	margin: 0 auto;
}

#supercontenedor #header #moodcenter {
	margin: 0 auto;
	width: 900px;
	margin-top: 50px;
}

#supercontenedor #header .mood ul, .mood li {
	margin: 0;
	width: 900px;
	height: 563px;
	list-style: none;
}

#supercontenedor #header .mood pre {
	margin-left: -50px;
}

#supercontenedor #header .mood li { 
	float: left;
}	

#supercontenedor #header .mood li img {
	width: 850px;
	margin-left: 25px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}

#banner {
	background-color: #2A7FB7;
	height: 190px;
	min-width: 1024px;
}

#banner h2 {
	color: #e0ebff;
	font-size: 1.8em;
	text-align: left;
	line-height: 35px;
	padding-top: 40px;
	width: 900px;
	margin: 0 auto;
}

#banner h2 span {
	color: #FFFFFF;
	font-family: "Ralewaybold";
}

#banda {
	background-color: #EBEFF0;
	height: 70px;
}

#banda h1 {
	font-size: 1.8em;
	text-align: center;
	padding-top: 18px;
	width: 980px;
	margin: 0 auto;
}

/* --------------------------- CONTACTO --------------------------- */

#footerwrap {
	background-color: #EFAE00;
	height: 340px;
	padding-top: 50px;
}

#footer {
	width: 1024px;
	margin: 0 auto;
}

#footer #contacto {
	float: left;
	width: 364px;
	color: #FFF;
	padding-left: 60px;
}

#footer #contacto h2 {
	font-family: "Ralewaybold";
	font-size: 2em;
	margin-bottom: 20px;
}

#footer #contacto p {
	font-size: 1.3em;
	line-height: 30px;
	margin-left: 55px;
	font-weight: bold;
}

#footer #contacto a {	
	float: left;
	clear: both;
	color: white;
	text-decoration: none;
}

#footer #contacto #muestramapa {
	width: 100px;
	height: 50px;
	float: left;
	font-size: 0.7em;
	margin-left: 35px;
	margin-top: 20px;
	text-align: center;
	clear: both;
}

#footer #contacto #muestramapa a.arrow {
	margin-left: 115px;
	text-decoration: none;
}

#footer #contacto #muestramapa img {
	max-width: 35px;
	text-align: center;
	position: relative;
}

#footer form {
	width: 550px;
	float: left;
	margin-left: 25px;
}

#footer #izq {
	width: 220px;
	float: left;
	/*padding-left: 60px;*/
	height: 314px;
}

#footer #der {
	width: 290px;
	float: left;
	height: 314px;
}

#footer #der p {
	float: left;
	color: #FFF;
	margin-top: 10px;
	height: 20px;
}

#footer #der p span {
	font-size: 2.5em;
	float: left;
	margin-top: -3px;
	margin-right: 2px;
	height: 20px;
}

#footer form img {
	margin-top: -20px;
	margin-bottom: -4px;
}

#footer form input {
	float: left;
	width: 195px;
	height: 26px;
	font-size: 1.1em;
	border: 2px solid white;
	border-radius: 4px;
	margin-top: 8px;
	padding-left: 5px;
}

#footer form .correcto {
	border: 2px solid #63ce40;
	background-color: #E3FFE4;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}

#footer form .incorrecto {
	border: 2px solid red;
	background-color: #FFCBCB;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}

#footer input#enviar {
	width: 100px;
	background-color: #232F91;
	color: #FFF;
	float: right;
	border: 0px;
	transition: 0.3s;
}

#footer input#enviar:hover {
	width: 100px;
	background-color: #FFF;
	color: #232F91;
	float: right;
	transition: 0.3s;
	cursor: pointer;
}

#footer label {
	float: left;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 10px;
}

#footer textarea {
	float: left;
	font-size: 1.2em;
	border: 2px solid white;
	border-radius: 4px;
	margin-top: 7px;
	width: 278px;
	height: 231px;
	padding-left: 5px;
}

p#subir {
	font-size: 1.3em;
	color: #28ba55;
	height: 0px;
	clear: both;
	text-align: center;
	margin: 0 auto;
	transition: 0.3s;
	border-radius: 4px;
	text-decoration: none;
}

p#subir:hover {
	color: #FFF;
	transition: 0.3s;
	cursor: pointer;
}

span.skype_c2c_text_span {
	color: #FFF;
}