@charset "utf-8";

/* CSS Document */
p,ul,li,h1,h2,h3 {
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 14px;
}

html {
	
}

body {
	margin: 0;
	padding: 0;
	font: 14px normal Arial, Helvetica, sans-serif;
	background:url(img/fondo2.png);
}

#content-main {
	
}

#content {
	min-height: 350px;
	padding: 5px;
	margin: 0 auto;
}

#header {
	width: 100%;
	margin: 0;
	height:49px;
	/*background:url(img/fondo-header.jpg);*/
	background-color: #324cdd;
}

#header-content {
	width: 960px;
	margin: auto;
}

#logo {
	padding-top:15px;
	
}

/*footer*/
#footer {
	height: 30px;
	width: 100%;
	color: #eee;
	font-size: 12px;
}

#footer-content {
	text-align: center;
}

/*Cotizacion left Secc.*/
#left-quote {
	width: auto;
	height: 248px;
	position: absolute;
	top: 150px;
	z-index: 101;
}

#left-quote .btn {
	background: url(img/quot-btn.png) top right;
	width: 57px;
	height: 248px;
	float: left;
	cursor: pointer;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
}

#left-quote .quote-list {
	background: url(img/quot-btn.png) top left;
	width: 262px;
	height: 248px;
	float: left;
	display: none;
}

/* CONTENEDORES Y WIDGETS*/
.cont-1 {
	background: #ffffff url(img/bg-1.png) repeat-x;
	width: 950px;
	margin-top: -5px;
	min-height: 1000px;
}

/*VIDEO CLIP*/
.video-clip {
	width: 400px;
	float: left;
	border: #FFFFFF 5px solid;
	background: #FFFFFF;
}

.video-clip .titulo {
	height: 35px;
}

.video-clip .titulo span.text {
	display: block;
	background: url(img/videoDeSem2.lbl.png) no-repeat;
	width: 507px;
	height: 52px;
	overflow: visible;
	margin-left: 90px;
	cursor: pointer;
}

.video-clip .detalle {
	font-size: 9px;
	font-weight: bold;
	color: #555555;
	margin-top: 5px;
	min-height: 30px;
}

.video-clip .titulo h3 {
	display: none;
}

/*VIDEO CLIP BIG*/
.video-clip-2 {
	width: 530px;
	margin: auto;
	border: #FFFFFF 5px solid;
	text-align: center;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.video-clip-2 .titulo {
	
}

.video-clip-2 .titulo span.text {
	display: block;
	background: url(img/videoDeSem.lbl.png) no-repeat;
	width: 589px;
	height: 97px;
	overflow: visible;
	margin-left: 70px;
	cursor: pointer;
}

.video-clip-2 .detalle {
	font-size: 9px;
	font-weight: bold;
	color: #555555;
	margin-top: 5px;
	min-height: 30px;
	background: #ECF1F9;
	border: #339999 1px solid;
	padding: 2px;
}

.video-clip-2 .titulo h3 {
	display: none;
}

/*fsh-frame*/
#fsh-frame {
	width: 950px;
	height: 600px;
	overflow: hidden;
}

#pantalla {
	width: 1400px;
	height: 600px;
	margin-left: -100px;
	position: inherit;
	top: 0px;
	left: 0px;
	background: url(img/bg-nube.png) top left;
}

#sh-frame .item {
	width: 125px;
	z-index: 101px;
	border: #FFFFFF solid 1px;
}

.item .title {
	background: url(img/bg-2.png);
	border: #FFF solid 1px;
	color: #003366;
	width: 120px;
	padding: 5px;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	z-index: 102px;
}

/*
.item.ico-1{ margin-left:75px; margin-top:30px; z-index:15; position:absolute; width:124px;}
.item.ico-2{ margin-left:25px; margin-top:5px; z-index:15; position:absolute; width:124px;}
.item.ico-3{ margin-left:75px; margin-top:5px; z-index:15; position:absolute; width:124px;}
*/
.item.ico-1 {
	top: 170px;
	margin-left: 550px;
	z-index: 15;
	position: absolute;
	width: 124px;
}

.item.ico-2 {
	top: 315px;
	margin-left: 550px;
	z-index: 15;
	position: absolute;
	width: 124px;
}

.item.ico-3 {
	top: 460px;
	margin-left: 550px;
	z-index: 15;
	position: absolute;
	width: 124px;
}

.item .detalle {
	width: 350px;
	display: none;
	margin-top: 12px;
	padding: 3px;
	background: #fff url(img/transp2.png) repeat-x;
	border-top: #FFFFFF 1px solid;
	border-left: #FFFFFF 1px solid;
	border-right: #A6C9E6 2px solid;
	border-bottom: #A6C9E6 3px solid;
}

.item .detalle {
	color: #012A40;
	font-size: 12px;
}

.item .detalle h3 {
	font-size: 16px;
}

.item .detalle p {
	margin-bottom: 5px;
}

.item .detalle p b {
	color: #015580;
	font-size: 1.3em;
}

