/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:
	
	Eric Meyer					:: http://ericmeyer.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com
	
-------------------------------------------------------------------------------*/

/* empieza reset
-------------------------------------------------------------------------------*/

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}									

article, aside, figure, footer, header, hgroup, nav, section {display: block;}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted. 
	don't forget to restore the bullets within content. */
ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, 
blockquote:after, 
q:before, 
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}

table {font-size: inherit; font: 100%;}
 
/* Accessible focus treatment
	people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {outline: none;}

small {font-size: 85%;}

strong, th {font-weight: bold;}

td, td img {vertical-align: top;} 

/* Make sure sup and sub don't screw with your line-heights
	gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label, 
input[type=button], 
input[type=submit], 
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button {width: auto; overflow: visible;}
 
/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover */
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }  

/* empieza reset
-------------------------------------------------------------------------------*/
@font-face {
    font-family: 'FuturaMdBTMedium';
    src: url('fonts/futuram-webfont.eot');
    src: url('fonts/futuram-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/futuram-webfont.woff') format('woff'),
         url('fonts/futuram-webfont.ttf') format('truetype'),
         url('fonts/futuram-webfont.svg#FuturaMdBTMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}
header,nav,section,article,footer,aside,figure {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
img {
	border:none;
}
body {
	margin:0;
	font-size:14px;
	line-height:normal;
	background-color:#83c02d;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
}
/********GENERAL********/
header {
	width:auto;
	height:150px;
	margin:0 auto;
	padding:0;
	background-image:url(images/fheader.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0px 3px 3px 3px #333;
	box-shadow: 0px 3px 3px 3px #333; -webkit-box-shadow: 0px 3px 3px 3px #333;
	box-shadow: 0px 3px 3px 3px #333; 
	z-index: 99;
	position: relative;
}
.eheader{
	width: 960px;
	margin: 0 auto;
	padding-top: 10px;
	
}
	
.logo{ float:left;}
.slogan{ float: right; margin: 10px 20px 0 0;}
.info{ width: 210px; float: right; font-size: 16px; text-align: right; color: #fff; font-family: 'FuturaMdBTMedium', Verdana, Arial, Helvetica, sans-serif;}

nav {
	width:715px;
	height:67px;
	margin: 0 auto;
	margin-top: 15px;
	text-align:center;
	float: right;
	font-family: 'FuturaMdBTMedium', Verdana, Arial, Helvetica, sans-serif;
	z-index: 99;
	position: relative;
}
#menu1 {
	float:left;
	list-style:none;
	margin:0;
	padding: 0;
	width: auto;
	height:52px;
	font-size:16px;
}
#menu1 li {
	float: left;
	margin-left: 0;
	margin-right: 0;
	height: 67px;
}
#menu1 a {
	width:auto;
	height:52px;
	color:#fff;
	display:block;
	float:left;
	margin:0;
	padding: 20px 10px 0 10px;
	text-align:center;
	text-decoration:none;
	font-weight: normal;
}
#menu1 a:hover {
	color: #fff;
	background-image:url(images/fmenu.png);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 20px 10px 0 10px;	
	font-weight: normal;
}
.activo a {
	color: #fff;
	background-image:url(images/fmenu.png);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 20px 5px 0 0;
	font-weight: normal;	
}
/*.menu2{
	width:175px;
	height:400px;
	margin-top: 5px;
	text-align:center;
	float: left;
	background-color:#99CC99;
	font-family: 'FuturaMdBTMedium', Verdana, Arial, Helvetica, sans-serif;
}*/
#menu2 {
	width:175px;
	height: auto;
	margin-top: 5px;
	margin-bottom: 10px;
	text-align:center;
	float: left;
	font-family: 'FuturaMdBTMedium', Verdana, Arial, Helvetica, sans-serif;
	list-style:none;
	font-size:16px;
}
#menu2 li {
	margin: 0 0 5px 0;
	height: 30px;
}
#menu2 a {
	width:175px;
	height:25px;
	color:#832178;
	display:block;
	float:left;
	margin:0;
	padding: 5px 0 0 0;
	text-align:center;
	text-decoration:none;
	background-color:#FFFFFF;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0px 2px 2px 2px #333;
	box-shadow: 0px 2px 2px 2px #333; -webkit-box-shadow: 0px 2px 2px 2px #333;
	box-shadow: 0px 2px 2px 2px #333; 
	font-weight: normal;
}
#menu2 a:hover {
	color: #fff;
	background-image:url(images/fmenu2.jpg);
	background-repeat: no-repeat;
	padding: 5px 0 0 0;	
	-webkit-border-radius: 7px;
	border-radius: 7px; 
	font-weight: normal;
}

