
.bloque_direccion{
	 float:left; width:450px; background:#e8eef6; -moz-border-radius:9px; -webkit-border-radius:9px; border-radius:9px; margin:50px 0 0 0; padding:0 0 20px 50px;
}
.bloque_direccion dl{
	margin:-10px 50px 0 0; float:left; color:#555; font-size:12px;
}
.bloque_direccion dl+dl{
	margin-right:0;
}
.bloque_direccion dt{
	background:#2d4971; display:inline-block; font-size:20px; color:#fff; font-family:Tahoma; padding:4px 22px; -ms-border-radius: 30px; -moz-border-radius:30px; -webkit-border-radius:30px; border-radius:30px; margin:0 0 25px -23px;
}
div.txt_directorio{
	float:left; width:310px; margin:50px 30px;
}
ul{	list-style:none; margin:0; padding:0;}
.txt_directorio li{ list-style:none !important; margin-bottom:5px !important;}

hr{
	border-top:7px solid #dbbc2c;
}

/*---------------*/

.columna{
	position:relative; float:left; background:#dfe7f2; border-radius:12px; margin:0 8px;
}
.columna.campus{ width:200px;}
.columna.depto{ width:410px; text-transform:capitalize}
.columna.ext{ width:225px;}

.columna h1{
	padding:8px 0; margin:0;
	background:#2d4971;
	text-align:center; color:#fff; font-size:23px; font-weight:normal; font-family:Tahoma;

	/*bordes*/
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.columna h1 span{ margin:3px 0 0 0; font-size:11px; color:#ccc; display:block;
}
.columna table{
	margin:13px;
}
.columna.campus table{ width:175px;}
.columna.depto table{ width:386px;}
.columna.ext table{ width:200px;}

.columna td{
	padding:3px 25px; color:#3a4d80;
}
.columna td.cebra{
	background:#cdd8e7; border-top:1px solid #f3f6f9; border-bottom:1px solid #f3f6f9;
}