/*
.detalle .corner{ display:block; width:20px; height:20px; }
.detalle .corner.lt{
   background:url(img/layout-cont-table.png) left top; 
   float:left; 
   margin-left:-20px; 

}
.detalle .corner.rt{ 
   background:url(img/layout-cont-table.png) right top;  
   float:right;
   margin-right:-20px; 


}
.detalle .corner.lb{ 
  background:url(img/layout-cont-table.png) left bottom; float:left; 

   margin-left:-6px;
   
}
.detalle .corner.rb{
   background:url(img/layout-cont-table.png) right bottom;  float:right; 
   margin-right:-6px;
}

.detalle .corner.t{}
.detalle .corner.b{}
.detalle .corner.l{}
.detalle .corner.r{}
*/
.screen-vw {
	width: 510px;
	height: 410px;
	z-index: 10;
	position: absolute;
	top: 170px;
	margin-left: 130px;
	overflow: hidden;
}

.screen-vw img-1 {
	display: block;
}

.screen-vw img-2,.screen-vw img-3 {
	display: none;
}

.screen-vw img {
	width: 510px;
	height: 410px;
}

.screen-vw img {
	width: 510px;
	height: 410px;
}

.screen-vw img {
	width: 510px;
	height: 410px;
}

.buble {
	background: url(img/shape-img/buble-b.png);
	position: absolute;
	width: 200px;
	height: 76px;
	display: block;
	z-index: 15;
}

.screen-vw .img-1 .buble {
	margin-top: 1 0px;
	margin-left: 150px;
}

.screen-vw .img-2 .buble {
	margin-top: 50px;
	margin-left: 300px;
}

.screen-vw .img-3 .buble {
	margin-top: 200px;
	margin-left: 310px;
}

/*****TOP MENU****/
#top-menu {
	background: url(img/transp1.png);
	float: right;
	border: #B9C754 solid 1px;
	border-top: none !important;
	width: 1px;
	height: 25px;
	overflow: hidden;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	margin-right: 630px;
}

#top-menu ul li {
	float: left;
	margin-left: 18px;
	list-style: none;
}

#top-menu ul li a {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

#top-menu ul li a:hover {
	color: #DDFF99;
	text-decoration: none;
}

.clear {
	clear: both;
	width: 100%;
	height: 1px;
	border: none;
}

a.btn-link1 {
	text-align: center;
	display: block;
	width: 96px;
	height: 20px;
	background: url(img/btn-link1.png);
	color: #ffffff !important;
	text-transform: capitalize;
	font-weight: 900;
	padding: 5px;
}

a.btn-link2 {
	text-align: center;
	display: block;
	width: 96px;
	height: 20px;
	background: url(img/btn-link2.png);
	color: #ffffff !important;
	text-transform: capitalize;
	font-weight: 900;
	padding: 5px;
}

.btn-1a {
	text-align: center;
	display: block;
	width: 96px;
	height: 20px;
	background: url(img/btn-link1.png);
	color: #ffffff !important;
	text-transform: capitalize;
	font-weight: 900;
	padding: 5px;
}

.btn-1b {
	text-align: center;
	display: block;
	width: 96px;
	height: 20px;
	background: url(img/btn-link2.png);
	color: #ffffff !important;
	text-transform: capitalize;
	font-weight: 900;
	padding: 5px;
}

#import-menu{
	float:left;
	width:20%;
	min-width:200px;
	margin-left:20px;
	margin-top:20px;
	}
	
#import-canvas{
	float:left;
	width:75%;
	min-width:500px;

	}	
	
#import-content{
	
	
	min-width:750px;}	
	
#menu-head{
	background:url(img/menu-head.jpg);
	width:194px;
	height:27px;
	padding-top:10px;
	padding-left:10px;
	color:#46657B;
	font-weight:600;
	}
	
#menu-ul{
	background:#FFF;
	border: solid #BED2DC 1px;
	width:182px;
	padding:10px;
	}	
	
#menu-ul ul{
	list-style:none;
}

#menu-ul ul li{
	height:25px;
	color:#069;
	font-weight:600;
}

#menu-foot{
	background:url(img/menu-foot.jpg);
	width:204px;
	height:37px;
	}
	
#pannel-1-i_brokersForm{	
		margin-top:25px;
	margin-left:10px;
	padding:15px;
	background:url(img/fondo-form.png);
	
}

#pannel-1-i_productosForm{
	
			margin-top:25px;
	margin-left:10px;
	padding:15px;
	background:url(img/fondo-form.png);
	}
	
#pannel-1-UnidadEmpaqueForm{
	
			margin-top:25px;
	margin-left:10px;
	padding:15px;
	background:url(img/fondo-form.png);
	}
	
	#import-login{
	
	
	background:url(img/import-login.jpg) no-repeat;
	width:330px;
	height:298px;}	

.btn-login{
	background:url(img/btn-login.png);
	height:37px;
	width:154px;
	border:none;
	color:#FFF;
	font-weight:bold;
	font-size:18px;
	
	
	}