body {
margin:0;
font-family: Tahoma;
font-size:12px;
color:#888888;
}
input[type="text"] {
width:94%;
padding:6px;
background:#fff;
border:0;
color:#888888;
}

textarea {
width: 97%;
color:#888888;
font-family: Tahoma;
padding:6px;
background:#fff;
border:0;
font-size:12px;
}

.header {
	width: 100%;
	height: auto;
}

.header_container {
	height: 88px;
	width: 960px;
	margin:0 auto;
	padding-top:20px;
}
.logo {
	height: 65px;
	width: 202px;
	float:left;

}


.languages {
	float: right;
	height: 20px;
	width: 140px;
	border:0px solid pink;
	margin:50px 0px 0px;
	bottom:0;
}
.language{
	float: right;
	height: 15px;
	width: 23px;
	font-size: 10px;
	color: #036;
	margin-right: 10px;
	margin-left: 0px;
}
.language:hover{
	color: #d73a2e;
}

.flag {
	float: right;
	height: 15px;
	width: 23px;
	margin-right: 5px;
	margin-left: 2px;
}




.menu {
	background-color: #888888;
	width: 100%;
	height: auto;
	margin:0 auto;
	border-top:5px solid #d73a2e;
}


.menu_container {
	height: 90px;
	width: 960px;
	margin:0 auto;
	
}

.menu_link {
	font-size: 15px;
	color: #FFF;
	float: left;
	margin:34px 0px 0px 30px;
	
}

.menu_link:hover {
	color: #dcdcdc;
}



/*-----------------------------------------CONTENT-----------------------------------*/

.content{
	width:100%;
	height:auto;
	overflow:auto;	
}
.content_container{
	width:960px;
	height:auto;
	overflow:auto;
	margin:0 auto;
}

/*----------------------------------SLIDER---------------------------*/
@charset "utf-8";

.slider{
width:960px;
height:418px; 
margin:0 auto;
position:relative;

}
.left {
	position:absolute;
	width:50px;
	height:50px;
	z-index:4;
	top:190px;
	margin-top:0px;
	left:25px;
}

.right {
	position:absolute;
	width:50px;
	height:50px;
	z-index:4;
	top:190px;
	margin-top:0px;
	right:25px;
}
#slide {
	z-index:1;
}

.section{
	width:890px;
	height:auto;
	overflow:auto;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	/*border:1px solid red;*/
} 
.project_container {
	float: left;
	height: auto;
	width: 890px;
}
.project_info {
	float: left;
	height: auto;
	width: 890px;
}

.left_section{
	width:596px;
	height:auto;
	overflow:auto;
	float:left;
} 
.right_section{
	width:254px;
	height:auto;
	overflow:auto;
	margin:0px 0px 0px 38px;
	/*background:lightblue;*/
	float:left;
} 

.section_info {
	overflow: auto;
	width:100%;
	color: #999;
	/*background:orange;*/
	float:left;
	text-align:justify;
	margin:0px 0px 15px 0px;
}

.quote{
	font-size:16px;
	float: left;
	line-height: 25px;
	height: auto;
	overflow:auto;
	width: 480px;
	padding-right:5px;
	/*background:lightgreen;*/
	margin:40px 0px 0px 0px;
	font-style: italic;
}
 
.red_title {
	font-size: 14px;
	font-weight: bold;
	color: #d73a2e;
	float: left;
	height: 24px;
	width: 100%;
	background-image: url(../images/bg_title.jpg);
	padding:4px 0px 0px 0px;
	color: #d73a2e;
	margin-bottom:20px;

}

.welcome_image {
	float:right;
	height: 193px;
	width: 321px;
	margin:0px 60px 0px 0px;

}

.welcome_text{
	font-size: 12px;
	float: left;
	text-align:justify;
	height: 185px;
	width: 432px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	line-height: 18px;
}



.black_title {
	font-size: 14px;
	font-weight: bold;
	color: #343233;
	float: left;
	height: 24px;
	width: 100%;
	background-image: url(../images/bg_title.jpg);
	padding:4px 0px 0px 0px;
	margin-bottom:20px;


}
.black_title2 {
	font-family: ;
	font-size: 24px;
	color: #343233;
	float: left;
	width: 100%;
	padding: 0px 0px 15px 0px;
	font-family: "Times New Roman", Times, serif;
	

}

.partner_logo {
	float: left;
	height: 76px;
	width: 170px;
	margin: 25px;
	text-align:center;
	opacity: .80;
}

.partner_logo:hover {
	float: left;
	height: 76px;
	width: 170px;
	margin: 25px;
	text-align:center;
	opacity: 1;
}


.last_projects {
	height: auto;
	overflow:auto;
	width: 864px;
	margin-top:10px;
	margin:0 auto;

}


.last_project_image {
	float: left;
	width: 192px;
	height: 176px;
	margin:7px;
	background:#fff;
	padding:4px;
	opacity: .80;
	border:1px solid #eeeeee;
}



.last_project_image:hover {
opacity: 1;
}

/*------------------------------------------FOOTER--------------------------------------*/

