﻿/**************SOLUCIONES EXPEDIENTES ELECTRONICOS**********************/
#expEleContenedor
{
	height:600px;
	width:100%;
	background-color:white;
	overflow:hidden;
	}
#expEleHead
{
	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;
	}
#expEleContenido span
{
	font-family:Helvetica,Arial,Verdana,sans-serif;
	color: #005280;
	font-size:15px;
	}
#expEleContenido
{
	width:100%;
	height:auto;
	margin-top:30px;
	overflow:hidden;
	}
#expEleCenter
{
	width:700px;
	height:400px;
	margin-left:150px;
	float:left;
	}
#expEleCenter
{
	font-family:Helvetica,Arial,Verdana,sans-serif;
	color: #005280;
	font-size:15px;
	}
#img1
{
	vertical-align:text-top;
	}
.div_text 
{
	width:100%; 
	height:100%; 
	margin-top:5px; 
	float:left;
	}
	/********************MENU HORIZONTAL***************************/
.menuExp 
{
width:300px;
height:36px;
text-align:left;
text-transform: uppercase;
position:static;
}
ul, ol
{
list-style:none;
}
.navExp 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*/
.navExp li a:hover
{
	background-color:#0099FF;
color:white;
}	

.navExp > li 
{
float:left;
}
.navExp 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;
}
.navExp li:hover
{
background: #0099FF;
}	
.navExp 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%);
}
.navExp li ul li 
{
position:relative;
border-bottom:solid 1px white;
}
.navExp li ul li ul
{
right:200px;
top:0px;
}
.navExp li ul li ul a
{
min-width:180px;
max-width:180px;
}
.navExp a 
{
	text-align:center;
	width: 25px;
	}
.navExp a:focus
{
	color:white;
	background-color: #0099FF;
	}