.fondo_dere {
	background-image: url(imagenes/lateral_derech.jpg);
	background-repeat: repeat-y;
}
.fondo_izq {
	background-image: url(imagenes/lateral_izq.jpg);
	background-repeat: repeat-y;
}

.degradado {
	background-image: url(imagenes/degra_menu.jpg);
	background-repeat: repeat-x;
}

.fondo_abajo {
	background-image: url(imagenes/abajo.jpg);
	background-repeat: repeat-x;
}
.fondo_arriba {
	background-image: url(imagenes/arriba.jpg);
	background-repeat: repeat-x;
}
.borde_barritas {
	border: 1px dashed #784E14;
}
.firuletes {
	background-image: url(imagenes/fondo_firuletes.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.fondo_flores {
	background-attachment: fixed;
	background-image: url(imagenes/fondo_flores.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.arial12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 190%;
	color: #DBCBAC;
}
.borde_gris {
	border: 1px solid #CCCCCC;
}

td, .componentheading, .contentpane, .contentheading {
	font-family: Arial, Helvetica, sans-serif; /* La fuente */
	font-size: 12px; /* El tamaņo de la fuente */
	line-height: 190%; /* espaciado entre LINIAS */
	color: #DBCBAC; /* colores */
	letter-spacing: 1px; /* espacio entre LETRAS */
	}
inputbox {
	background-color: #DBCBAC; /* El texto de dentro del cuadro*/
	border: 1px solid #CCCCCC; 
	font-family: Arial, Helvetica, sans-serif; /* La fuente*/
	font-size: 12px; /* Tamaņo de la fuente*/
	color: #DBCBAC; /* Color de la fuente*/
	

    }