
html, body
{
	height: 100%;
}

body
{
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	font-family: 'Open Sans' , sans-serif;
	font-size: 13px;
	color: #4F4F4F;
}

h1, h2, h3
{
	margin: 0;
	padding: 0;
	font-family: 'Archivo Narrow', sans-serif;
	color:  #3333CC;
}

p, ol, ul
{
	margin-top: 0px;
}

ol, ul
{
	margin: 0px;
	padding: 0px;
	list-style:  none
}

p
{
	line-height: 180%;
}

strong
{
}

a
{
	color: #0000FF;
}

a:hover
{
	text-decoration: none;
}

a img
{
	border: none;
}

img.border
{
}

img.alignleft
{
	float: left;
}

img.alignright
{
	float: right;
}

img.aligncenter
{
	margin: 0px auto;
}

hr
{
	display: none;
}

ul.style1
{
}

ul.style1 li
{
	padding: 1.50em 0em 1.90em 0em;
	border-top: 1px solid #e8e8e8;
}

ul.style1 a
{
	text-decoration: none;
	color: #6e6d6d;
}

ul.style1 a:hover
{
	text-decoration: underline;
}

ul.style1 .posted
{
	font-size: 0.90em;
	color: #b6b6b6;
}

ul.style1 .first
{
	padding-top: 0em;
	border-top: none;
}

/** WRAPPER */

#wrapper
{
	background: #FFFFFF;
}

.container
{
	width: 1000px;
	margin: 0px auto;
}

.clearfix
{
	clear: both;
}

/** HEADER */

#header-wrapper
{
	overflow: hidden;
	height: 125px;
	background: #FFFFFF;
	border-bottom: 1px solid #3B3B3A;
}

#header
{
	overflow: hidden;
}

/** LOGO */

#logo
{
	position: relative;
	float: left;
	width: 380px;
	height: 100px;
	padding-top:20px;
}

#logo h1, #logo p
{
	margin: 0px;
	line-height: normal;
}

#logo h1 a
{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	line-height: 150px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1.50em;
}

/** MENU */


#menu
{
	float: right;
	padding: 25px 0px 0px 0px;
	height: 25px;
}

#menu ul
{
	float: right;
	margin: 0px;
	padding: 0px;
	background: #3333CC;
	list-style: none;
	line-height: normal;
}

#menu li
{
	float: left;
	padding: 1.5em 1.5em 1.5em 1.5em;
}

#menu a
{
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 100;
	font-family: 'Archivo Narrow' , sans-serif;
	font-size: 1.10em;
	color: #FFFFFF;
}

#menu a:hover
{
	text-decoration: underline;
	color: #CC0099;
}

#menu .active a
{
	color: #CC0099;
}

#menu .first
{
	background: #FFFFFF;
	border-left: none;
	box-shadow: none;
	color: #0000FF;
	border-style: solid;
	border-color: #CC0099;
}

/** PAGE */

#page
{
	overflow: hidden;
	padding: 50px 0px;
}

#page h2
{
	padding: 0px 0px 20px 0px;
	letter-spacing: -1px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 2em;
	color: #3333CC;
}

/** CONTENT */

#content
{
	float: left;
	width: 850px;
}

#content h2
{
	padding: 10px 0px 10px 0px;
	font-size: 2.50em;
}

#content img
{
	float: left;
	margin-right: 40px;
}

/** SIDEBAR */

#sidebar
{
	float: right;
	width: 300px;
}

#sidebar h2
{
	padding: 10px 0px 10px 0px;
}

/* Footer */

#footer
{
	overflow: hidden;
	padding: 3em 0em;
	background-color: #3333CC;
}

#footer p
{
	text-align: center;
	color: #FFFFFF;
	
}

#footer a
{
	color: #FFFFFF;
}

#pie
{
	text-align: center;
	color: #0000FF;
	background-color: #FFFFFF;
}

/** Banner */

#banner
{
	overflow: hidden;
	padding: 10px 0px;
	background: #E2E0DE;
	border-bottom: 1px solid #D8D8D8;
}

/** Slider */

#slider
{
	overflow: hidden;
	margin: 0 auto;
	width: 1000px;
	position: relative;
}

#slider .button
{
	display: inline-block;
	background: #0074C6;
	color: #ffffff;
	text-align: center;
	line-height: 25px;
	height: 25px;
	text-decoration: none;
	outline: 0;
	border-radius: 8px;
	font-size: 1.25em;
	border-bottom: solid 2px #0054A6;
	text-shadow: 0 1px 1px #003A6C;
}

#slider .button:hover
{
	background: #2094E6;
}

