@charset "utf-8";
/*  */
/* Author: Ing. Roberto Villa Tumoine */
/* Implementacion sitio Dagal */
/*  */
/* Abril 2013 */
/*  */

body { 
 margin:0; padding:0;
 background-color:#f2f2f2;
 font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size:12px;
}

.encabezadoli { border:#666; border-bottom:double; }

#vertical {
 width: 980px; 
 margin-left:auto; margin-right:auto;
/* height:320px;*/
 background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #F2F2F2),color-stop(0.96, #DBDBDB));
}

#datos {
 width:760px;;
 height:100%;
 margin-left:auto; margin-right:auto;
 background-color:transparent;
}

#datos h3 {
	margin-top:8px;
	margin-bottom:5px;
    -webkit-user-select: none;    -khtml-user-select: none;    -moz-user-select: none;    -ms-user-select: none;	
    text-align:left; color:#595959; font-size:12px;	
}

#datos ul { margin:0; padding:0; }
#datos li { list-style-type:none; margin-bottom:3px;
    -webkit-user-select: none;    -khtml-user-select: none;    -moz-user-select: none;    -ms-user-select: none;
    display:inline-block; width:140px; text-align:center; cursor:default; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
#datos li img { border:none; width:69px; margin-left:auto; margin-right:auto; }
#datos li h4 { margin-bottom:2px; margin-top:2px; margin-left:0;
    -webkit-user-select: none;    -khtml-user-select: none;    -moz-user-select: none;    -ms-user-select: none;	
    text-align:left; color:#595959;
	 font-size:11px;	
}

#datos li.renglon:hover {background-color:#FFC;}

#mapa {
	float:left;
	width:50%;
	height:100%;
	background-color:#E8FFE8;
}








