@charset "utf-8";
/* CSS Document */

body{
	text-align: center;
	width:100%;
}
.cuadroCentral #contenedor { 
	width: 100%;
	text-align: center; 
	margin: 0 auto; /* los márgenes automáticos (conjuntamente con un ancho) centran la página */
} 


.cuadroCentral #imgModalidad{
	clear: both;
	width: 60%;
	margin: 0 auto;
	float: none;
	max-height: inherit;
}



#ImagenDis{
	width: 90%;
	margin: 0 auto;
	float: none;
	margin: 0 auto;
}

#botonConsulta{
	width: 23%;
	margin: 0 auto;
	float: left;
	
}

.bconsulta{
	width: 70%;
	margin: 0 auto;
	float: none;
	padding-left: 2%;
}


#inscríbeteMod{
	clear: both;
	width: 75%;
	margin: 0 auto;
	float: none;
}
.modInscBusca{
	clear: both;
	width: 100%;
	float: left;
}

#inscríbeteMod{
	width: 40%;
	float: left;
	font-size: 18px;
	color: black;
	
}


.nodecora{
	text-decoration: none;
}

#buscaCurso{

	width: 40%;
	float: right;
	font-size: 18px;
	text-decoration: none;
	color: black;
}

#AD{
	background: #34558B;
color:aliceblue}

main{clear: both;width: 100%;}
