/*--------------------------------
|																	|
|					app_style.css						|
|																	|
 --------------------------------*/
 
/*
input[type=text], input[type=password], textarea {
	border: 1px solid #B6B8CD;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #686868;
}
*/
body.body_prueba {
    background-color: #eee8aa !important;
    background-image: url(../img/fondo_prueba.png);
    background-position: center top;
    background-repeat: repeat;
}

/* ===== Estilo de los campos de solo lectura ===== */
[readonly], textarea[readonly] {
	background-color: #bbbbbb;
	border: none;
	padding: 2px;
}

/* ===== Estilo de los campos deshabilitados ===== */
[disabled] {

}

/* ===== Estilo de los campos obligatorios ===== */
.dato_obligatorio {
	background-color: #ffa4a4;
}
 
button[disabled] {
	background: url('img/button/background_disabled.jpg');
	border: 1px solid #888888;
	cursor:pointer;
}

/* ===== Estilo de los input ===== */
input[type=text], input[type=password], textarea {
	
}

/* ===== Estilo de los botones fechas y horas ======*/
button.seleccionar_fecha_hora {
	height: 20px;
	white-space: 20px;
}