*{
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}

a:link {color: #000000;text-decoration:none;}
a:visited {color: #000000;}
a:active {color: #000000;}
a:hover {color: #E5E5E5;}

@font-face {
    font-family: 'tex_gyre_adventorregular';
    src: url('../fuentes/texgyreadventor-regular-webfont.woff2') format('woff2'),
         url('../fuentes/texgyreadventor-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*------BARRA SUPERIOR------*/
.cabeceraweb{
	height: 55px;
	background-color: #333333;
	position: fixed;
	top: 0;
  	z-index: 1;
	width: 100%;
}
@media screen and (max-width: 600px){
	.cabeceraweb{
		height: 80px;	
	}
}

.cabeceraweb a:hover img{
	/*opacity: 0.7;*/
	background-color: #dddddd;
	color: black;
}

.logopagina img{
	float: left;
	/*margin: 15px 15px 0px 15px;*/
	padding: 16px;
}
@media screen and (max-width: 600px){
	.logopagina img{
		margin: auto;
		float: none;	
	}
}

.barrasuperior{
	width: 727px;
	margin: auto;
	padding: 0;
	list-style: none;
}
.barrasuperior a{
	color: #ffffff;
	font-family: 'tex_gyre_adventorregular';
	font-size: 19px;
	float: left;
	/*margin: 15px 5px 0px 5px;*/
	padding: 13px 16px;
	display: block;
}
@media screen and (max-width: 600px){
	.barrasuperior a{
		font-size: 15px;
		padding: 5px;
	}
}

.barrasuperior a:hover{
	background-color: #dddddd;
  color: black;
}

.activobarrasuperior a{
	/*color: #ffffff;*/
	font-family: 'tex_gyre_adventorregular';
	font-size: 19px;
	float: left;
	/*margin: 15px 5px 0px 5px;*/
	padding: 13px 16px;
	display: block;
	/*border-bottom: solid 5px #ffffff;*/
	background-color: white;
  	color: black;
}
@media screen and (max-width: 600px){
	.activobarrasuperior a{
		font-size: 15px;
		padding: 5px;
	}
}

.semiactivo{
	/*color: #ffffff;*/
	font-family: 'tex_gyre_adventorregular';
	font-size: 19px;
	float: left;
	/*margin: 0px 0px 0px 0px;*/
	display: block;
	/*border-bottom: solid 5px #ffffff;*/
	background-color: white;
  	color: black;;
  	padding: 13px 16px;
}
@media screen and (max-width: 600px){
	.semiactivo{
		font-size: 15px;
		padding: 5px;
	}
}

/*barra idioma*/
.barraidioma{
	float: right;
	width: 150px;
	margin: auto;
}
.botonidioma{
	/*margin: 15px 0px 0px 5px;*/
	padding: 19px 17px;
	background-color: #333333;
	border: none;
	color: #ffffff;
	font-family: 'tex_gyre_adventorregular';
	text-align: center;
	font-size: 11px;
	cursor: pointer;
}
.botonidiomaactivo{
	/*margin: 15px 0px 0px 5px;*/
	padding: 19px 17px;
	background-color: #000;
	border: none;
	color: #ffffff;
	font-family: 'tex_gyre_adventorregular';
	text-align: center;
	font-size: 11px;
	/*cursor: pointer;*/
	/*border-bottom: solid 5px #ffffff;*/
	background-color: white;
  	color: black;
}

.botonidioma:hover{
	/*color: #999;*/
	background-color: #dddddd;
	color: black;
}

/*------IMAGENES PORTADAS------*/
.imagenesportada img{
	width: 100%;
	margin: 0px;
	padding: 55px 0px 0px 0px;
}
@media screen and (max-width: 600px){
	.imagenesportada img{
		padding-top: 100px;
	}
}

/*------CARRUSEL------*/
.slide{
	position: relative;
	margin-top: 55px;
	}
.slide-inner{
	position: relative;
	overflow: hidden;
	width: 100%;
	}
.slide-open:checked + .slide-item{
	position: static;
	opacity: 100;
	}
.slide-item{
	position: absolute;
	opacity: 0;
	-webkit-transition: opacity 0.6s ease-out;
	transition: opacity 0.6s ease-out;
	}
.slide-item img{
	display: block;
	height: auto;
	max-width: 100%;
	}
.slide-control{
	background: rgba(0, 0, 0, 0.28);
	border-radius: 50%;
	color: #ffffff;
	cursor: pointer;
	display: none;
	font-size: 40px;
	height: 40px;
	line-height: 35px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	cursor: pointer;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-align: center;
	width: 40px;
	z-index: 10;
	}
.slide-control.prev{
	left: 2%;
	}
.slide-control.next{
	right: 2%;
	}
.slide-control:hover{
	background: rgba(0, 0, 0, 0.8);
	color: #aaaaaa;
	}
#slide-1:checked ~ .control-1,#slide-2:checked ~ .control-2,#slide-3:checked ~ .control-3,#slide-4:checked ~ .control-4,#slide-5:checked ~ .control-5{
	display: block;
	}.slide-indicador{
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 2%;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 10;
	}
.slide-indicador li{
	display: inline-block;
	margin: 0 5px;
	}
.slide-circulo{
	color: #828282;
	cursor: pointer;
	display: block;
	font-size: 35px;
	}
.slide-circulo:hover {
	color: #aaaaaa;
	}
#slide-1:checked ~ .control-1 ~ .slide-indicador 
                 li:nth-child(1) .slide-circulo,#slide-2:checked ~ .control-2 ~ .slide-indicador 
                 li:nth-child(2) .slide-circulo,#slide-3:checked ~ .control-3 ~ .slide-indicador 
                 li:nth-child(3) .slide-circulo,#slide-4:checked ~ .control-4 ~ .slide-indicador 
                 li:nth-child(4) .slide-circulo,#slide-5:checked ~ .control-5 ~ .slide-indicador 
                  li:nth-child(5) .slide-circulo {
                color: #428bca;
            }
/*contenido principal*/

.contenidoprincipal{
	float: left;
	width: 67%;
	height: 100%;
	background-color: #ffffff;
	margin: auto;
}
@media screen and (max-width: 600px){
	.contenidoprincipal{
		width: 100%;
		/*float: none;*/
		margin: 0px;
	}
}
.titulogeneral{
	text-align: center;
	color: #ffffff;
	width: 100%;
	font-family: 'tex_gyre_adventorregular';
	font-weight: bold;
	font-size: 29px;
	float: left;
	margin: -4px 0px 0px 0px;
	background-color: #333333;
}
@media screen and (max-width: 600px){
.titulogeneral{
	width: 96%;
	font-size: 20px;
	margin: 5px;
	}
}
.titulos{
	color: #000;
	width: 96%;
	font-family: 'tex_gyre_adventorregular';
	font-size: 29px;
	float: left;
	margin: 30px 25px 32px 15px;
	background-color: #ffffff;
	display: inline;
	border-bottom: solid 2px #000;
}
@media screen and (max-width: 600px){
	.titulos{
		font-size: 25px;
		margin: 5px;
		/*float: none;*/
	}
}
.titulos a:hover{
	color: #999;
}
.subtitulos{
	color: #000;
	width: 100%;
	font-family: 'tex_gyre_adventorregular';
	font-size: 25px;
	float: left;
	margin: 30px 0px 32px 0px;
	background-color: #ffffff;
	display: inline;
	font-weight: bold;
}
.terminoscondiciones, .terminoscondicionesmovil{
	text-align: center;
	color: #000;
	width: 100%;
	font-family: 'tex_gyre_adventorregular';
	font-size: 25px;
	float: left;
	margin: 30px 0px 32px 0px;
	font-weight: bold;
}
@media screen and (max-width: 600px){
	.terminoscondiciones{
		font-size: 20px;
		margin: 5px;
		/*float: none;*/
	}
}
@media screen and (max-width: 1920px){
	.terminoscondicionesmovil{
		display: none;
	}
}
@media screen and (max-width: 600px){
	.terminoscondicionesmovil{
		display: inline;
		font-size: 20px;
		margin: 5px;
	}
}

/*menu izquierdo*/

.menuizquierdo{
	border-radius: 5px;
	float: left;
	text-align: left;
	width: 13%;
	height: 100%;
	background-color: #ddddddff;
	margin: auto;
	padding: 0px 10px 10px 30px;
}
@media screen and (max-width: 600px){
.menuizquierdo{
	display: none;
	}
}
.tituloizquierdo{
	color: #000;
	width: 100%;
	font-family: 'tex_gyre_adventorregular';
	font-size: 20px;
	float: left;
	margin: 43px 15px 10px 0px;
	display: inline;
	border-bottom: solid 2px #000;
}
.menuizquierdo p, .menuizquierdo ul, .menuizquierdo a{
	font-size: 15px;
	font-family: 'tex_gyre_adventorregular';
	color: #000;
	text-align: left;
}
.menuizquierdo a:hover{
	color: #999;
}
.tituloizquierdo a{
	color: #000;
	font-family: 'tex_gyre_adventorregular';
	font-size: 20px;
	float: left;
	display: inline;
}

/*menu condiciones*/

.menucondiciones{
	border-radius: 5px;
	float: left;
	text-align: left;
	width: 15%;
	height: 100%;
	background-color: #ddddddff;
	margin: auto;
	padding: 0px 10px 10px 30px;
}
@media screen and (max-width: 600px){
	.menucondiciones{
		display: none;
	}
}

.menucondiciones a:hover{
	color: #999;
}
.titulocondiciones{
	color: #000;
	width: 90%;
	font-family: 'tex_gyre_adventorregular';
	font-size: 20px;
	float: left;
	margin: 43px 15px 10px 0px;
	display: inline;
	border-bottom: solid 2px #000;
}
.titulocondiciones a{
	color: #000;
	font-family: 'tex_gyre_adventorregular';
	font-size: 20px;
	float: left;
	display: inline;
}

.menucondiciones li{
	font-size: 15px;
	font-family: 'tex_gyre_adventorregular';
	font-weight: bold;
	color: #000;
	text-align: left;
}
.menucondiciones p{
	font-size: 15px;
	font-family: 'tex_gyre_adventorregular';
	font-weight: normal;
	color: #000;
	text-align: left;
	list-style-type: none;
	margin-bottom: 10px;
}

/* notas vacio */
.cursovacio{
	border-radius: 5px;
	width: 29.7%; /*380px;*/
	height: 425px;
	background-color: #e6e6e6;
	float: left;
	margin: 0px;
	padding: 0px;
	margin: 1.7%; /*15px;*/
	background-image: url("../imagenes/vacio.jpg");
	background-repeat: no-repeat;
}
@media screen and (max-width: 600px){
	.cursovacio{
	display: none;
}
}
.vacio{
	border-radius: 5px;
	width: 29.7%; /*380px;*/
	height: 425px;
	background-color: #e6e6e6;
	float: left;
	margin: 0px;
	padding: 0px;
	margin: 1.7%;/*15px;*/
	background-image: url("../imagenes/vacio.jpg");
	background-repeat: no-repeat;
}
.titulovacio{
	border-radius: 5px;
	height: 27px;
	background-color: #8c8c8c;
	padding: 2px;
	text-align: center;
}

/*cursos*/
.curso{
	position: relative;
	border-radius: 5px;
	background-repeat: no-repeat;
	width: 29.7%; /*380px de 1248 px (contenido principal)*/
	height: 425px;
	background-color: #cccccc;
	background-size: 100%;
	float: left;
	padding: 0px;
	margin: 1.7%;/*15px;*/
}
.curso img{
	width: 100%
	}

@media screen and (max-width: 600px){
.curso{
	width: 95%;
	/*float: none;*/
	margin: 10px;
	}
.curso img{
	width: 95%;
}
}
.curso p{
	color: #000;
	font-family: 'tex_gyre_adventorregular';
	font-size: 15px;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
}
@media screen and (max-width: 600px){
.curso p{
		margin-top: 3px;
	}
}
.consulta a{
	position: absolute;
	left: 15px;
	bottom: 15px;
	border-radius: 5px;
	text-align: center;
	color: #ffffff;
	font-family: 'tex_gyre_adventorregular';
	font-size: 20px;
	background-color: #333333;
	width: 110px;
	float: left;
}
.consulta a:hover{
	/*opacity: 0.7;*/
	background-color: #dddddd;
	color: black;
}

.precio a, .info a{
	position: absolute;
	right: 15px;
	bottom: 15px;
	border-radius: 5px;
	text-align: center;
	color: #ffffff;
	font-family: 'tex_gyre_adventorregular';
	font-size: 20px;
	background-color: #333333;
	width: 130px;
}
.precio a:hover{
	/*opacity: 0.7;*/
	background-color: #dddddd;
	color: black;
}
.info a:hover{
	/*opacity: 0.7;*/
	background-color: #dddddd;
	color: black;
}

.fecha{
	position: absolute;
	right: 15px;
	bottom: 50px;
	text-align: right;
	font-size: 0.8em;
}

.titulocurso, .titulocurso a, .titulonoticia, .titulonoticia a{
	display: block;
	width: 100%;
	border-radius: 5px;
	color: #ffffff;
	font-family: 'tex_gyre_adventorregular';
	font-size: 18px;
	background-color: #333333;
	/*padding: 2px;*/
	text-align: center;
}
.titulonoticia a:hover, .titulocurso a:hover{
	/*opacity: 0.7;*/
	background-color: #dddddd;
	color: black;
}


/*notas*/

.imagennota{
	width: 640px;
	text-align: center;
	margin: auto;
}
.imagennota a:hover img{
	opacity: 0.7;
}


/* contacto */
.contacto{
	float: left;
	width: 45%;
	color: #000;
	margin: 30px;
	padding: 0px;
}
@media screen and (max-width: 600px){
	.contacto{
		text-align: center;
		float: none;;
		width: 100%;
		margin: 0px;
	}
}
.contacto p{
	text-align: center;
	color: #000;
	font-family: 'tex_gyre_adventorregular';
	font-size: 15px;
}
.contacto ul{
	margin-top: 100px;
	width: 100%;
	margin: auto;
	padding: 0;
	list-style: none;
}
.contacto img{
	float: left;
	height: 50px;
	width: 50px;
	padding: 10px;
}

.contacto a:hover{
color: #999;
}
.contacto a:hover img{
	opacity: 0.5;
}
@media screen and (max-width: 600px){
.iconosredes{
	display: none;
}
}

/*barra numeros*/
.barranumerosnoticias{
	width: 200px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.barranumeroscursos{
	width: 485px; /* 30+5px por cada boton nuevo */
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
@media screen and (max-width: 600px){
.barranumeroscursos{
	width: 100%;
}
}

.barranumerosnoticias li, .barranumeroscursos li{
	border-radius: 5px;
	text-align: center;
	background-color: #333333;
	width: 30px;
	height: 30px;
	color: #ffffff;
	font-family: 'tex_gyre_adventorregular';
	font-size: 20px;
	float: left;
	margin: 5px;
	display: block;
}
@media screen and (max-width: 600px){
.barranumeroscursos li{
	width: 25px;
	font-size: 15px;
	float: none;
}
}

.barranumerosnoticias  a, .barranumeroscursos a{
	color: #ffffff;
}
.barranumerosnoticias li:hover, .barranumeroscursos li:hover, .barranumeroscursos a:hover{
	/*color: #999;*/
	background-color: #dddddd;
	color: black;
}

/*------FORMULARIOS------*/

.formulario{
	float: left;
	width: 45%;
	color: #000;
	font-family: 'tex_gyre_adventorregular';
	font-size: 15px;
	margin: 10px 10px 20px 10px;	
	padding: 0px;
}
@media screen and (max-width: 600px){
.formulario{
	width: 92%;
	margin: 10px;
	}
}

.renglondatos_formulario, textarea{
width: 100%;
}
.botonformulario_formulario{
	width: 100px;
	background-color: #333333;
	border-radius: 5px;
	border: none;
	color: #ffffff;
	font-family: 'tex_gyre_adventorregular';
	text-align: center;
	font-size: 20px;
	cursor: pointer;
}
@media screen and (max-width: 600px){
	.botonformulario_formulario{
	font-size: 15px;
	}
}
	
.menu_formulario{
	width: 100%;
	background-color: #ffffff;
	color: #000;
	font-family: 'tex_gyre_adventorregular';
	font-size: 15px;
}
.botonformulario_formulario:hover{
	/*color: #999;*/
	background-color: #dddddd;
	color: black;
}
.error_formulario{
	color: #ff0000;
	}

/*------PIE DE PAGINA------*/
/* Place the navbar at the bottom of the page, and make it stick */
.pie {
	/*position: relative;*/
	text-decoration: none;
	text-align: center;
	font-size: 17px;
	float: left;
	bottom: 0px;
	font-family: 'tex_gyre_adventorregular';
	background-color: #333333;
	width: 100%;
	height: 62px;
	color: #f2f2f2;
}
@media screen and (max-width: 600px){
.pie {
	font-size: 15px;
	height: 145px;
	}
}
@media screen and (max-width: 360px){
.pie {
	font-size: 15px;
	height: 135px;
	}
}

.pie-izquierdo{
	padding: 15px 0px;
	float: left;
	width: auto;
}
.pie-izquierdo a{
	padding: 15px 16px;
	color: #f2f2f2;
}	
@media screen and (max-width: 600px){
.pie-izquierdo{
	padding: 5px;
	width: 100%;
	text-align: center;
	float: none;
	margin: 10px 0px;
	display: block;
}
}

.pie-central{
	display: inline;
}
@media screen and (max-width: 600px){
.pie-central{
	width: 100%;
	display: block;
}
}

.pie-central img{
	padding: 10px;
}
@media screen and (max-width: 810px){
.pie-central img{
	padding: 10px 5px;
}
}
@media screen and (max-width: 384px){
.pie-central img{
	padding: 8px;
}
}
@media screen and (max-width: 360px){
.pie-central img{
	padding: 5px;
}
}

.pie-derecho{
	padding: 15px 16px;
	float: right;
	width: auto;
	display: inline;
}
@media screen and (max-width: 600px){
.pie-derecho{
	padding: 10px 0px;
	float: none;
	width: 100%;
	text-align: center;
	display: block;
}
}

/* Change the color of links on hover */
.pie-izquierdo a:hover {
  background-color: #dddddd;
  color: black;
}
.pie a:hover img{
  background-color: #dddddd;
  color: black;
}
/*------CURSOS------*/
.contenidocursos{
	float: left;
	width: 60%;
	height: 100%;
	background-color: #ffffff;
	margin: auto;
	padding: 10px 20px 20px 20px;
}
@media screen and (max-width: 600px){
	.contenidocursos{
		width: 100%;
		float: none;
		margin: 0px;
		padding: 5px;
	}
}

.contenidocursos p, .contenidocursos ul, .contenidocursos a{
	font-size: 20px;
	font-family: 'tex_gyre_adventorregular';
	color: #000;
	
}
@media screen and (max-width: 600px){
.contenidocursos p, .contenidocursos ul, .contenidocursos a{
	font-size: 15px;
	margin: 5px;
	}
}


.contenidocursos ul{
margin-left: 20px;
}

.contenidocursos a{
	text-decoration: underline;
}

.contenidocursos a:hover{
	color: #999;
	text-decoration: underline;
}

p, .contenidocursos ul,{
	font-size: 20px;
	font-family: 'tex_gyre_adventorregular';
	color: #000;
	text-align: justify;
}

/*listados*/
.contenidolistado{
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	margin: auto;
	padding-bottom: 20px ;
}
.listado{
width: 100%;
}
caption{
	font-size: 25px;
	font-family: 'tex_gyre_adventorregular';
	font-weight: bold;
	color: #000;
	text-align: center;
	padding: 3px;
	padding-left: 0px;
}
td{
	font-size: 20px;
	vertical-align:middle;
	width: 300px;
	height: 25px;
	font-family: 'tex_gyre_adventorregular';
	color: #000;
	background-color: #dddddd;
	border: 1px solid #ffffff; 
	text-align: left;
	border-collapse: collapse;
	padding: 3px;
	padding-left: 10px;
}
td a:hover{
	color: #555;
}

th{
	border: 1px solid #ffffff;
	height: 25px;
	font-size: 25px;
	font-family: 'tex_gyre_adventorregular';
	font-weight: bold;
	color: #ffffff;
	background-color: #666666;
	text-align: center;
	padding: 3px;
	padding-left: 0px;
}

.caracteristicas{
	width: auto;
	color: #000;
	background-color: #cccccc;
	text-align: center;
	padding-left: 0px;
}
/*------LISTADO CURSOS------*/
.contenidolistado{
	float: left;
	width: 60%;
	height: 100%;
	background-color: #ffffff;
	margin: auto;
	padding: 10px 20px 20px 20px;
	
/*	width: 100%;
	float: none;
	height: 100%;
	background-color: #ffffff;
	margin: auto;
	padding-bottom: 20px ;*/
}
@media screen and (max-width: 600px){
	.contenidolistado{
	width: 100%;
	height: 100%;
	padding-bottom: 5px ;
}
}

.listado{
width: 100%;
}
caption {
	font-size: 25px;
	font-family: 'tex_gyre_adventorregular';
	font-weight: bold;
	color: #000;
	text-align: center;
	padding: 3px;
	padding-left: 0px;
}
@media screen and (max-width: 600px){
	caption {
	font-size: 20px;
}
}
td{
	font-size: 20px;
	vertical-align:middle;
	width: auto;
	height: 50px;
	font-family: 'tex_gyre_adventorregular';
	color: #000;
	background-color: #dddddd;
	border: 1px solid #ffffff; 
	text-align: left;
	border-collapse: collapse;
	padding: 3px;
	padding-left: 60px;
	background-repeat: no-repeat;
	background-position: 5px center;
}
@media screen and (max-width: 600px){
	td{
	font-size: 15px;
}
}

td a:hover{
	color: #555;
}
.precios{
	width: 120px;
	color: #ffffff;
	background-color: #000;
	text-align: center;
	padding-left: 0px;
}
th{
	border: 1px solid #ffffff;
	height: 50px;
	font-size: 25px;
	font-family: 'tex_gyre_adventorregular';
	font-weight: bold;
	color: #ffffff;
	background-color: #666666;
	text-align: center;
	padding: 3px;
	padding-left: 0px;
}
@media screen and (max-width: 600px){
	th{
		height: 30px;
		font-size: 20px;
	}
}
.clases{
	width: 100px;
	text-align: center;
	padding-left: 0px;
}
.sistema{
	text-align: left;
	padding-left: 10px;
}
.logo3dsmax_vray{background-image: url("/cursos/logos/logo3dsmax_vray.svg");height: 80px;}.logoarchicad{background-image: url("/cursos/logos/logoarchicad.svg");}.logoarchicad_enscape{background-image: url("/cursos/logos/logoarchicad_enscape.svg");height: 80px;}.logoarchicad{background-image: url("/cursos/logos/logoarchicad.svg");}.logoarchicad{background-image: url("/cursos/logos/logoarchicad.svg");}.logoarchicad{background-image: url("/cursos/logos/logoarchicad.svg");}.logoarchiterra{background-image: url("/cursos/logos/logoarchiterra.svg");}.logoreinforcement{background-image: url("/cursos/logos/logoreinforcement.svg");}.logoartlantis{background-image: url("/cursos/logos/logoartlantis.svg");}.logoautocad{background-image: url("/cursos/logos/logoautocad.svg");}.logoautocad{background-image: url("/cursos/logos/logoautocad.svg");}.logoblender{background-image: url("/cursos/logos/logoblender.svg");}.logoblender{background-image: url("/cursos/logos/logoblender.svg");}.logoninguno{background-image: url("/cursos/logos/logoninguno.svg");}.logocivil3d{background-image: url("/cursos/logos/logocivil3d.svg");}.logocoreldraw{background-image: url("/cursos/logos/logocoreldraw.svg");}.logod5render{background-image: url("/cursos/logos/logod5render.svg");}.logoenscape{background-image: url("/cursos/logos/logoenscape.svg");}.logoenscape{background-image: url("/cursos/logos/logoenscape.svg");}.logoenscape{background-image: url("/cursos/logos/logoenscape.svg");}.logoenscape{background-image: url("/cursos/logos/logoenscape.svg");}.logoenscape{background-image: url("/cursos/logos/logoenscape.svg");}.logofreecad{background-image: url("/cursos/logos/logofreecad.svg");}.logofusion360{background-image: url("/cursos/logos/logofusion360.svg");}.logogimp{background-image: url("/cursos/logos/logogimp.svg");}.logoillustrator{background-image: url("/cursos/logos/logoillustrator.svg");}.logoinkscape{background-image: url("/cursos/logos/logoinkscape.svg");}.logokdenlive{background-image: url("/cursos/logos/logokdenlive.svg");}.logolibrecad{background-image: url("/cursos/logos/logolibrecad.svg");}.logolibreoffice{background-image: url("/cursos/logos/logolibreoffice.svg");}.logolumion{background-image: url("/cursos/logos/logolumion.svg");}.logophotoshop{background-image: url("/cursos/logos/logophotoshop.svg");}.logopresto{background-image: url("/cursos/logos/logopresto.svg");}.logoproject{background-image: url("/cursos/logos/logoproject.svg");}.logoprojectlibre{background-image: url("/cursos/logos/logoprojectlibre.svg");}.logoqgis{background-image: url("/cursos/logos/logoqgis.svg");}.logorevit{background-image: url("/cursos/logos/logorevit.svg");}.logorevit_enscape{background-image: url("/cursos/logos/logorevit_enscape.svg");height: 80px;}.logorevit{background-image: url("/cursos/logos/logorevit.svg");}.logorevit{background-image: url("/cursos/logos/logorevit.svg");}.logorevit{background-image: url("/cursos/logos/logorevit.svg");}.logorevit{background-image: url("/cursos/logos/logorevit.svg");}.logorhinoceros{background-image: url("/cursos/logos/logorhinoceros.svg");}.logorhinoceros_enscape{background-image: url("/cursos/logos/logorhinoceros_enscape.svg");height: 80px;}.logorhinoceros_vray{background-image: url("/cursos/logos/logorhinoceros_vray.svg");height: 80px;}.logorhinoceros{background-image: url("/cursos/logos/logorhinoceros.svg");}.logosketchup{background-image: url("/cursos/logos/logosketchup.svg");}.logosketchup_enscape{background-image: url("/cursos/logos/logosketchup_enscape.svg");height: 80px;}.logosketchup_vray{background-image: url("/cursos/logos/logosketchup_vray.svg");height: 80px;}.logosweethome3d{background-image: url("/cursos/logos/logosweethome3d.svg");}.logotwinmotion{background-image: url("/cursos/logos/logotwinmotion.svg");}.logovraypararevit{background-image: url("/cursos/logos/logovraypararevit.svg");}.logovraypararhinoceros{background-image: url("/cursos/logos/logovraypararhinoceros.svg");}.logovrayparasketchup{background-image: url("/cursos/logos/logovrayparasketchup.svg");}.logovectorworks{background-image: url("/cursos/logos/logovectorworks.svg");}.logovectorworks{background-image: url("/cursos/logos/logovectorworks.svg");}.logovectorworks_enscape{background-image: url("/cursos/logos/logovectorworks_enscape.svg");height: 80px;}
/*------LISTADO REQUERIMIENTOS MINIMOS------*/
.contenidolistadoRM{
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	margin: auto;
	padding-bottom: 20px ;
}
.listadoRM{
width: 100%;
}
.listadoRM caption{
	font-size: 25px;
	font-family: 'tex_gyre_adventorregular';
	font-weight: bold;
	color: #000;
	text-align: center;
	padding: 3px;
	padding-left: 0px;
}
@media screen and (max-width: 600px){
	.listadoRM caption{
	font-size: 20px;
}
}

.listadoRM td{
	font-size: 20px;
	vertical-align:middle;
	width: 300px;
	height: 25px;
	font-family: 'tex_gyre_adventorregular';
	color: #000;
	background-color: #dddddd;
	border: 1px solid #ffffff; 
	text-align: left;
	border-collapse: collapse;
	padding: 3px;
	padding-left: 10px;
}
@media screen and (max-width: 600px){
	.listadoRM td{
	font-size: 15px;
}
}

.listadoRM td a:hover{
	color: #555;
}

.listadoRM th{
	border: 1px solid #ffffff;
	height: 25px;
	font-size: 25px;
	font-family: 'tex_gyre_adventorregular';
	font-weight: bold;
	color: #ffffff;
	background-color: #666666;
	text-align: center;
	padding: 3px;
	padding-left: 0px;
}
@media screen and (max-width: 600px){
.listadoRM th{
	font-size: 20px;
}
}

.caracteristicasRM{
	width: auto;
	color: #000;
	background-color: #cccccc;
	text-align: center;
	padding-left: 0px;
}

/*------LISTADO AULAS------*/
.listado_aulas{
	width: 81%;
}
.listado_aulas th{
	border: 1px solid #ffffff;
	height: 50px;
	font-size: 25px;
	font-family: 'tex_gyre_adventorregular';
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	padding: 3px;
	padding-left: 0px;
}
.th_dia{
	background-color: #666666; 
}
.th_hoy{
	background-color: #800000; 
}
.listado_aulas td{
	font-size: 20px;
	vertical-align:top;
	width: auto;
	height: 50px;
	font-family: 'tex_gyre_adventorregular';
	color: #000;
	border: 1px solid #ffffff; 
	text-align: center;
	border-collapse: collapse;
	padding: 5px;
}
.td_dia{
	background-color: #dddddd; 
}
.td_hoy{
	background-color: #c9aaaa; 
}
/*------LISTADO RECURSOS------*/
.logo_recursos{
	padding: 0px;
}
.logo_recursos img{
	display: block;
	padding: 2px;
	margin: auto;;
}
.enlace_recursos{
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
/*------LISTADO FORMAS DE PAGOS------*/
.logo_pagos{
	padding: 0px;
	background-color: #ffffff;
}
.logo_pagos img{
	display: block;
	padding: 0px;
	margin: auto;;
}
.enlace_pagos{
	padding: 0px;
	padding-left: 10px;
	background-color: #ffffff;
}