.footer {
	height: auto;
	width: 100%;
	background:#888888;
	overflow:auto;
}

.footer_content {
	margin:0 auto;
	height: 400px;
	width: 960px;
}



.white_title {
	font-family: "Times New Roman";
	font-size: 18px;
	color: #FFF;
	float: left;
	margin-bottom:24px;
	height: 26px;
	width:100%;

}

.links {
	float: left;
	height: 200px;
	width: 260px;


}

.links_info {
	font-size: 12px;
	color: #ccc;
	float: left;
	height: auto;
	width: 150px;
	margin:5px 0px;
	padding-right:10px;
	padding-left: 18px;
	background-image: url(../images/check_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	/*border:1px solid darkred;*/

}

.links_info:hover{
	color: #fff;

}

.find_us {
	float: left;
	height: 200px;
	width: 235px;
	margin-left: 50px;
	font-size: 12px;
	color: #ccc;
	line-height: 15px;
	margin-top: 0px;
	padding-top: 0px;
	/*border:1px solid darkred;*/

}

.contact_us {
	width: 270px;
	float: left;
	height: 200px;
	margin-left: 60px;
	/*border:1px solid darkred;*/
	font-size: 12px;
	color: #ccc;
}

.contact_us a {
	color: #ccc;
	text-decoration:none;
}
.contact_us a:hover{
	color: #fff;
}

.input_footer{
margin:0px 0px 5px 0px;


}


.social_net {
	height: auto;
	overflow:auto;
	width: 100%;
	margin:10px auto;

}

.social_net_container {
	height: 60px;
	width: 170px;
	margin:0 auto;

}

.facebook {
	width:45px;
	height:45px;
	float:left;
	background-image:url(../images/social_net.png);
	background-repeat: no-repeat;
	margin:5px;
	opacity: .80;
	}
.twitter{
	width:45px;
	height:45px;
	float:left;
	background-image:url(../images/social_net.png);
	background-position: -45px 0px;
	margin:5px;
	opacity: .80;
	}
.youtube {
	width:45px;
	height:45px;
	float:left;
	background-image:url(../images/social_net.png);
	background-position: -90px 0px;
	margin:5px;
	opacity: .80;
	}
	
.facebook:hover{
opacity: 1;
	}
.twitter:hover{
opacity: 1;
	}
.youtube:hover {
opacity: 1;
	}	
	
.copyright {
	font-size: 12px;
	color: #FFF;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	float: left;
	height: auto;
	text-align:center;
}
.copyright_spica {
	color: #F30;
}
.section_title {
	background-color: #d73a2e;
	background-repeat: no-repeat;
	height: 105px;
	width: 100%;
	float: none;
}
.section_title_container {
	font-size: 25px;
	float: none;
	height: 65px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	padding-left: 50px;
	color: #FFF;
}
.main_image {
	float: left;
	height: 278px;
	width: 585px;
	background:#fff;
	padding:4px;
	border:1px solid #eeeeee;
	margin-bottom:10px;

}

.about_icon {
	float: left;
	height: 60px;
	width: 60px;
	margin:24px 10px 0px 20px;
}


/*----------------------------------CONTACT US----------------------------------*/

.map {
	margin:30px auto 0px auto;
	height: 380px;
	width: 890px;
	border:1px solid #888888;
}
.red_text {
	color: #d73a2e;
}
.coment {
	float: left;
	height: 320px;
	width: 612px;
}

.visit_us_info {
	float: left;
	height: auto;
	overflow:auto;
	width: 270px;

}
.form {
	margin:0px 0px 0px 40px;
	float: left;
	height: auto;
	overflow:auto;
	width: 560px;
}

/*----ERROR Y EXITO-------*/
.error{
background:#d73a2e;
margin:10px 0px;
padding:10px 0px 10px 12px;
width:98%;
height:auto;
font-family: Tahoma;
font-size:13px;
color:white;
}

.exito{
background:green;
margin:10px 0px;
padding:10px 0px 10px 12px;
width:98%;
height:auto;
font-family: Tahoma;
font-size:13px;
color:white;
}





/*---------------------------------------SERVICES-----------------------------------------*/
.thumbs {
	height: auto;
	overflow:auto;
	width: 200px;
	float: left;
	/*background:lightgreen;*/
}
.thumb {
	margin: 4px;
	float: left;
	height: 90px;
	width: 90px;
}
/*---------------------------------------PROJECTS-----------------------------------------*/

.project {
width:194px;
height:auto;
float:left;
margin:0px 14px;

}

.project_image {
	float: left;
	height: 182px;
	width: 182px;
	margin:0px 0px 20px 0px;
	background:#fff;
	padding:4px;
	border:1px solid #eeeeee;
}

.project_info {
	float: left;
	height: auto;
	width: auto;
	margin:15px 0px 0px 0px;

}

.highlights{
	float: left;
	height: auto;
	width: 90%;
	padding-left: 18px;
	background-image: url(../images/check_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #d73a2e;
	margin-bottom:16px;
	text-align:left;

}