﻿.tblDirecciones
{
	border-collapse: collapse;
	margin-bottom: 15px;
	width: 100%;
}

.tblDirecciones .tdCabecera
{
	font-family: FuturaMedium;
	font-size: 15px;	
	color: #3079C2;
	padding-bottom: 10px;
}

.tdTitulo
{
	width: 150px;
	border-bottom: 1px solid #EEEEEE;
}

.tdDireccion
{
	border-bottom: 1px solid #EEEEEE;
}

.tblDirecciones a
{
	color: #3079C2;
	text-decoration: none;
}

.tblDirecciones a:hover
{
	text-decoration: underline;
}


