#mapa{
    width:100%;
    height: 300px;
}
.explicacion{
    font-size:0.9em;
    color:red;
}
.txt_legal{
     font-size:0.9em;
}
.texto_center{
    text-align:center;
}
.texto_left{
    text-align:left;
}
.texto_right{
    text-align:right;
}
.bloque-inicio.cursos{
     width: 57.7em;
}

#mapa{
    width:100%;
    height: 300px;
}


.Muestra {
	font-weight: normal;
	line-height: normal;
	text-align:left;
}
.MuestraRef{
	font-weight: bold;
	text-align:left;
}

.MuestraNegrita {
	font-weight: bold;
	text-align:left;
}


.MuestraGrande {
	font-weight: bold;
	line-height: normal;
	text-align:left;
	font-size:30px;
}
.thRojo {
	border-bottom: 1px dotted #BC1616;
	color: #000000;
	font-weight: bold;
	text-align:left;
}


.MuestraNegritaPeq {
	font-weight: bold;
	font-size:10px;
	font-style: oblique;	
	margin-top:-2px;
	text-align:left;
}


.TextoInfo{
	color:#5c9630;
	font-size:12px;
	margin-top:-2px;
	text-decoration:none;
	font-style: oblique;
	text-align: left;
	font-weight: bold;
}

#SombreadoLineas:nth-child(2n+1){	
    background: #CCC;
    -webkit-background: #CCC; /*Safari & Chrome*/
    -moz-background: #CCC;	/*Firefox 4*/
    -o-background: #CCC;	/*Opera*/
    -ms-background: #CCC;	/*Internet Explorer*/
}