
        .ectsCapacita {
           color: #52068C;
           font-weight: bold;
        }

        .imaginate{
		min-width : 3.0cm;
	}
	.information_button{
	background-color:#5C068C;
	background-repeat: no-repeat;
	height:34px;
	width:40px;
	vertical-align: top;
	border: 0;
	}

	/*.information_button:before{
		content: "\f067";
		font-family: FontAwesome;
        	color:white;
	}*/
	div a button{
		display:inline-block;
		margin: 0 auto;
	}
	.calendar_button{
	/*background-image: url('./img/gc_text.png');*/
 		
	background-repeat: no-repeat;
	height:34px;
	width:40px;
	}
	.calendar_button:before{
	content: "\f073";
   	font-family: FontAwesome;
	color:#5C068C;
	
	}
	/*Quitamos underline de las img*/
	  table td .img_url{
		text-decoration:none;
		color:white;  
	  }

	 table.b_form {
        /*                 width:90%!important;*/
		font-family: "Heebo", sans-serif!important ;
        }

	a .url-curso {
		color: blue;
	}
	.url-curso {
		color:#52068C;
	}

	.url-curso:after {
		content: "\f08e";
	        font-family: FontAwesome;
        	color:#5C068C;


	}

@media screen and (max-width: 760px),(min-device-width: 760px) and (max-device-width: 1350px){
	
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	.table-responsive {
/*		white-space:normal!important;*/
	}
	.table-responsive > .table > tbody > tr > td {	

		white-space:normal!important;
	}
	
	/*{background-color: coral;}*/
	
	/* Escondemos los thead*/
	thead tr { 
		
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { 
	border: 0px solid #ccc;
	margin-bottom:5px;
	}

	td{ 
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	td:before { 
		/* Como cabecera */
		position: relative;
		width: 5%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
		
	
	/*Muestreo previo a las salidas   IDIOMAS*/
	table.b_idiomas td:nth-of-type(1):before { content: "Curso";  font-weight:bold;}
	table.b_idiomas td:nth-of-type(2):before { content: "Profesor/a"; font-weight:bold;}
	table.b_idiomas td:nth-of-type(3):before { content: "Horario"; font-weight:bold;}
	table.b_idiomas td:nth-of-type(4):before { content: "Tipo"; font-weight:bold;}
	table.b_idiomas td:nth-of-type(5):before { content: "Fecha"; font-weight:bold;}
	table.b_idiomas td:nth-of-type(6):before { content: "URL"; font-weight:bold;}

		/*Muestreo previo a las salidas   IDIOMAS VERANO*/
	table.b_idiomasVerano td:nth-of-type(1):before { content: "Curso";  font-weight:bold;}
	table.b_idiomasVerano td:nth-of-type(2):before { content: "Profesor/a"; font-weight:bold;}
	table.b_idiomasVerano td:nth-of-type(3):before { content: "Horario"; font-weight:bold;}
	table.b_idiomasVerano td:nth-of-type(4):before { content: "Fecha"; font-weight:bold;}
	table.b_idiomasVerano td:nth-of-type(5):before { content: "URL"; font-weight:bold;}

	
	/*Muestreo previo a las salidas   ECTS2*/
	table.b_ects2 td:nth-of-type(1):before { content: "Curso";  font-weight:bold;}
	table.b_ects2 td:nth-of-type(2):before { content: "ECTS"; font-weight:bold;}
	table.b_ects2 td:nth-of-type(3):before { content: "Profesor/a"; font-weight:bold;}
	table.b_ects2 td:nth-of-type(4):before { content: "Horario"; font-weight:bold;}
	table.b_ects2 td:nth-of-type(5):before { content: "Fecha"; font-weight:bold;}
	
	/*Muestreo previo a las salidas   NIVEL*/
	table.b_nivel td:nth-of-type(1):before { content: "Titulo";  font-weight:bold;}
	table.b_nivel td:nth-of-type(2):before { content: "Profesor/a";  font-weight:bold;}
	table.b_nivel td:nth-of-type(3):before { content: "Fecha";  font-weight:bold;}
	table.b_nivel td:nth-of-type(4):before { content: "Nivel"; font-weight:bold;}
	table.b_nivel td:nth-of-type(5):before { content: "Zona"; font-weight:bold;}
	
	/*Muestreo previo a las salidas   CURSOSCATEGORIA*/
/*	table.b_form td:nth-of-type(1):before { content: "Curso";  font-weight:bold;}
	table.b_form td:nth-of-type(2):before { content: "Profesor/a"; font-weight:bold;}
	table.b_form td:nth-of-type(3):before { content: "Horario"; font-weight:bold;}
	table.b_form td:nth-of-type(4):before { content: "Fecha"; font-weight:bold;}
	table.b_form td:nth-of-type(5):before { content: "INFO"; font-weight:bold;} */
	
	table.b_form td:nth-of-type(1):before { font-weight:bold;}
	table.b_form td:nth-of-type(1) { font-weight:bold; background-color: #5C068C; color: white}
	table.b_form td:nth-of-type(1):hover { background-color:#70c2b6; color: white}
	table.b_form td:nth-of-type(1) a { font-weight:bold;  color: white; text-decoration:underline;}
	table.b_form td:nth-of-type(1) a:after { content: "\f08e"; font-family: FontAwesome; color:white; text-decoration:none;}

	} /*media*/
