.followus {
    vertical-align:top;
    font-weight:bold;
    margin-top:0;
    width:12em;
    overflow:hidden;
    display:inline-block;
}
a.googleplus {
    text-decoration:none;
    display:inline-block;
    color:#333;
    text-align:center;
    font:1em arial,sans-serif;
    white-space:nowrap;
}
img.googleplus {
    border:0;
    width:0.8em;
    height:0.8em;
}

#googlemap {
    margin: 0 auto;
    display:block;
    color:#0000FF;
    text-align:left;
   	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
    border-radius: 0.25em;
}
div#googlemap {
    -webkit-box-shadow: 0 0 0.5em 0.5em #333;
    -moz-box-shadow: 0 0 0.5em 0.5em #333;
    box-shadow: 0 0 0.5em 0.5em #333;
 }
#contentInfo {
	background-color: #FFFFFF;
	border: none;
	color: #333;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
 }
 
 #contentInfo h3 {
    font: 1em Verdana;
    color: black;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}
 
 #contentInfo p {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
	font: 1em Verdana;
}

#contentInfo a {
    text-decoration:none; 
    font:1em Verdana;
    color: black;
}
#contentInfo a:hover{
 	color: #FF9900;
}

/* Tablas */
div.contenedortabla {
    text-align: center;
    margin: 0px auto;
    width: 100%;
}
div.contenedormapa{
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    width:510px;
}
div.contenedorlinkbutton{
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
    width: 5%;
}
/* Fin de Tablas */

div#piemapa {
    width:10em;
    padding-top:1em;
    font-size:0.8em;
    text-align:center;
}

/* zona de divs para columnas */
.columna {
    display:inline-block;
    vertical-align:top;
    padding: 0 3em;
}
.columnatexto {
    padding-top: 1.5em;
    padding-left: 2em;
    font-size: 1em;
    list-style:none;
    text-align:left;
}
.columnaiconos {
    padding-top: 1.5em;
    padding-left: 2em;
    font-size: 1em;
    text-align:left;
    line-height:0;
}
/* fin columnas */
/* Etiquetas genericas */
.Etiqueta 
{
	position:relative;
    top:0;
    display:block;
    text-align:center;
	font-size: 1.4em;
	font-weight: normal;
	padding: 0.3em 0.6em 0.3em 0.6em;
	color: white;
	text-shadow: 0 0.05em 0.1em #ccc;
	-webkit-box-shadow: 0 0.1em 0.2em #888;
	-moz-box-shadow: 0 0.1em 0.2em #888;
	box-shadow: 0 0.1em 0.2em #888;
    width:100%;
}
.Etiqueta:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 0;
	top: 100%;
	border-width: 0.25em 0.5em;
	border-style: solid;
	border-color: #143D55 #143D55 transparent transparent;
}
.Etiqueta:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	right: 0;
	top: 100%;
	border-width: 0.25em 0.5em;
	border-style: solid;
	border-color: #143D55 transparent transparent #143D55;
}
.Etiqueta.Blue {
	background-color: #4983A5;
}
.Etiqueta.Grey {
	background-color: #999;
}
/* fin etiquetas genericas */
