﻿/**************QBNET MODULOS*********************/
#preSegContenedor
{
	height:500px;
	width:100%;
	background-color:white;
	overflow:hidden;
	}
#preSegHead
{
	height:50px;
	width:550px;
	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;
	}
#divSlider1
{
	width:400px;
	height:100px;
	position:relative;
	top:-10px;
	float:right;
	z-index:99;
	}
#imgFlecha
{
	margin-right:10px;
	width:20px;
	height:20px;
	vertical-align:top;
	}
#preSegContenido
{
	width:100%;
	height:550px;
	overflow:hidden;
	}
#preSegLeft
{
	width:300px;
	height:auto;
	margin-left:50px;
	margin-top:25px;
	float:left;
	}
#preSegCenter
{
	width:550px;
	height:auto;
	margin-left:20px;
	margin-top:25px;
	float:left;
	}
#preSegCenter span
{
	font-family:Helvetica,Arial,Verdana,sans-serif;
	color: #005280;
	font-size:15px;
	}
#img1
{
	vertical-align:text-top;
	}
/******************MENU*******************/
#menum
{
width:300px;
height:36px;
text-align:left;
text-transform: uppercase;
position:static;
}

.nav3 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*/
.nav3 li a:hover
{
	background-color:#0099FF;
	color:white;
}	
.nav3 li ul
{
display:none;
position:absolute;
/*tamaño menu*/
min-width:300px;
max-width:300px;
border-right:solid 1px white;
border-left:solid 1px white;
}
.nav3 li:hover
{
background: #0099FF;
}	
.nav3 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%);
}
.nav3 a:focus
{
	color:white;
	background-color: #0099FF;
	}