.contenedor {
	width:99%;
}
.centrado {
	text-align: center;
	background-color:#C0C0C0;
}

.porencima:hover {
		color: #1abc9c;
}
.tabs {
	min-height: 300px;
}
.logo_escuela_cursos {
	width:50%;
}

    /* Diseño para celulares */ 
@media screen and (max-width: 580px) {
	.logo_escuela_cursos {
		width:50%;
	}
	.cabeza_i {
			width:50%;
	}
	.cabeza_d {
			width:50%;
	}
	.formulario {
			width:95%;
	}
	.ancho {
			display:none;
	}
	.angosto {
			display:block;
	}
	.tabla_adentro {
			width:100%;
	}
	.tabla_ajusta {
			width:100%;
	}
}
        
    /* Diseño para tabletas */ 
@media screen and (min-width: 581px)  and (max-width: 832px){ 
	.logo_escuela_cursos {
		width:40%;
	}
	.cabeza_i {
			width:80%;
	}
	.cabeza_d {
			width:20%;
	}
	.formulario {
			width:480px;
	}
	.ancho {
			display:block;
	}
	.angosto {
			display:none;
	}
	.tabla_adentro {
			width:100%;
	}
	.tabla_ajusta {
			width:80%;
	}
}

    /* Diseño para PC */ 
@media screen and (min-width: 833px){ 
	.logo_escuela_cursos {
		width:100%;
	}
	.cabeza_i {
			width:80%;
	}
	.cabeza_d {
			width:20%;
	}
	.formulario {
			width:480px;
		
	}
	.ancho {
			display:block;
	}
	.angosto {
			display:none;
	}
	.tabla_adentro {
			width:90%;
	}
	.tabla_ajusta {
			width:70%;
	}
}
