﻿/**************ALIANZAS**********************/
#aliContenedor
{
	width:100%;
	background-color:white;
	overflow:hidden;
	}
#aliHead
{
	height:50px;
	width:350px;
	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;
	}
#aliContenido
{
	width:100%;
	height:400px;
	overflow:hidden;
	}
#aliLeft
{
	width:300px;
	height:auto;
	margin-left:50px;
	margin-top:40px;
	float:left;
	}
#aliCenter
{
	width:550px;
	height:auto;
	margin-left:20px;
	margin-top:40px;
	float:left;
	}
#aliCenter span
{
	font-family:Helvetica,Arial,Verdana,sans-serif;
	color: #005280;
	font-size:15px;
	}
	
#aliHeadBanderas
{
	float:left; 
	width:200px; 
	height:30px;
	margin-top:30px;
	}	
#aliHeadBanderas img
{
	width:60px;
	height:60px;
	}	

/***************MENU**************/
#menuA
{
width:300px;
height:36px;
text-align:left;
text-transform: uppercase;
position:static;
}

.aliNav 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*/
.aliNav li a:hover
{
	background-color:#0099FF;
	color:white;
}	
.aliNav 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;
}
.aliNav li:hover
{
background: #0099FF;
}	
.aliNav 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%);
}
.aliNav a:focus
{
	color:white;
	background-color: #0099FF;
	}