@charset "UTF-8";

.DivServicesTS{
	width: auto;
	height: 50px;
}

/*========== Botones Training School ============================= */
ul.ulServicesTS {
	float: left;
	width:775px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	list-style:none;
} 
ul.ulServicesTS li {
	position: relative;
	float: left;
	width: 177px;
	cursor: pointer;
	background-image: url(/Images/BG-Bot-177x45.jpg);
	background-repeat: no-repeat;
	margin-right: 18px;/* margen entre botones */
}
ul.ulServicesTS a {       /*Texto del botón*/
	height:45px;
	display:block;							/*Hace que se apliquen las propiedades a todas las líneas como bloque*/
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 0px;		/*Situa el texto dentro de la imagen*/
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 10.5pt;
	text-align:center;
	text-decoration: none; /* = None quita el subrayado en el texto de los links */
	color: #777;
}
ul.ulServicesTS a:hover, ul.ulServicesTS a:focus {
	position: relative;
	top:0px;
	left:0px;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 0px;
	background-image: url(/Images/BG-Bot-177x45-Over.png);
	background-repeat: no-repeat;
	color: #333;
}
.ulServicesTSText {
  font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:7pt;
	font-weight:lighter;
	text-align:center;
	line-height:13px;
}
.ulServicesTSNum {
	position: absolute;
	float: left;
	clear:left;
	left: 120px;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight:bold;
	color: #FFFFFF;
	z-index:5;
}
.ulServicesTSNum1{
	position: absolute;
	top:205px;
}
.ulServicesTSNum2{
	position: absolute;
	top:270px;
}
.ulServicesTSNum3{
	position: absolute;
	top:335px;
}
