﻿/**************CONTACTO**********************/
#contacto
{
	height:600px;
	width:100%;
	background-color:white;
	overflow:hidden;
	}
#contactoHead 
{
	height:50px;
	width:100%;
	margin-top:30px;
	text-align:left;
	margin-left:50px;
	float:left;
	}
#contactoHead span
{
	color: #005280;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	font-weight: bold;
	font-size:30px;
	}	
#contactoCuerpo
{
	width:100%;
	height:100%;
	margin-top:20px;
	overflow:hidden;
	}
#formConsulta
{
	height:auto;
	width:480px;
	float:left;
	background-color:white;	
	}
#pnlContacto
{
	height:auto;
	width:480;
	float:left;
	margin-left:50px;	
	}
.tablaContacto
{
	color:#005280;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	font-size:15px;
	margin-left:10px;
	height:auto;
	width:400px;
	}
#mapaLadiArg
{
	float:right;
	margin-right:50px;
	}
#formMapa
{
	float:right;
	margin-right:270px;
	}
#imgFlecha
{
	margin-right:10px;
	width:20px;
	height:20px;
	vertical-align:top;
	}
#divDatos
{
	float:left; 
	margin-left:15px; 
	margin-top:30px; 
	width:230px; 
	height:300px;
	}
/******************MENU*******************/
#conMenu
{
width:200px;
height:36px;
text-align:left;
text-transform: uppercase;
position:static;
}
ul, ol
{
list-style:none;
}
.conNav 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*/
.conNav li a:hover
{
	background-color:#0099FF;
	color:white;
}	

.conNav > li 
{
float:left;
}
.conNav 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;
}
.conNav li:hover
{
background: #0099FF;
}	
.conNav 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%);
}
.conNav li ul li 
{
position:relative;
border-bottom:solid 1px white;
}
.conNav li ul li ul
{
right:200px;
top:0px;
}
.conNav li ul li ul a
{
min-width:180px;
max-width:180px;
}
.conNav a:focus
{
	color:white;
	background-color: #0099FF;
	}
