body.detalle_taller {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 62.5%;
}

.gmtabs{
}

.gmtabs   ul.menu{
	list-style:none;
	display:block;
}

.gmtabs ul.menu li{
	margin-left:.3em;
	float:left;

}

.gmtabs ul.menu li a.texto_btn{
	height:1.4em;
	float:left;
	background: url(../../../es.libertyseguros.presentation/resources/img/dgr_nav_text.jpg) repeat-x;
	border-top:1px solid #E1E1EA;
	color:#333;
	font-weight:bold;
	font-size:1.2em;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding-top:.5em;
	padding-left:.8em;
	padding-right:.8em;
	display:block;
}

.gmtabs ul.menu li.activo a.texto_btn{
	background: url(../../../es.libertyseguros.presentation/resources/img/dgr_nav_textB.jpg) repeat-x;
	color:#FFF;

}

.gmtabs ul.menu li div.curva_left
{
            float:left;
            width:0.3em;
            height:2.37em;
            display:block;
            background:url(../../../es.libertyseguros.presentation/resources/img/dgr_nav_left.jpg) left top no-repeat;
}

.gmtabs ul.menu li div.curva_right
{
            float:left;
            width:0.3em;
            height:2.37em;
            display:block;
            background:url(../../../es.libertyseguros.presentation/resources/img/dgr_nav_right.jpg) left top no-repeat;
}

 
.gmtabs ul.menu li.activo div.curva_left
{
            float:left;
            width:0.3em;
            height:2.37em;
            display:block;
            background:url(../../../es.libertyseguros.presentation/resources/img/dgr_nav_leftB.jpg) left top no-repeat;
}

.gmtabs ul.menu li.activo div.curva_right
{
            float:left;
            width:0.3em;
            height:2.37em;
            display:block;
            background:url(../../../es.libertyseguros.presentation/resources/img/dgr_nav_rightB.jpg) left top no-repeat;
}

.gmtabs ul.menu li div.center
{
            float:left;
}

.lista_talleres_tipo {
	overflow: auto;
	height: 375px;
}

.lista_talleres_tipo ul {
	list-style:none;
	display: none;
}

.lista_talleres_tipo ul.activo {
	display: block;
}

.lista_talleres_tipo ul li {
	margin-left:.3em;
	margin-top:.3em;
}

#mapa_talleres {
	margin-left: 0.5em;
}

#mapa_talleres div#map {
	width: 400px; 
	height: 400px; 
	float: left;
}

#mapa_talleres div#side_bar {
	width: 228px; 
	float:left;
}

div#infoTaller {
	position: absolute;
	display: none;
	margin-left: 75px;
	width: 500px;
	border: 1px solid #000000;
	background-color: #ffffff;
	padding: 5px;
	z-index: 10000;
}

div#infoTaller.activo {
	display: block;
}

div#infoTaller #cerrar {
	text-align: right;
}

div#infoTaller #cerrar a,
div#infoTaller #cerrar a:hover {
	border: 1px solid #0066CC;
	padding: 2px 4px 2px 4px;
	line-height: 13px;
	font-weight: bold;
	text-decoration: none;
}

div#infoTaller #data {
	margin-top: 5px;
	height: 400px;
	overflow: auto;
}

div#detalle_taller h1 {
	font-size:2em;
	color:#002469;
	font-weight:bold;
	margin:0;
	margin-left:.5em;
}

div#detalle_taller h2 {
	font-size:1.5em;
	color:#002469;
	font-weight:bold;
	margin-left:.5em;
	margin-top:.6em;
}

div#detalle_taller table,
div#mapa_wrapper table {
	border: 1px solid #DCDBE3;
	margin-left:.5em;
	border-collapse:collapse;
	font-size:1.2em;
	text-align:left;
	margin-bottom:.3em;
}

div#mapa_wrapper table {
	margin-left: 1.2em;
	width: 98%;
}

div#detalle_taller table.grande {
	width: 90%;
}

div#detalle_taller table tr.cabecera,
div#mapa_wrapper table tr.cabecera {
	background:#002469;
	color:#FFF;
	border-right:1px solid #FFF;
}

div#detalle_taller table tr.par,
div#mapa_wrapper table tr.par {
	background-color: #edf2f6;
}

div#detalle_taller table tr.impar,
div#mapa_wrapper table tr.impar {
	background-color: #ffffff;
}

div#detalle_taller table td,
div#detalle_taller table th,
div#mapa_wrapper table td,
div#mapa_wrapper table th {
	padding: 0.4em 0.5em 0.5em 0.4em;
	text-align: left;
}


