/* JESUITAS.HTML */
html.jesuitas{
	height:100%;
	font-family:'Bodoni Moda SC',serif;
	font-weight:bold;
}
body.jesuitas{
	margin: 0 auto; 
	width: 1200px;
	background:linear-gradient(to bottom, rgb(249,244,170), rgb(255,255,255));	
}
form.jesuitas{
	width: 976px; /*1000-(2+2)-20*/
	margin-left:2px;
	margin-right:2px;
	border:2px solid grey;
	border-radius:10px;
	background-color:rgb(255,206,222);
	box-shadow: 10px 10px 5px rgb(243,167,252);
}
div.jesuitas{
	margin-left:20px;
	height:100%;
	margin-bottom:10px;
	margin-top:10px;
}
h1.jesuitas{
	text-align:center;
}
/* VISITA.HTML */
select.visita {
    appearance: none;
    background-color: #f8f9fa; 
    border: 2px solid #6c757d;
    border-radius: 8px;
    padding: 10px 15px;
    font-size: 16px;
    font-family: 'Arial', sans-serif;
    cursor: pointer;
    color: #333;
    width: 250px;
    transition: 0.3s ease-in-out;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="%23495057"><path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 011.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 15px;
    padding-right: 35px;
}
select.visita:hover {
    background-color: #e9ecef;
    border-color: #495057;
}
select.visita:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0px 0px 8px rgba(0, 123, 255, 0.5);
}
option.visita{
	transition:0.2s ease;
}
/* CIUDAD.php */
.centrado{
	display:flex;
	margin:0 auto;
	text-align:center;
}