/* CSS Document */
/* BUSCADOR DE MUNICICPIOS */
.select2-container .select2-selection--single {
    height: 45px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 42px !important;
}
.field-spacer {
    display: none;
}
#p1 {
    float: left;
    margin-right: 10px;
}
/* FORMULARIO REGISTRO ESCUELAS */

.selMun, #infoTipopg0,#infoTipopg1{
	display: none;
}
.select2-container--default .select2-selection--single{
	border: solid 2px #d9d9ef !important;
    border-radius: 2em !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px !important;
    right: 8px !important;
}
.avatar img{
	max-width: 8vw;
}
.image-avatar img{
	max-width: 15vw;
}
