/*   
  Created on : 30/09/2013
  Author     : bruno
  Description:
    La hoja de estilos para la parte publica de tramites
*/

.leyenda {
    font-weight: bold;
    color: #BA2025;
}

label.error-label {
    color: #545454;
}

label.error-label .required-tag {
    color: #D0021B;
}

.error-label {
    color: #D0021B;
}

.error-field {
    border: 1px solid #D0021B !important;
}

.error-message {
    color: #D0021B;
    font-size: smaller;
}

.titulo-black {
    color: #000000;
}
.input-group {
	padding-left:15px !important;
	padding-right:15px !important; 
}