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

/* Reset default styles */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:justify;
	color:#000;
}
body {
    background-image: url(../images/bg.png);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
	color: #08a5ff;
}
a:visited {
	text-decoration: none;
	color: #424242;
}
a:hover {
	text-decoration: underline;
	color: #08a5ff;
}
a:active {
	text-decoration: none;
	color: #424242;
}
h1 {
	font-size: 18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left;
}
h2 {
	font-size: 19px;
	color:#FFF;
	font-family:"Times New Roman", Times, serif;
     filter: dropshadow(color=#b3aab3, offx=1, offy=1);
	border-radius: 3px;
	-moz-border-radius: 7px; /* Mozilla Firefox fix */
	padding: 8px;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(3, 3, 3, 0.2);
box-shadow: 2px 2px 5px 1px rgba(3, 3, 3, 0.2);
background: #1b46aa; /* Old browsers */
background: -moz-linear-gradient(top,  #1b46aa 1%, #235aba 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#1b46aa), color-stop(100%,#235aba)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1b46aa 1%,#235aba 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1b46aa 1%,#235aba 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1b46aa 1%,#235aba 100%); /* IE10+ */
background: linear-gradient(to bottom,  #1b46aa 1%,#235aba 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b46aa', endColorstr='#235aba',GradientType=0 ); /* IE6-9 */






}

input {
	font-size: 16px;
	color: #424242;
	background-color: #fff;
	border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 8px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: 1px solid #ddd;
}
input:hover {
	background-color: #f5f5f5;
	border: 1px solid #cdcdcd;	
}
input.submit_button {
	font-size: 16px;
	color: #fff;
	background-color: #424242;
	border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 8px;
	border: 1px solid #222;
	float: left;
	width: 150px;
	font-weight: bold;
}
input.submit_button:hover {
	background-color: #08a5ff;
}
input.reset_button {
	font-size: 16px;
	color: #fff;
	background-color: #424242;
	border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 8px;
	border: 1px solid #222;
	float: right;
	width: 150px;
	font-weight: bold;
}
input.reset_button:hover {
	background-color: #08a5ff;
}
textarea {
	font-size: 16px;
	color: #424242;
	background-color: #fff;
	border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 8px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: 1px solid #ddd;
}
textarea:hover {
	background-color: #f5f5f5;
	border: 1px solid #cdcdcd;	
}
ul.check {
	list-style-image: url(../images/check.png);	
}
/* Classes */
.dotted_line {
	background-image: url(../images/dotted_line.png);
	width: 1100px;
	height: 1px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.clear {
	clear: both;
}
.dotted_line_short {
	width:1100px;
	height: auto;
	margin: 0 auto;
	background: url(../images/dotted_line_Short.png);

	
}



/*ENVOLTURA */
#wrapper {
	width:1150px;
	height: 1000px;
	margin: 0 auto;
	background-color:#E9E9E9;

}

#wrappercontacto {
	width:1150px;
	height: 700px;
	background-color:#FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}

#wrappertrabajo {
	width:1150px;
	height: 910px;
	background-color:#E9E9E9;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}
#wrapperclientes {
	width:1150px;
	height: 910px;
	background-color:#E9E9E9;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}

#header {
	background-image:url(../imagenes/backgroundheader.png);
	background-position:center;
	background-color:#FFF;
	
	width:1150px;
	height:210px;
	display: block;
}

/*area de logo*/

#header #left_section {
	width: 400px;
	display: inline;
	float: left;
}
#header #left_section img.logo {
	margin-top: 45px;
	margin-left: 37px;
}
/* menu MENU BOTONERA menu MENU BOTONERA menu MENU BOTONERA*/
#header #right_section {
	width: 599px;
	margin-left:-27px;
	display: inline;
	float: left;
	margin-top: 80px;
	font-size:15px;
}

/*redes sociales*/
.social{
	display:inline;
	overflow: hidden;
	float:right;
	margin-right:45px;
	margin-top:91px;
}

.social li{
	display: block;
	width: 32px;
	height: 32px;
	float:right;
	margin-left: 10px;
	padding: 0px;
	text-indent: -5000;
	clip: rect(auto,auto,auto,auto);
	left: 50px;
}


.social li a{ 
	display: block;
	height: 100%;
	width: 100%;
}





/*AREA IZQUIERDA 1*/

#content {
	width: 1150px;
	height: auto;
	display: block;
}
#texto_banner {
	width: 320px;
	height: auto;
	display: inline;
	float: left;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 45px;
}
#banner {
	width: 770px;
	height: auto;
	display: inline;
	margin-left:27px;
	float: left;
	margin-top: 40px;
	overflow: hidden;
}
#imagen2_left {
	width: 280px;
	height: 595px;
	background-image:url(../images/imagenes2.jpg);
	display: inline;
	float:left;
	margin-top: 42px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 45px;
}
#imagen3_left {
	width: 280px;
	height: 595px;
	background-image:url(../images/imagenes3.jpg);
	display: inline;
	border:solid 1px #000;
	float:left;
	margin-top: 42px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 45px;
}
#imagen4_left {
	width: 280px;
	height: 400px;
	background-image:url(../images/imagenes4.jpg);
	display: inline;
	
	float:left;
	margin-top: 42px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 45px;
}
#texto_banner2 {
	width: 725px;
	height: auto;
	display: inline;
	float:left;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left:45px;
}
#texto_bannercontacto {
	width: 680px;
	height: auto;
	display: inline;
	float:left;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left:45px;
}
#contacto {
	width:750px;
	height: auto;
	display: inline;
	float:left;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left:45px;
}
/* FOOTER-BOTTOM ------------------------------------------------------------*/

#footer-bottom{ 
	overflow: hidden;
	background: #0e0e0e;
	font-size: 12px;
	color:#FFF;
	padding-top: 15px;
	padding-bottom: 15px;
}

.bottom-wrapper{
	overflow: hidden;
	width: 1150px;
	margin: 0 auto;	
}

#footer-bottom #bottom-left{
	float: left;
}

#footer-bottom #bottom-right{
	float: right;
}

#footer-bottom a{
	text-decoration: none;
	color: #787878;
}

#footer-bottom a:hover{
	color: #fff;
}
