body {
	margin: 50px auto;
	overflow-x: hidden;
	width: 100%;
	background-attachment: scroll;
	background-image: url(../img/pattern_1rin.png);
	background-repeat: repeat;
	background-position: 0 0;        
}
a:link, a:visited { 
    text-decoration: none;
    color: #333;
}
a:hover { 
    color: #F30;
}
.language {
    font-size: 12px;
    text-align: right;
    margin-top: 8px;
    color: #F30;
}
.language a {
    color: #000;
}
.container {
	width: 1000px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
    color: #999;
	height: auto;
    overflow: hidden;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	color: #999;
	background-color: #FFF;
	border: 1px dotted #F30;
}
.header {
	margin-top: 20px;
	text-align: center;
}
.nav {
	float: right;
	margin-top: 12px;
        list-style: none;
        font-size: 15px;
}
.nav li {
	float: left;
	margin-left: 25px;
	color: #333;
}
.nav li.active a {
    color: #F30;
}
.content {
    border: 1px solid #EEE;
    float: left;
    width: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    height: auto;
}
.column {
    width: 490px;
    height: auto;
    float: left;
}
.c2 {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 15px;
}
.all-texts {
    font-size: 12px;
    color: #3CC;
    padding: 5px;
    line-height: 18px;
}
.text {
    font-weight: bold;
    border: 1px dotted #999;
    margin-top: 15px;
    margin-right: 15px;
    margin-bottom: 5px;
    margin-left: 15px;    
}
.text1 {
    font-weight: bold;
    border: 1px dotted #999;
    margin-top: 5px;
    margin-right: 15px;
    margin-bottom: 5px;
    margin-left: 15px;
}
.text2 {
	font-size: 11px;
	color: #7a7878;
	padding: 5px;
	font-weight: normal;
	margin-right: 15px;
	margin-bottom: 2px;
	margin-left: 15px;
}
.content_image {
	width: 490px;
	float: right;
	height: 265px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-image: url(../img/googlemaps.jpg);
}
.content_form {
	width: 490px;
	float: left;
	height: 250px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
    margin-top: 20px;
}
.footer {
	float: left;
	width: 100%;
	height: 30px;
	margin-top: 25px;	
	text-align: center;
	color: #333;
}
/* Carrousel*/
.main-carrousel li img {
    width: 1000px;
    height: 560px;
    margin-top: -12px;
}
.bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
    border: none;
    left: 0;
    padding: 0;
}
.empresa-carrousel li img {
    width: 490px;
    height: 530px;
    margin-top: -12px;
}

.cap_1 {
	float: right;
	width: 240px;
	height: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: 1px dotted #74CCCC;
    padding-left: 5px;
}
.cap_2 {
	width: 360px;
	float: left;
    padding-left: 75px;
}
.text3 {
	float: left;
	font-size: 12px;
	color: #3CC;
	padding: 5px;
	font-weight: bold;
	border: 1px dotted #3CC;
	margin-top: 5px;
	margin-right: 5px;
}
.submit_form {
    float: right;
	height: 25px;			
	border: 1px dotted #74CCCC; 
    background-color: #fff;
    cursor: pointer;
}
.thanks {
    padding: 80px;
    text-align: center;
    font-size: 19px;
    color: #3CC;
}