.caja_inicio {
	width: 190px;
	height: 365px;
	float: left;
	margin-top: 0px;
	margin-left: 3px;
	background: #f7f7f7;
	border-top: 1px solid #999999;
	text-align: center;
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	
}

.fondo_caja_par{
	margin-top: 5px;
	width: 190px;
	height: 190px;
	background-image:url(/public/images/fondo_caja_par.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	text-justify: newspaper;
}

.fondo_caja_impar{
	margin-top: 5px;
	width: 190px;
	height: 190px;
	background-image:url(/public/images/fondo_caja_impar.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	text-justify: newspaper;
}

.txt_margin {
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 4px;
}

.verde {
	font-weight: bold;
	color: #003300;
	text-decoration: none;
}

.verde:HOVER {
	color: #999999;
	text-decoration: underline;
}

.azul {
	font-weight: bold;
	color: #000033;
	text-decoration: none;
}

.azul:HOVER {
	color: #999999;
	text-decoration: underline;
}

.marron {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

.marron:HOVER {
	color: #999999;
	text-decoration: underline;
}

.negro {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.negro:HOVER {
	color: #999999;
	text-decoration: underline;
}

.rojo {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

.rojo:HOVER {
	color: #999999;
	text-decoration: underline;
}

.texto_inicio {
	width: 966px;
	height: auto;
	font-family: Tahoma;
	font-size: 14px;
	text-align: justify;
	color: #000000;
	text-decoration: none;
	float: left;
}

