@charset "utf-8";
/* CSS Document */

/*CSS Reset*/
html, body, div, span, applet, object, iframe, table, caption,
tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins,
kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
acronym, address, big, cite, code, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
    vertical-align: baseline;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
:focus {
    outline: 0;
}
body {
    background: white;
    line-height: 1;
    color: black;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}

/*Styling*/

body{
	background-color:#232426;
	text-align:center;
}
#wrapper{
	border:12px solid #fff;
	width:916px;
	height:596px;
	margin:100px auto;
	background:#bdbdbd;
	position:relative;
}
#wrapperHome{
	border:12px solid #e5e5e6;
	width:916px;
	height:655px;
	margin:100px auto;
	background:#fff;
	position:relative;
}
#wrapperProductos{
	border:12px solid #fff;
	width:916px;
	height:930px;
	margin:100px auto;
	background:#dedede;
	position:relative;
}
#wrapperGallery{
	border:12px solid #fff;
	width:916px;
	height:480px;
	margin:100px auto;
	background: url(../images/arbol.gif) no-repeat right bottom #bdbdbd;
	position:relative;
}
#wrapperQuienes{
	border:12px solid #fff;
	width:916px;
	height:596px;
	margin:100px auto;
	background:url(../images/fondo.jpg) left bottom no-repeat #000;
	position:relative;
}
#wrapperQuienes .box{
	background-color:#000;
	opacity:0.4;
	filter:alpha(opacity=40);
	width:750px;
	height:250px;
	margin:120px auto;
	padding:25px;
}

#wrapperQuienes .text{
	position:absolute;
	color:#EBEBEB;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	text-align:justify;
	top:180px;
	left:100px;
	width:700px;
	

	
}
#wrapperQuienes .text p{ margin:15px 0 15px 0;}
.logo{
	position:absolute;
	left:815px;
	top:-35px;
}
.titulo{
	float:left;
	margin:60px 0 0 100px;
}
.bigContainer{
	float:left;
	width:600px;
	margin:78px 0 0 53px;
}
#wrapperGallery .bigContainer{
	float:left;
	width:630px;
	margin:15px 0 0 15px;
	background-color:#999;
	
}
#wrapperGallery .smallContainer{
	float:right;
	
	margin:15px 0 0 0;
}
.smallContainer{
	float:right;
	margin:78px 53px 0 0;
}
.grayblock{
	background-color: #D2D2D4;
    clear: both; 
    height: 98px;
    margin: 0 0 2px;
    width: 208px;
	
	
}
.textBlock{
	width:806px;
	margin:10px auto 0 auto;
	
}
.textBlock p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	color:#999;
	text-align:justify;
}
.logoa{
	margin-top:219px;
	margin-left:23px;
	
}
.logob{
	margin-top:230px;
	margin-left:21px;
}
h2{
	background-color:#BFD630;
	color:#FFF;
	font-size:24px;
	font-weight:lighter;
	font-family:Arial, Helvetica, sans-serif;
	width:246px;
	height:23px;
	padding:5px 0 0 25px;
	text-align:left;
}
.column{
	background: #CCC;  
    margin: 22px;
    padding: 20px 40px;
    width: 330px;
	float:left;
}
.column p{
	font-size:12px;
	color:#333;
	padding:10px 0 10px 0;
	line-height:18px;
}
body table{ margin:25px 0 0 65px;}
body table, body td, body th, body div{ text-align:left; font-family:Arial, Helvetica, sans-serif; font-size:13px;
}
table tr{ padding:2px;}
table textarea, table input{ text-align:left; }
table td{ vertical-align:top;}
.boxlogo{
	height:75px;
	padding:0 0 20px 0;
	margin:0 auto;
	text-align:center;
	}