@charset "UTF-8";

body {
	margin:0px;
	background-image:url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #001368;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-attachment: fixed;	
	}
img {
	border:0px;
	}
#wrapper {
	margin:auto;
	height:auto;
	width:1000px;
	}
#logo {
	float:left;
	width:352px;
	height:127px;
	}
#menu {
	float:right;
		width:355px;
/*	width:462px;*/
	height:40px;
	margin-top:50px;
	border-left:5px solid #ffffff;
	}
#cont_slider {
	float:left;
	width:1000px;
	height:350px;
	background:url(images/backslider.png) no-repeat left bottom;
	}
#slider {
	float:right;
	width:920px;
	height:350px;
	}
#cont_wrapper {
	float:left;
	width:1000px;
	height:auto;
	background-image: url(images/backslider.png);
	background-repeat: no-repeat;
	background-position: left 20px;
	}
#nosotros {
	float:right;
	width:570px;
	height:auto;
	padding-top:10px;
	padding-left:350px;
	background-image: url(images/servicios.png);
	background-repeat: no-repeat;
	background-position: left 35px;
	color:#FFF;
	text-align:justify;
	}
#servicios {
	float:right;
	width:920px;
	height:auto;
	padding-top:10px;
	background-image: url(images/servicio.png);
	background-repeat: no-repeat;
	background-position: right top;
	color:#FFF;
	text-align:justify;
	}
	#tipos {
		float:right;
		width:930px;
		height:487px;
		margin-top:50px;
		background:url(images/servicios2.png);
		}
	.ancho {
		width:600px;
		}
#clientes {
	float:right;
	width:920px;
	height:340px;
	color:#FFF;
	}	
	.ancho_clientes {
		float:left;
		width:600px;
		margin-left:50px;
		margin-top:10px;
		}
	.clients {
		margin-top:50px;
		float:left;
		}
	.alingcliente {
		float:right;
		margin-top:10px;
		}
#contacto {
	float: right;
	width: 860px;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	color: #FFF;
	}
	#boxcontact {
	float: right;
	width: 210px;
	height: 130px;
	margin-top:30px;
	padding-left:50px;
	font-size: 14px;
	background: url(images/back_contact.png) no-repeat left 20px;
	}
	.size {
	font-size: 16px;
	font-weight: bold;
	}
	#formulario {
	float: right;
	width: 300px;
	height: 290px;
	text-align: right;
	font-size: 14px;
	margin-right: 0px;
	font-weight: bold;
	}
	.form {
	margin-top:10px;
	width:200px;
	height:20px;
	color:#FFF;
	background:#fff;
	}
	.form2 {
	width:200px;
	height:80px;
	color:#FFF;
	background:#fff;
	margin-top:10px;
	}
	#maps {
		float:left;
		width:500px;
		height:430px;
		margin-top:20px;
		background:#999;
		}

#footer {
	float:right;
	width:920px;
	height:61px;
	margin-top:55px;
	margin-bottom:20px;
	background: url(images/footer.png) no-repeat center top;
	}
	.redes_aling {
		float:left;
		margin-top:21px;
		margin-left:20px;
		}
h1 {
	color: #FFF;
	font-size: 12px;
	text-align: center;
	margin-top: 30px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	}





















#cssmenu ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:40px;
	text-transform:uppercase;
	font-size:13px;
	background:transparent url('images/btn_up.jpg') repeat-x top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
}
#cssmenu li{
	display:block;
	float:left;
	margin:0;
	pading:0;
	border-right:5px solid #ffffff;
	
	}
#cssmenu li a{
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	padding:12px 20px 0px 20px;
	height:24px;
	height:28px;
	}
#cssmenu li a:hover{
	background:transparent url('images/btn_over.jpg') repeat-x top left;	
	}
