﻿/**************QBNET VENTAJAS*********************/
#qbnetVenContenedor
{
	height:600px;
	width:100%;
	background-color:white;
	overflow:hidden;
	}
#qbnetVenHead
{
	height:50px;
	width:100%;
	color: #005280;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	font-weight: bold;
	font-size:30px;
	text-align:left;
	margin-left:50px;
	margin-top:30px;
	float:left;
	}
#imgFlecha
{
	margin-right:10px;
	width:20px;
	height:20px;
	vertical-align:top;
	}
#qbnetVenContenido
{
	width:100%;
	height:600px;
	margin-top:40px;
	overflow:hidden;
	}
#imgQbnet
{
	margin-left:50px;
	width:250px;
	height:350px;
	margin-top:25px;
	float:left;
	}
#qbnetVenTextoInicio
{
	width:70%;
	height:100px;
	float:left;
	margin-left:50px;
	}	
#qbnetVenTextoInicio span
{
	font-family:Helvetica,Arial,Verdana,sans-serif;
	color: #005280;
	font-size:15px;
	}
	
#qbnetVenCenter
{
	width:600px;
	height:auto;
	margin-left:20px;
	margin-top:25px;
	float:left;
	line-height: 20px;
	}
#texto1, #texto2, #texto3, #texto4 span
{
	font-family:Helvetica,Arial,Verdana,sans-serif;
	color: #005280;
	font-size:15px;
	}
#img1
{
	vertical-align:text-top;
	}
/******************MENU*******************/
#menux
{
width:700px;
height:36px;
text-align:left;
text-transform: uppercase;
position:static;
}
ul, ol
{
list-style:none;
}
.nav3x li a
{
background-color:transparent;
color:Gray;
font-weight: bold;
font-family:Helvetica,Arial,Verdana,sans-serif;
font-size:13px;
text-decoration:none;
padding:10px 5px;
display:block;
border-right:solid 1px white;
}
/* pasar mouse por arriba*/
.nav3x li a:hover
{
	background-color:#0099FF;
	color:white;
}	

.nav3x > li 
{
float:left;
}
.nav3x li ul
{
display:none;
position:absolute;
/*tamaño menu*/
min-width:140px;
max-width:200px;
border-right:solid 1px white;
border-left:solid 1px white;
}
.nav3x li:hover
{
background: #0099FF;
}	
.nav3x li:hover > ul
{
display:block;
clear:both;
background: #005280;
background: -moz-linear-gradient(top, #005280 0, #007dc3 3%, #006299 72%);
background: -webkit-linear-gradient(top, #005280 0, #007dc3 3%, #006299 72%);
background: -ms-linear-gradient(top, #005280 0, #007dc3 3%, #006299 72%);
background: linear-gradient(top bottom, #005280 0, #007dc3 3%, #006299 72%);
}
.nav3x li ul li 
{
position:relative;
border-bottom:solid 1px white;
}
.nav3x li ul li ul
{
right:200px;
top:0px;
}
.nav3x li ul li ul a
{
min-width:180px;
max-width:180px;
}
.nav3x a:focus
{
	color:white;
	background-color: #0099FF;
	}