.linea_derecha {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.linea_derecha_roja{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ED1C24;
}
.titulo_inicio {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #339933;
	text-decoration: none;
}
.texto_inicio {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.enlaces_inicio {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.enlaces_inicio:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ED1C24;
	text-decoration: underline;
}
.lateral_puntos {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666666;
}
.inferior_puntos {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CC0000;
	text-decoration: none;
}
.info:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #339933;
	text-decoration: underline;
}
.rojo {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #EC292F;
	text-decoration: none;
}
.azul {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #41AAA9;
	text-decoration: none;
}
.verde {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #939E14;
	text-decoration: none;
}
.lateral_rojo {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E72025;
}
.lateral_azul {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #41AAA9;
}
.lateral_verde {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #939E14;
}
.borde{
	border-bottom:1px dashed #999999;
}