@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	15;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: 0%;
	margin-right: auto;
	width: 88.626%;
	padding-left: 1.1869%;
	padding-right: 1.1869%;
	margin-top:-30%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#txt_slider_home {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-left: 2.6785%;
}
#animacion_slider_home {
	clear: none;
	float: left;
	margin-left: 2.6785%;
	width: 100%;
	display: block;
}

#animacion_slider_home img{
	/*clear: none;*/
	float: left;
	/*margin-left: 2.6785%;*/
	width: 100%;
	display: block;
}

#txt_slider_home h1 {
	font-size: 1.3em;
	font-weight: 600;
	color:#FFF;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-top: 0;
	text-align: center;
	line-height: 1.3em;
	padding: 0 auto;
	margin-top:40%;
}

#txt_slider_home h2 {
	/*padding: 10px;*/
	font-size: 1.0em;
	/*font-weight: 600;*/
	letter-spacing: auto;
	text-transform: uppercase;
	/*margin-top:20%;*/
	text-align: left;
	line-height: 20px;
	color:#FFF
}

#txt_slider_home li {
	font-size: 16px;
	font-weight: 400;
	color:#FFF;
	letter-spacing: auto;
	text-transform: uppercase;
	text-align: left;
	line-height: 22	px;
	/*margin-top: 0;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;*/
	margin-left: 20px;
}

#txt_slider_home h3 {
	font-size: 1.0em;
	font-weight: 600;
	color:#f9c91f;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 0;
	text-align: left;
	line-height: 20px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 91.4836%;
	padding-left: 0.7581%;
	padding-right: 0.7581%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#txt_slider_home {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-left: 2.6785%;
}
#animacion_slider_home {
	clear: none;
	float: left;
	margin-left: 2.6785%;
	width: 100%;
	display: block;
}

#animacion_slider_home img{
	/*clear: none;*/
	float: left;
	/*margin-left: 2.6785%;*/
	width: 100%;
	display: block;
}

#txt_slider_home h1 {
	font-size: 1.3em;
	font-weight: 600;
	color:#FFF;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-top: 0;
	text-align: center;
	line-height: 1.3em;
	padding: 0 auto;
	margin-top:40%;
}

#txt_slider_home h2 {
	/*padding: 10px;*/
	font-size: 1.0em;
	/*font-weight: 600;*/
	letter-spacing: auto;
	text-transform: uppercase;
	/*margin-top:20%;*/
	text-align: left;
	line-height: 20px;
	color:#FFF
}

#txt_slider_home li {
	font-size: 16px;
	font-weight: 400;
	color:#FFF;
	letter-spacing: auto;
	text-transform: uppercase;
	text-align: left;
	line-height: 22	px;
	/*margin-top: 0;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;*/
	margin-left: 20px;
}

#txt_slider_home h3 {
	font-size: 1.0em;
	font-weight: 600;
	color:#f9c91f;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 0;
	text-align: left;
	line-height: 20px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0;
}




/* COLLAPSIBLE MENU
**********************************************************/
/*.jetmenu > li.showhide{
	display: none;
	width: 55%;
	height: 100px;
	cursor: pointer;
	
	background: none;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding:5px 0 0 15px;
	background-origin:content-box;
}
.jetmenu > li.showhide span.title{
	margin: 15px 0 0 25px;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
.jetmenu > li.showhide span.icon{
	margin: 17px 20px;
	float: right;
}
.jetmenu > li.showhide .icon em{
	margin-bottom: 3px;
	display: block;
	width: 20px;
	height: 2px;
	background: #999;
}*/


/*#header_line2 {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 49px;
	display:block;
	background-color:#FFF;

	z-index:0;
	
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	box-shadow: 0 1px 3px rgba(0,0,0,0.6);
}*/

/*.logo{
	visibility:hidden;
	width:0%;
	height:0;
	}*/

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 89.0217%;
	max-width: 1024px;
	padding-left: 0.4891%;
	padding-right: 0.4891%;
	margin:0 auto;
	padding-top:40px;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#txt_slider_home {
	clear: both;
	float: left;
	margin-left: 0;
	width: 44.0000%;
	display: block;
}
#animacion_slider_home {
	clear: none;
	float: left;
	margin-left: 0;
	width: 56.0000%;
	display: block;

}

/*#swiffycontainer_marca,
#swiffycontainer_packaging,
#swiffycontainer_marketing,
#swiffycontainer_multimedia {

	width: 640px;
	height:640px;
	display: block;
	margin:0 auto;
	z-index:1;
}*/
#swiffycontainer_logo {
	width: 400px;
	height:98px;
	display: block;

}
#txt_slider_home h1 {
	font-size: 34px;
	font-weight: 600;
	color:#FFF;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-top: 0;
	text-align: left;
	line-height: 40px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}


#txt_slider_home h2 {
	font-size: 24px;
	font-weight: 400;
	color:#FFF;
	letter-spacing: 1px;
	text-transform: none;
	margin-top: 0;
	text-align: left;
	line-height: 30px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0;
}

#txt_slider_home li {
	font-size: 16px;
	font-weight: 400;
	color:#FFF;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	line-height: 22	px;
	/*margin-top: 0;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;*/
	margin-left: 20px;
}

#txt_slider_home h3 {
	font-size: 18px;
	font-weight: 600;
	color:#f9c91f;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 0;
	text-align: left;
	line-height: 20px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0;
}
}