/*

	Supersized - Fullscreen Slideshow jQuery Plugin
	Version : 3.2.7
	Site	: www.buildinternet.com/project/supersized
	
	Author	: Sam Dunn
	Company : One Mighty Roar (www.onemightyroar.com)
	License : MIT License / GPL License
	
*/

* { margin:0; padding:0; }

html { height:100%; }

body { height:100%;}
	img { 
		border:none; }
	
	#supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background:url(../img/progress.gif) no-repeat center center;}
	
	#supersized {  display:block; position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
		#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
			#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
			#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/
		
		#supersized li { display:block; list-style:none; z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; }
		#supersized a { width:100%; height:100%; display:block; }
			#supersized li.prevslide { z-index:-20; }
			#supersized li.activeslide { z-index:-10; }
			#supersized li.image-loading { background:#111 url(../img/progress.gif) no-repeat center center; width:100%; height:100%; }
				#supersized li.image-loading img{ visibility:hidden; }
			#supersized li.prevslide img, #supersized li.activeslide img{ display:block; }
			
/*---------------------- DIVs FIJOS----------------------*/

#DivLogo {
	width:126px;
	height:126px;
	position:absolute;
	top:45px;
	left:0px;
	z-index:9999;}
#DivLogoBlack {
	width:126px;
	height:126px;
	position:absolute;
	top:45px;
	left:0px;
	z-index:9999;}
	
/*--------------------------------*/

#DivMenu {
	width: 381px;
	height: 26px;
	position: absolute;
	top: 90px;
	left: 469px;
	z-index: 9999;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(../img/menu.png);
	background-repeat: no-repeat;
	font-family: 'Asap', sans-serif;}
	#DivMenu a {
		color:#FFF; 
		text-decoration:none;
		text-align:center;}
		.link-home {
			background-image:none;}
			.link-home:hover {
				background-image:url(../img/menu_hover.png);}
		.link-store {
			background-image:none;}
			.link-store:hover {
				background-image:url(../img/menu_hover.png);}
		.link-nosotros {
			background-image:none;}
			.link-nosotros:hover {
				background-image:url(../img/menu_hover.png);}
		.link-contacto {
			background-image:none;}
			.link-contacto:hover {
				background-image:url(../img/menu_hover.png);}	
		
		
#DivMenuBlack {
	width: 381px;
	height: 26px;
	position: absolute;
	top: 90px;
	left: 469px;
	z-index: 9999;
	font-size: 12px;
	color:#6D6E70;
	background-image: url(../img/menu_black.png);
	background-repeat: no-repeat;
	font-family: 'Asap', sans-serif;}
	#DivMenuBlack a {
		color:#6D6E70;
		text-decoration:none;
		text-align:center;}
		.link-home-b {
			background-image:none;}
			.link-home-b:hover {
				background-image:url(../img/menu_hover_black.png);}
		.link-store-b {
			background-image:none;}
			.link-store-b:hover {
				background-image:url(../img/menu_hover_black.png);}
		.link-nosotros-b {
			background-image:none;}
			.link-nosotros-b:hover {
				background-image:url(../img/menu_hover_black.png);}
		.link-contacto-b {
			background-image:none;}
			.link-contacto-b:hover {
				background-image:url(../img/menu_hover_black.png);}

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

#DivRedes {
	position:absolute;
	width:225px;
	height:30px;
	left:0px;
	bottom:27px;
	z-index:9999;}
	#DivRedes a {
		margin:4px;}

#DivRedesBlack {
	position:absolute;
	width:225px;
	height:30px;
	bottom:27px;
	left: 55px;
	z-index:9999;}
	#DivRedesBlack a {
		margin:4px;}
		
/*-------------------------------------*/

#DivAbout {
	position:absolute;
	width:900px;
	height:360px;
	left: 0px;
	top: 236px;}
	#DivAbout-izq {
		position:absolute;
		width: 366px;
		height: 291px;
		left: 0px;
		top: 0px;}
	#DivAbout-der {
	color: #6D6E70;
	font-family: 'Asap', sans-serif;
	font-size: 12px;
	text-align: justify;
	position: absolute;
	height: 266px;
	left: 421px;
	top: 42px;
	width: 478px;
	float: right;
}

/*---------------------------------*/
	
#DivContacto {
	position:absolute;
	width:900px;
	height:380px;
	left: 0px;
	top: 236px;}
	#DivContacto-izq {
		position:absolute;
		width: 370px;
		height: 348px;
		left: 0px;
		top: 0px;}
	#DivContacto-der {
	font-family: 'Asap', sans-serif;
	font-size: 9pt;
	color: #6D6E70;
	position: absolute;
	height: 330px;
	right: 0px;
	top: 0px;
	width: 453px;
	float: right;
}	

/*--------------------------------*/
	
#DivFooter {
	width:1010px;
	height:80px;
	background-color:#FFF;
	left:50%;
	margin-left:-505px;
	position:fixed;
	bottom:0px;
	z-index:9999;}
	
/*--------------------------------*/
	
#DivCopyrightBlack {
	position:absolute;
	height:35px;
	background-color:#FFF;
	right:122px;
	bottom:18px;
	z-index:9999;}
	#DivCopyrightBlack pre {
		font-family: 'Asap', sans-serif;
		font-size:12px;
		color:#6D6E70;}
		
#DivCopyright {
	position:absolute;
	height:35px;
	bottom:18px;
	z-index:9999;
	right:67px;}
	#DivCopyright pre {
		font-family: 'Asap', sans-serif;
		font-size:12px;
		color:#FFFFFF;}
		
		
/*----------FORMULARIO--------------*/
.select {
	width:400px;
	height:22px;
	color:#FFFFFF;
	background-color:#CCCCCC;
	border:hidden;
	font-family: 'Asap', sans-serif;
	font-size:14px; }
	.select:focus {
		outline:none;}
.inputbox {
	color:#FFFFFF;
	background-color:#CCCCCC;
	border:hidden;
	font-family: 'Asap', sans-serif;
	font-size:14px; 
	height:22px;
	width:400px;}
	.inputbox:focus {
		outline:none;}
.msgbox {
	color:#FFFFFF;
	background-color:#CCCCCC;
	border:hidden;
	font-family: 'Asap', sans-serif;
	font-size:14px; 
	padding:0px;
	resize:none;
	width:400px;
	height:80px;}
	.msgbox:focus {
		outline:none;}
.boton-enviar {
	font-family: 'Rokkitt', sans-serif;
	font-size:16px; 
	width:80px;
	background-color:#63C6BA;
	border:hidden;
	color:#FFFFFF; 
	height:24px;
	padding-bottom:1px;
	text-align:center;
	cursor:pointer;}
	.boton-enviar:hover {
		color:#F9EC64;}	
.inputnewsletter {
	position:absolute;
	width:151px;
	left:7px;
	top:495px;
	font-family: 'Asap', sans-serif;
	font-size:12px;
	font-style:italic;
	border:hidden;
	background-color:#FEFBE0;
	color:#63C6BA;
	height:20px;
	padding-left:4px;}
	.inputnewsletter:hover {
		color:#F9EC64;}
	.inputnewsletter:focus {
		outline:none;}
.boton-newsletter {
	position:absolute;
	font-family: 'Rokkitt', sans-serif;
	font-size:14px;
	width:50px;
	background-color:#63C6BA;
	border:hidden;
	color:#FFFFFF;
	height:20px;
	padding-bottom:1px;
	text-align:center;
	cursor:pointer;
	left: 167px;
	top: 495px;}			
	.boton-newsletter:hover {
		color:#F9EC64;}
