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

body,html {border:0; margin-left:auto; margin-right:auto; margin-bottom:0; margin-top:0; padding:0; vertical-align:baseline; max-width:1150px; font-family:Arial, Helvetica, sans-serif;}

html {
	background-image:url(images/content-bg.png);
}

body { 
	align:center;
	background-color:#fff;
	border-left: dotted #CCC 2px;
	border-right: dotted #CCC 2px;
}

img.scaled {
  width: 100%;
}

.container {
	width:100%;
	height:auto;
	background:#FFF;
	overflow:auto;
}



/* Header */
.wrapper_header {
	background-color:#FFFFFF;
	overflow:hidden;
}


.header_bg {
	background-image:url(images/header-bg.jpg); 
	width:auto; 
	height:101px; 
	z-index:0; 
	border-bottom:3px solid #036;
}

.logo {
	padding-left:5px;
	float:left;
}

.fb_logo {
	z-index:2;
	float: right;
	margin-right:2%;
	margin-top:1%;
	position::relative;
}



.top_header {
	background-color:#FFFFFF; 
	font-size:18px; 
	color:#000; 
	float:left; 
	padding-left:5px; 
	padding-top:30px;
}

.slider {
	border-bottom:3px solid #036; 
	z-index:0;
}

/*Nav Menu*/
.wrapper_menu {
	float:left;
	width:15%;
	background:#000;
	opacity:0.65;
	z-index:999999;
	position:absolute;
	top: 103px;
	height:auto;
	
}

.menu {
	font-size:12px;
	z-index:2;
}

.menu a {
 color: #FFF;
 cursor: pointer;
 display:block;
 height:25px;
 line-height: 25px;
 text-indent: 10px;                   
 text-decoration:none;
 width:100%;
}

.menu a:hover{
	color:#9FF;
}

.menu li:hover {
	color:FFF;
 background: #000064;
 position: relative;
}

.menu ul { margin:0; padding:0;}

.menu li {list-style:none; border-bottom:1px solid #036;}

ul.top-level {background:#666;}

ul.top-level li {
 border-bottom: #fff solid;
 border-top: #fff solid;
 border-width: 1px;
}

ul.sub-level {
    display: none;
}

li:hover .sub-level {
    background: #000;
    border-width: 1px;
    display: block;
    position: absolute;
    left: 100%;
	width:230px;
	top:0px;
}


/* Content */

.wrapper_content {
	background-color:#FFF;
	float:left;
	width:72%;
}

.servicio_de_carga {
	position:relative;
	width:auto;
	height:auto;
}


.content_title {
	color:#003366;
	padding-left:10px;
	padding-top:3px;
	font-size:20px;
}

.titles {
	color:#003366;
	font-size:20px;
}

.titles_2 {
	color:#003366;
	font-size:18px;
}

.titles_2 a{
	color:#003366;
	font-size:18px;
}

.content_text {
	padding-left:10px;
	padding-top:3px;
	font-size:12px;
	color:#343434;
}

.separator{
	position:relative;
	z-index:5;
}

.text {
	float: left;
	width: 47%;
	position:relative;
	line-height:25px;
	text-align:justify;
}

.contacto_text {
	float: left;
	width: 47%;
	position:relative;
	line-height:25px;
	text-align:justify;
	margin-left:35px;
	font-size:16px;

}

.productos_text {
	float: left;
	width: 98%;
	position:relative;
	line-height:25px;
	text-align:justify;
}

.productos_text a{
	float: left;
	width: 98%;
	position:relative;
	line-height:25px;
	text-align:justify;
	text-decoration:none;
}

/* Sidebar */

.wrapper_sidebar {
	background-color:#FFF;
	width:27%;
	min-height:30px;
	float:right;
	height:100%;
}

.sidebar_content {
	font-size:12px;
}

.contact_form {
	margin-right:20px;
	padding-left:10px;
	background-color:  #E8E8E8;
	border-radius: 10px;
	padding-top:5px;
	padding-bottom:5px;
	border:solid 1px #CCC;
}

.contact_button {
	border-radius: 3px;
	color:#FFF;
	margin-right:20px;
	background-color: #003366;
	padding-top:5px;
	padding-bottom:5px;
	border:dotted 1px #036;
	font-size:12px;
}


.text_field {
	background-color:#D7F2FF;
	border:solid 1px #069;
}
/* Footer */

.wrapper_footer {
	padding-top:15px;
	background-image:url(images/footer-bg.jpg);
	border-top:solid 3px #003366;
	border-bottom:solid 3px #003366;
	float:left;
	vertical-align:bottom;
	width:100%;
}

.footer_text {
	margin:0px;
	float: left;
	width: auto;
	position:relative;
	font-size:12px;
}

.footer_title {
	font-size:16px;
	line-height:2px;
}

.footer_menu_item {
	margin:0;
	
}
