/** CSS que se utiliza para el login en lugar del "institucional.css", me lo paso Suhey el 29/04/2016 **/
@CHARSET "UTF-8";

@font-face {
	font-family: Roboto-Regular;
	src: url("/recepMat5/app/javax.faces.resource/Roboto-Regular.ttf?ln=fonts") format('truetype')
}

@font-face {
	font-family: Roboto-Light;
	src: url("/recepMat5/app/javax.faces.resource/Roboto-Light.ttf?ln=fonts") format('truetype')
}

.form-login {
	font-family: Roboto-Regular, Arial, sans-serif;
	font-size: 16px;
}

.modal-title-login {
	font-family: Roboto-Regular, Arial, sans-serif;
	font-size: 40px;
	font-weight: bold !important;
	color: #000000;	
}

.modal-header {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.form-control {
	border-radius: 0px;
	border: solid 1px #CCCCCC;
}

.output-text-login {
	font-size: 20px;
}

.input-text-login {
	font-family: Roboto-Light, Arial, sans-serif;		
	font-size: 16px;
	padding-left: 3% !important;
	height: 40px;
	width: 100%;	
}

.btn-aceptar {
	background-color: #D5007F;
	color: #fff;
	border-radius: 0;
	width: 100%;
	height: 40px;
	font-size: 26px;
	padding:0;
}

.btn-aceptar:hover, .btn-aceptar:focus {
	background-color: #D5007F;
	color: #fff;
}

.ayuda a {
	text-decoration: underline;
	font-family: Roboto-Light, Arial, sans-serif !important;
	color: #D5007F !important;
	font-size: 20px;
}

.ayuda a:visited, a:hover, a:active {
	color: #D5007F;
	text-decoration: none;
	font-size: 20px;
}

/*Clases para los mensajes de error de Javascript*/
.error {
	font-family: Roboto-Light, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.42857143;
	color: #ED1C24;
}

hr.linea {
	margin: 15px 0;
	border-top: 1.5px solid #CCCCCC;
}