body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img {
    border: 0 none;
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}
ol, ul {
    list-style: none outside none;
}
caption, th {
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
q:before, q:after {
    content: "";
}
abbr, acronym {
    border: 0 none;
}
.clear {
    clear: both;
}

/***************************/

/* css for <#about class='sidebar'> */
#about{
	font-family: Arial, sans-serif;
	width: 100%;
	background: #1C2122;
	opacity: 0.95;
	z-index: 9001;
	position: relative;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
}

#about h1{
	font-family: Arial, sans-serif;
	font-size: 27px;
	color: #DDD;
	margin-left:7px;
	font-weight:bold;
	margin-top:50px;
	margin-bottom:40px;
	display: block;
	float: left;
}

#about h1:hover{
	color: Yellow;
}

#about.slider {
	width: 210px;
	height:100%;
	left:0px;
	position:fixed;
	top:0px;
}

.slider {
	overflow-x: hidden;
	max-width: 210px;
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0, 1);
}
.slider.closed {
	max-width: 0;
}

#boton{
	font-family: Arial, sans-serif;
	width: 100%;
	height:40px;
	opacity: 0.95;
	z-index: 9000;
	position: relative;

}
#boton #btn{
	background: url("../images/slide_close.png") no-repeat;
	background-color: #1C2122;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
	opacity: 0.95;
	
	float:right;
	border:none;
	font-size:1px;
	height:40px;
	width:40px;
	cursor:pointer;
}
#boton #btn.closed{
	background: url("../images/slide_open.png") no-repeat;
	background-color: #1C2122;
	left:-10px;
	position:relative;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
	opacity: 0.95;
}

#boton.slider2 {
	height:40px;
	left:0px;
	position:absolute;
	top:40%;
}

.slider2 {
	overflow-x: hidden;
	max-width: 250px;
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0, 1);
}
.slider2.closed {
	max-width: 50px;
}

#about.slider ul {
	width:98%;
	font-size:18px;
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: none;
	text-transform: uppercase;
}
#about.slider a {
	float:left;
	width:80%;
	height:100%;
	color: #DDD;
	padding-top:30px;
	padding-bottom:25px;
}
#about.slider img {
	float:left;
	width:30px;
	padding-top:20px;
	margin-left:-5px;
	margin-right:10px;
	
}
#about.slider a:hover {
	color:WHITE;
}
#about.slider ul li {
	width:97%;
	padding-left:10px;
	float: left;
	list-style: none;
	border-bottom:1px solid #FFFFFF;
}
#about.slider ul li:hover {
	background: #353839;
}
#about.slider ul li ul li {
	margin: 0px 0px 0.2em;
	padding: 0px;
}
#about.slider ul li ul li ul li {
	margin: 0px;
	padding: 0px 0px 0px 1em;
	width: 90%;
	font-size: 0.9em;
}
#about.slider ul li h3.widget-title {
	width:100%;
	margin: 0px;
	padding: 0px;
	float: left;
    font-size: 1.45em;
}
/***************************/

body {
	background: url("../images/tiny_grid.png") repeat;
    font-family: Arial,Verdana,"lucida grande",tahoma,sans-serif;
    font-size: 12px;
}

#box_content{
	width:100%;
	height:130px;
	background: url("../images/up_cover.jpg") repeat;
	float:left;
}

#wrapper {
    margin: auto;
    text-align: left;
    width:990px;
}

#header {
	float:left;
	width:100%;
	margin-top:25px;
}

#header h1{
	font-family: Arial,Verdana,"lucida grande",tahoma,sans-serif;
    font-size: 12px;
	color:#DDD;
	font-size: 48px;
	font-weight:bold;
	text-shadow: 3px 2px 1px #333;
	left: -5px;
	position: relative
}

#content {
	margin:auto;
    text-align:left;
	float:left;
	margin-top:70px;
	width:940px;
	padding:5px;
}

#content h1{
	font-family: Arial,Verdana,"lucida grande",tahoma,sans-serif;
    font-size: 32px;
	color:#7E601F;
	border-bottom:1px solid #7E601F;
	margin-bottom:20px;
}

#content .content_subtitle{
	font-family: Arial,Verdana,"lucida grande",tahoma,sans-serif;
    font-size: 24px;
	color:#7E601F;
	border-bottom:1px solid #7E601F;
	margin-top:10px;
	margin-bottom:20px;
}

#content .content_text{
	font-family: Arial,Verdana,"lucida grande",tahoma,sans-serif;
    font-size: 14px;
	line-height:25px;
	color:#333;
	margin-bottom:10px;
}

#content ul {
	margin-bottom:20px;
}

#content ul li{
	font-family: Arial,Verdana,"lucida grande",tahoma,sans-serif;
    font-size: 16px;
	line-height:24px;
	padding-left:45px;
	margin-bottom:20px;
}

#content ul .img1{
	background: url("../images/icon_RRHH.gif") no-repeat;
}

#content ul .img2{
	background: url("../images/icon_tecn.gif") no-repeat;
}

#content ul .img3{
	background: url("../images/icon_material.gif") no-repeat;
}

#obras{
	font-family: Arial,Verdana,"lucida grande",tahoma,sans-serif;
    font-size: 14px;
	line-height:25px;
	color:#333;
	margin-bottom:10px;
}

#obras h3{
	font-size: 24px;
	color:#7E601F;
	border-bottom:1px solid;
	margin-bottom:15px;
}

#obras .obra_lista li{
	background: url("../images/icon_star.gif") no-repeat;
}


/************************************/

#goglemap_box{
	height:308px;
	width:310px;
	float:left;
	margin-left:5px;
	border:1px solid;
}

#contact_box{
	float:left;
	height:290px;
	width:550px;
	padding-top:24px;
	padding-bottom:16px;
	padding-left:0px;
	padding-right:5px;
	background-color:#BAD1F0;
	border:1px solid #619DF8;
	margin-left:35px;
}

#contact_box ul li{
	margin-bottom:15px;
	clear:both;
}

#contact_box ul li .contact_field{
	border:1px solid #6477B4;
	height:20px;
	width:290px;
	position:relative;
	top:-5px;
	color:#999999;
	padding-left:3px;
	padding-top:2px;
	font-size:12px;
}

#contact_box ul li .contact_field_big{
	border:1px solid #6477B4;
	height:100px;
	width:290px;
	position:relative;
	top:-3px;
	color:#999999;
	padding-left:3px;
	padding-top:2px;
	font-size:12px;
}

#input_button{
	height:20px; 
	position:relative; 
	left:-10px;	
}

#input_button input{
	border:1px solid #666666;
	background-color:#E0DFE3;
	color:#000000;
	font-size:15px;
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:5px;
	cursor:pointer;
	margin-left:170px;
}

#contact_box span{
	font-size:13px;
	font-weight:bold;
	color:#123092;
	float:left;
	width:180px;
}

#ajax-loader{
	bottom:23px;
	left:230px;
	position:relative;
	visibility:hidden;
}
