HTML, BODY
{
	height: 100%;
}
BODY
{
	margin: 0px;
	padding: 0px;
	background: #f58337;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 12pt;
	font-weight: 300;
	color: #000000;
}
H1, H2, H3
{
	margin: 0;
	padding: 0;
}
P, OL, UL
{
	margin-top: 0;
}
OL, UL
{
	padding: 0;
	list-style: none;
}
P
{
	line-height: 180%;
	font-size: 15pt;
}
STRONG
{
}
A
{
	color: #2980B9;
}
A:hover
{
	text-decoration: none;
}
.container
{
	overflow: hidden;
	margin: 0em auto;
	width: 1000px;
}
/********************************************************************************
Image Style
********************************************************************************/
.image
{
	display: inline-block;
}
.image IMG
{
	display: block;
	width: 100%;
}
.image-full
{
	display: block;
	width: 100%;
	margin: 0 0 2em;
}
.image-left
{
	float: left;
	margin: 0 2em 2em 0;
}
.image-centered
{
	display: block;
	margin: 0 0 2em;
}
.image-centered IMG
{
	margin: 0 auto;
	width: auto;
}
/********************************************************************************
List Styles
********************************************************************************/
UL.style1
{
}
/********************************************************************************
Social Icon Styles
********************************************************************************/
UL.contact
{
	margin: 0;
	padding: 2em 0em 0em;
	list-style: none;
}
UL.contact LI
{
	display: inline-block;
	padding: 0em 0.3em;
	font-size: 1em;
}
UL.contact LI SPAN
{
	display: none;
	margin: 0;
	padding: 0;
}
UL.contact LI A
{
	color: #FFF;
}
UL.contact LI A:before
{
	display: inline-block;
	background: #3F3F3F;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	text-align: center;
	color: #FFFFFF;
}
UL.contact LI A.icon-twitter:before
{
	background: #2DAAE4;
}
UL.contact LI A.icon-facebook:before
{
	background: #39599F;
}
UL.contact LI A.icon-dribbble:before
{
	background: #C4376B;
}
UL.contact LI A.icon-tumblr:before
{
	background: #31516A;
}
UL.contact LI A.icon-rss:before
{
	background: #F2600B;
}
/********************************************************************************
Button Style
********************************************************************************/
.button
{
	display: inline-block;
	padding: 1em 3em 1em 2em;
	letter-spacing: 0.2em;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 0.9em;
	color: #FFF;
}
.button:before
{
	display: inline-block;
	background: #FFC31F;
	margin-right: 1em;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	text-align: center;
	color: #272925;
}
/********************************************************************************
4-column
********************************************************************************/
.box1, .box2, .box3, .box4
{
	width: 235px;
}
.box1, .box2, .box3
{
	float: left;
	margin-right: 20px;
}
.box4
{
	float: right;
}
/********************************************************************************
3-column
*******************************************************************************
*******************************************************************************
2-column
********************************************************************************/
.tbox1, .tbox2
{
	width: 575px;
}
.tbox1
{
	float: left;
}
.tbox2
{
	float: right;
}
#wrapper
{
	background: #FFF;
}
/********************************************************************************
Header
********************************************************************************/
#header-wrapper
{
	background: url(images/bannerproductos.jpg) no-repeat center;
	background-size: cover;
}
#header
{
	position: relative;
	padding: 15em 0em;
}
/********************************************************************************
Logo
********************************************************************************/
#logo
{
	position: absolute;
	top: 0;
	left: 0;
	padding: 1em 1em;
	border-radius: 0px 0px 5px 5px;
}
/********************************************************************************
Menu
********************************************************************************/

/********************************************************************************
Banner
********************************************************************************/
#banner
{
	padding: 10em 0em;
}
#banner SPAN
{
	display: block;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	font-size: 12.5em;
	color: #FFF;
}
/********************************************************************************
Page
********************************************************************************/
#page
{
	padding-bottom: 5em;
}
#page H2
{
	padding-bottom: 1.5em;
	text-transform: uppercase;
	font-size: 1.5em;
	height: 20px;
}
/********************************************************************************
Content
********************************************************************************/
#content
{
}
/********************************************************************************
Sidebar
********************************************************************************/
#sidebar
{
}
/********************************************************************************
Footer
********************************************************************************/
#footer
{
}
/********************************************************************************
Copyright
********************************************************************************/
#copyright
{
	overflow: hidden;
	padding: 5em 0em;
}
#copyright P
{
	letter-spacing: 0.2em;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.8em;
	color: rgba(255, 255, 255, 0.6);
}
#copyright A
{
	text-decoration: none;
	color: rgba(255, 255, 255, 0.9);
}
#copyright A:hover
{
	text-decoration: none;
	color: #424242;
}
/********************************************************************************
Heading Titles
********************************************************************************/
.title
{
	margin-bottom: 3em;
	text-transform: uppercase;
}
.title H2
{
	font-size: 2.8em;
	font-weight: 700;
}
.title .byline
{
	font-size: 1.1em;
	color: #6F6F6F;
}
/********************************************************************************
Staff
********************************************************************************/
#staff
{
	padding: 5em 0em;
}
/********************************************************************************
Welcome
********************************************************************************/
#welcome-wrapper
{
	background: #E0E0E0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#welcome
{
	padding: 5em 0em;
}
UL.style3
{
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
	color: #6C6C6C;
}
UL.style3 LI
{
	padding: 1.6em 0em 0em;
	margin: 0 0 1em;
}
UL.style3 P
{
	margin: 0;
}
UL.style3 A
{
	display: block;
	text-decoration: none;
	color: #2D2D2D;
}
UL.style3 A:hover
{
	text-decoration: underline;
}
UL.style3 H3
{
	padding: 1em 0em 5px;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: 300;
}
UL.style3 .first
{
	padding-top: 0;
	background: none;
}
UL.style3 .date
{
	float: left;
	position: relative;
	width: 80px;
	height: 70px;
	margin: 0.5em 1.5em 0em 0.5em;
	padding: 20px 0em 0em;
	background: #3498DB;
	border-radius: 5px;
	box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.1);
	line-height: normal;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0px 1px rgba(0, 0, 0, 0.2);
	font-size: 1em;
	font-weight: 400;
	color: #FFF;
}
UL.style3 .date:after
{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 6px;
}
UL.style3 .date B
{
	margin: 0;
	padding: 0;
	display: block;
	margin-top: -5px;
	font-size: 1.8em;
	font-weight: 700;
	color: #FFFFFF;
}
UL.style3 .date A
{
	color: #FFFFFF !important;
}
UL.style3 .date A:hover
{
	text-decoration: none;
}
UL.style4
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
UL.style4 LI
{
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	line-height: 3em;
}
UL.style4 A
{
	color: #2D2D2D;
}
UL.style4 .first
{
	padding-top: 0px;
	border-top: none;
}
