@charset "utf-8";
/* CSS Document */

#sede-caballito {
padding-bottom: 15px;

}

/*********** #Botonera Izquierda Sedes ***********/

#navBar4 ul a:link, #navBar4 ul a:visited {display: block;}
#navBar4 ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar4 li {
	/*border-bottom: 1px solid #CCCCCC;*/
	line-height: 14px;
}

/* fix for browsers that don't need the hack */
html>body #navBar4 li {border-bottom: none;}

/*********** #sectionLinks styles ***********/

#sectionLinks4{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#1D3C5A;
	font-size: 10px;
	/*border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #217DB8;*/
}

#sectionLinks4 a {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #217DB8;
	padding: 4px 0px 4px 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#1D3C5A;
	font-size: 10px;
	text-decoration: none;
	word-spacing: -0.05em;
	background-image: url(../img/bg_sedes_on.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#sectionLinks4 a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#990000;
	font-size: 10px;
	text-decoration: none;
	background-image: url(../img/bg_sedes_over.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#sectionLinks4 .selected {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#990000;
	font-size: 10px;
	text-decoration: none;
	background-image: url(../img/bg_sedes_over.jpg);
	background-position: top;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #217DB8;
	padding: 4px 0px 4px 18px;
}

