
/*HOJA DE ESTILO PARA AREA DE CONTRATACIONES PUBLICAS */

/* 
body {
	font-family: Verdana, DejaVu Sans;
	font-size : x-small;
}
*/

/* TABLAS */

.cp_tabla {
	font-family: Verdana, DejaVu Sans;
	border-collapse: collapse;
	border-color: #000080;
	border: 1;
}

.cp_titulo {
	font-family: Verdana, DejaVu Sans;
	font-size : 12px;
	font-weight: bold;
	color: #ffffff;
	text-align : center;
	background-color: #0d4a7e;
}

.cp_celdas {
	font-family: Verdana, DejaVu Sans;
	font-size : 10px;
	color: #0d4a7e;
	background-color: #eeefee;
}

/* FECHA */

.fecha {
	font-family: Verdana, DejaVu Sans;
/*	font-weight: bold; */
	font-size: 11px;
	color: #0d4a7e;
}



