/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.justify{
	text-align:justify;
}
.rgpd-input{
	margin:30px 0;
}
.rgpd-input .casilla{
	float:left;
	margin-right:10px;
	height:20px;width:auto;
}

.capargpd{
	margin:20px 0;
}

body#authentication .com_grid_view .col-lg-12:last-child > div > label,
body.identity .com_grid_view .col-lg-6:last-child > div > label{
	display:none;
}

/**Quienes somos**/
.servicio{
  text-align:center;
	padding-bottom:1.5em;
}
.servicio > img{
	margin-bottom:1em;
  	
}
.servicio > h3{
  color:#036;
	font-size:1.75em; line-height: 1.25em;
	margin-bottom: .5em;
}
.servicio > p{
  color:#666;
	font-size:1.2em;
}