.bluebox {
	background-color: #95BBF9;
}
/* Estilo de formularios
   --------------------- */

textarea,input[type="text"],input[type="password"] ,input[type="file"]{
	border: 0.1em solid #666666;
}


/* Cuadros de error y de advertencias
   ---------------------------------- */
   
.errorbox, .warningbox {
	color: #333333 !important;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif !important;
	font-size: 0.8em !important;
	text-align: center !important;
	margin: 1em 0.5em !important;
	padding: 0.5em !important;
}

h1.btitle {
	color: #333333 !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 1.2em !important;
	font-weight: bold !important;
	text-decoration: none !important;
}

.errorbox {
	border: 1px solid #990000 !important;
	background-color: #EF6565 !important;
}

.warningbox {
	border: 1px solid #FFFF33 !important;
	background-color: #FFFC99 !important;
}