#slider .viewer
{
	width: 1000px;
	height: 320px;
	margin: 0 auto;
	overflow: hidden;
}

#slider .viewer .reel
{
	display: none;
}

#slider .viewer .reel .slide
{
	position: relative;
	width: 1000px;
	height: 500px;
}

#slider .viewer .reel h2
{
	position: absolute;
	top: 130px;
	left: 0;
	padding: 0px 30px;
	line-height: 80px;
	background: #111111;
	text-align: center;
	opacity: 0.75;
	font-weight: normal;
	font-family: 'Archivo Narrow', sans-serif;
	color: #ffffff;
	font-size: 4.50em;
}

#slider .viewer .reel p
{
	position: absolute;
	top: 310px;
	left: 0;
	display: block;
	padding: 5px 35px;
	background: #0074C6;
	text-align: center;
	opacity: 0.75;
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: normal;
	color: #ffffff;
	font-size: 2.00em;
}

#slider .indicator
{
	margin: 30px auto 0 auto;
}

#slider .indicator ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

#slider .indicator ul li
{
	display: inline-block;
	width: 12px;
	height: 12px;
	text-indent: -9999em;
	background: #c8c8c8;
	margin: 0 2px 0 2px;
	border-radius: 8px;
	border-bottom: solid 1px #ffffff;
	border-top: solid 1px #909090;
}

#slider .indicator ul li.active
{
	background: #505050;
	border-top: solid 1px #505050;
}

#featured
{
	overflow: hidden;
	padding: 20px 0px;
	border-bottom: 1px solid #D8D8D8;
	
}

#featured #fbox1
{
	float: left;
	width: 235px;
	margin-left: 150px;
}

#featured #fbox2
{
	float: left;
	width: 235px;
	margin-right: 20px;
}

#featured #fbox3
{
	float: right;
	width: 235px;
	margin-right: 150px;
}

#featured #fbox4
{
	float: right;
	width: 235px;
}

#featured img
{
}

#featured p
{
	text-align: center;
}

#featured h2
{
	padding: 20px 0px 20px 0px;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.00em;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	color: #3333CC;
}

#featured .title 
{
	margin-bottom: 40px;
	border-top: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
	font-family: 'Open Sans', sans-serif;
	font-size: 2.50em;
	color: #3333CC; !important;
}

#contacto
{
	width: 360px;
	overflow: hidden;
	margin: 0 0 0 150px;
	float: left;

}

#contacto1 {

width: 360px;
	overflow: hidden;
	margin: 0 0 0 280px;
	height: 300px;
}

.boton
{
    font-size: 15px;
    font-family: Calibri;
    font-weight: bold;
    color: white;
    background: #3333CC;
    border: 0px;
    width: 80px;
    height: 40px;
}

.boton:hover
{
    border-style: double;
    cursor: pointer;
    font-size: 15px;
    font-family: Calibri;
    font-weight: bold;
    color: black;
    background: #CC0066;
    width: 80px;
    height: 40px;
}
.boton:active
{
	
	cursor:pointer;
	font-size: 13px;
	font-family: Calibri;
	font-weight: bold;
	color:black;
	background: #5bbf21;
	width: 80px;
	height: 40px;
}

#texto_contacto
{
	text-align:center;
	color:#3333CC;
}

.menu_activo
{
    /*padding: 1px 1px 1px 1px;
	margin: 2px 2px 2px 2px;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	background-color: #FF0000;*/
    color: #FF0000;
    border-bottom-style: solid;
    border-bottom-width: 7px;
    border-bottom-color: #CC0099;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #CC0099;
}

#submenu
{
    /*background: #cc0099 repeat-x left top;*/
    background: #3333CC repeat-x left top;
    height: 40px;
    width: 445px;
    border-right: solid 1px #1C7575;
    border-bottom: solid 1px #1C7575;
    margin: 10px 0 0 525px;
    padding: 300px position: relative;
}
#submenu ul{list-style:none;padding-top:3px;position:relative;left:15px}
#submenu ul li{margin-right:5px;display:inline-block;padding:5px 10px}
#submenu ul li a
{
    text-decoration: none;
    color: #FFF;
    letter-spacing: -1px;
    font-size: 1.3em;
    font-family: Calibri;
    font-style: normal;
}
#submenu ul li a:hover
{
    text-decoration: none;
    color: #000000;
    letter-spacing: -1px;
    font-size: 1.3em;
}
#sbumenu ul li.active{background:#00F;border-top:solid 1px #1A6B6B;border-bottom:solid 1px #5AD7D7;padding-top:4px;padding-bottom:4px}

#texto_maquinaria
{
	float:right;
	padding:100px 100px;
	color:#CC0099;
}