/* CSS Document */


.titulo {
	font-family:Arial;
	font-size:13px;
	font-weight:bold;	
	text-decoration:none;
	color: #990000;
	}


.texto {
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color: #000000;
	}
	
.datos {
	font-family:Arial;
	font-size:12px;
	font-weight:bold;	
	text-decoration:none;
	color: #666666;
	}
	
	
/*********************************
	ESTILOS DE PANELES DE ERROR
	EN INGRESO DE DATOS
**********************************/

#errores {
	width: 280px;
	padding: 10px;
	text-align: center;
	border: 3px solid #C4D2E0;
	background-color: #ECE9D8;
	font-family: Tahoma; font-size: 12px; color: #990000; font-weight: bold; letter-spacing: 1px; }
#errores h1 {
	font-family: Tahoma; font-size: 24px; color: #000000; letter-spacing: normal; word-spacing: normal; }
#errores a {
	text-decoration: none; color: #000000; font-weight: bold; }