a{
	color: #83c02d;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color: #832178;
	text-decoration: none;
	font-weight: bold;
}

section{ width: 960px; margin: 0 auto; margin-top: -10px;}

article{ width: 720px; height: auto; float: right;}

.banner{ width: 700px; height: 365px; padding: 10px 10px 10px 10px; margin-top: -20px;
background-color: #fff;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0px 2px 2px 2px #333;
	box-shadow: 0px 2px 2px 2px #333; -webkit-box-shadow: 0px 2px 2px 2px #333;
	box-shadow: 0px 2px 2px 2px #333;  }
.slideshow{ width: 700px; height: 365px; margin: 0 auto; overflow: hidden;}

aside{ width: 700px; height: auto; padding: 10px; margin-top: 15px;
text-align: justify;
background-color:#FFFFFF;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0px 2px 2px 2px #333;
	box-shadow: 0px 2px 2px 2px #333; -webkit-box-shadow: 0px 2px 2px 2px #333;
	box-shadow: 0px 2px 2px 2px #333; }

footer {
	height: auto;
	width: 100%;
	margin-top:25px;
	padding: 10px 0 0 0;
	text-align:center;
	font-size: 11px;
	font-family: 'FuturaMdBTMedium', Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background-image:url(images/ffooter.jpg);
	background-repeat: no-repeat; background-position:center;
}
footer img{ margin: 0 0 -2px 0;}

.firma {
	width:auto;
	margin: 0 auto;
	margin-top: 10px;
	padding: 0 0 10px 0;
	text-align:center;

}
.firma img {
	opacity:0.4;
	filter: alpha(opacity=40);
	/* For IE8 and earlier */
}
.firma img:hover {
	opacity:1.0;
	filter:alpha(opacity=100);
	/* For IE8 and earlier */
	/*transition-duration*/
	-webkit-transition-duration:.3s;
	-moz-transition-duration:.3s;
	-o-transition-duration:.3s;
	transition-duration:.3s;
}
.push{
	clear:both
}
ul{
	list-style: none;
}
.vin1 ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
.vin1 li {
	background:url(images/vin.jpg) no-repeat left top;
	margin-left: 15px;
	padding:0 0 0 17px;
	background-position:0 5px;
	line-height:25px;
}
.vin1 li a {
	text-decoration:none;
	color: #000000; font-weight: normal;
}
.vin1 li a:hover {
	text-decoration: none;
	color: #832178;
	font-weight: normal;
}


h1{ margin:0 0 15px 20px; padding: 0; font-size: 24px; color:#83c02d; font-family: 'FuturaMdBTMedium', Verdana, Arial, Helvetica, sans-serif;}
b{ font-size: 14px; color:#83c02d; font-family: 'FuturaMdBTMedium', Verdana, Arial, Helvetica, sans-serif;}


.der{ float: right; margin: 0 0 15px 25px;}
.izq{ float: left; margin: 0 25px 15px 0; }

.borde{ border: solid 3px #83c02d; -webkit-border-radius: 7px; border-radius: 7px;}
/********INDEX********/

/********SERVICIOS********/
figure{ width: 150px; height: 150px; margin: 10px 10px 20px 10px; float: left;}
figcaption{ font-family: 'FuturaMdBTMedium', Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color:#83c02d; text-align: center;}

/********GALERIA********/
.egal{ width:700px; height: 465px; margin:0 auto; }
/********mygallery********/
.tn3-gallery {
    position: relative;
	margin:0 auto;
    width: 700px;
    height: 460px;
    line-height: normal;
}
.tn3-image {
    position: absolute;
    width: 700px;
    height: 360px;

}
.tn3-controls-bg {
    position: absolute;
    width: 700px;
    height: 57px;
    bottom: 0px;
}
.tn3-thumbs ul, .tn3-thumbs li {
    margin: 0;
    padding: 0;
}
.tn3-thumbs {
    position: absolute;
    width: 678px;
    height: 90px;
    bottom: 0px;
    left: 0;
    padding: 4px 10px 4px 10px;
	background-color:#FFF;
}
.tn3-thumb {
    border: 2px solid #fff;
    width: 85px;
    height: 85px;
    margin-right: 30px;
    cursor: pointer;
	
}
.tn3-thumb img {
    width: 85px;
    height: 85px;
}    

.tn3-thumb-over {
    border: 2px solid #832178;
}
.tn3-thumb-selected {
    border: 2px solid #832178;
    cursor: default;
}
.tn3-preloader {
    position: absolute;
    width: 39px;
    height: 15px;
}
.tn3-text-bg {
    position: absolute;
    top: 0px;
    width: 100%;
    font-size: medium;
    background-image: url('images/bg.png');
    padding-bottom: 1.1em;
}
.tn3-image-title {
    font-family: Tahoma, Helvetica, sans-serif;
    color: #000;
    font-size: 0.6875em;
    font-weight: bold;
    padding: 1.1em 0 0 1.1em;
}
.tn3-image-description {
    font-family: Tahoma, Helvetica, sans-serif;
    color: #000;
    font-size: 0.625em;
    line-height: 1.1em;
    padding-left: 1.1em;
}
.tn3-timer {
    position:absolute;
    width: 100%;
    height: 2px;
    bottom: 0px;
    background: url('images/bg.png') repeat;
    background: rgba(0, 0, 0, 0.3);
}
.tn3-count {
    position:absolute;
    right:20px;
    bottom:6px;
    color:#000;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    display: none;
}

/********PRODUCTOS********/
.columna{ width: 250px; height: auto; margin: 0 50px; float: left;}
/********CONTACTO********/
.info2{ width: 200px; float: right; margin-top:30px;}

.econt{ width: 450px; margin: 0 0 10px 20px; height:auto; float left;}
.forma1{ float: left;}
.forma2 { float: right;}
/************Form styles start**************/
input,textarea,select {
	font-family: Arial,sans-serif;
}
input[type="text"],select {
	width:200px;
	height:18px;
	padding:5px 8px;
	font-size:1.0em;
	color:#000;
	background-color:#c2c2c2;
	border:#c2c2c2 solid 1px;
	/*border-radius*/
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	/*transition-duration*/
	-webkit-transition-duration:.3s;
	-moz-transition-duration:.3s;
	-o-transition-duration:.3s;
	transition-duration:.3s;
}
input[type="text"]:hover,select:hover{
	background-color:#f1f1f1;
	opacity:0.7;
	/*transform -webkit-transform:rotate(-1deg);
	-moz-transform:rotate(-1deg);
	-ms-transform:rotate(-1deg);
	-o-transform:rotate(-1deg);
	transform:rotate(-1deg);
	*/
}
textarea {
	width:430px;
	height:50px;
	padding:5px 8px;
	margin-bottom:10px;
	font-size:1.0em;
	color:#000;
	background-color:#c2c2c2;
	border:#c2c2c2 solid 1px;
	/*border-radius*/
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	/*transition-duration*/
	-webkit-transition-duration:.3s;
	-moz-transition-duration:.3s;
	-o-transition-duration:.3s;
	transition-duration:.3s;
}
textarea:hover {
	background-color:#f1f1f1;
	opacity:0.7;
	/*transform -webkit-transform:rotate(-1deg);
	-moz-transform:rotate(-1deg);
	-ms-transform:rotate(-1deg);
	-o-transform:rotate(-1deg);
	transform:rotate(-1deg);
	*/
}
input[type="text"]:focus {
	opacity: 0.7;
}
input[type="submit"] {
	padding:0 5px;
	font-weight:bold;
	line-height:1;
	color:#832178;
	border:none;
	text-shadow:0 1px 1px rgba(255,255,255,0.85);
	background-color:#fff;
	/*border-radius*/
	-webkit-border-radius:23px;
	-moz-border-radius:23px;
	border-radius:23px;
	/*box-shadow*/
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.5);
	box-shadow:0 1px 2px rgba(0,0,0,0.5);
	/*transition-duration*/
	-webkit-transition-duration:.3s;
	-moz-transition-duration:.3s;
	-o-transition-duration:.3s;
	transition-duration:.3s;
	background-image:-webkit-gradient(linear,0% 0%,0% 100%,from(#c3c3c3),to(#fff));
	background-image:-moz-linear-gradient(0% 100% 90deg,#fff,#c3c3c3);
}
input[type="submit"]:hover {
	color:#83c02d;
	cursor:pointer;
	text-shadow:0 1px 1px rgba(0,0,0,0.85);
	background-image:-webkit-gradient(linear,0% 0%,0% 100%,from(#fff),to(#c3c3c3));
	background-image:-moz-linear-gradient(0% 100% 90deg,#c3c3c3,#fff);
	background-color:#fff;
}
textarea{ resize: none;}