/*----------------------------*/
/*        Encabezado          */
/*----------------------------*/
/*.parrafoNormal {*/
/*	font-weight: normal;*/
/*	font-size: 14px;*/
/*	font-family: sans-serif;*/
/*}*/


@media only screen and (max-width: 600px) {
  .mainItems {
    grid-template-columns: auto;
  }
}

.contenedor{
	display: inline-block;
	justify-content: center !important;
}

.wrapper {
	padding: 5px;
	max-width: 960px;
	width: 95%;
	margin: 20px auto;
}


.quitaTitulo .ui-dialog-titlebar{
display:none;
}



.columns {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 31px 0;
	width: 60%
}

.column {
	flex: 1;
	margin: 2px;
	padding: 10px;
	&:first-child { margin-left: 0; }
	&:last-child { margin-right: 0; }
	
}

.parrafoNormal {
	font-weight: normal;
	font-size: 21px;
	font-family: Arial;
	line-height: 3rem;
	justify-content: justify;
	text-align: justify;
	align-items:  justify;
	display: block;
	margin: -0.5% 0px;
}

.parrafoNormalG {
	font-weight: normal;
	font-size: 17px;
	font-family: Arial;
	line-height: 3rem;
	justify-content: justify;
	text-align: justify;
	align-items:  justify;
	display: block;
	margin: -0.5% 0px;
}

.parrafoDialogo {
	font-weight: bold;
	font-size: 13px;
	font-family: Arial;
	line-height: 23px;
	justify-content: justify;
	text-align: justify;
	align-items:  justify;
	display: block;
}

.buttonDialog {
	background-color: #D2017A !important;
  	cursor: pointer;
  	font-size: 14px !important;
  	text-align: center !important;
  	font-family: Arial;
  	display: inline-block;
  	width: 35% !important;
  	height: 4.2rem;
  	margin-top:20px;
  	align-items: center !important;
}


.camposRequeridos{
	font-family: Arial;
	font-size: 16px;
}

.infoBusqueda{
	font-weight: bold;
	font-family: Arial;
	font-size: 17px;
}
.parrafoNegrita {
	font-weight: bold;
/*	font-size: 14px;*/
font-size: 19px;
	font-family: sans-serif;
}

.parrafoItalica {
	font-weight: bold;
	font-size: 14px;
	font-family: sans-serif;
	font-style: italic;
}



.parrafoNormalCentro {
	font-weight: normal;
	font-size: 14px;
	font-family: sans-serif;
	text-align: center !important;
}