/* CSS Document */

.celda1{
	background-image: url(images/cuadros.jpg);
	background-position: top right;
	background-repeat: no-repeat; }
td.celdacontenedora {
	background-color: #ECECEC;
}

td.celdacontenedora:hover {
	background-color: #F5DEB3;
}

td.celdasitiogrupo {
	background-color: #FFFFFF;
}
.casilla {
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	border: 1px solid #D4D0C8;
}
.subtitulo {
	font-family: "Trebuchet MS", Verdana;
	font-size: 16px;
	font-weight: bolder;
	color: #999999;
	text-decoration: none;
	text-align: left;
	padding-left: 30px;
}
.subtitulo:hover {
	font-family: "Trebuchet MS", Verdana;
	font-size: 16px;
	font-weight: bolder;
	color: #999999;
	text-decoration: underline;
	text-align: center;
}
.subtext {
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	text-align: left;
	padding-left: 30px;
	background-color: #EFEFEF;
}
.infsub {

	font-family: "Trebuchet MS", Verdana;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D4D0C8;
}
.text {
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	text-align: left;
	padding-left: 30px;
	padding-top: 10px;
}
.boton {
	border: 1px solid #D4D0C8;
	font-family: "Trebuchet MS", Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	background-color: #D4D0C8;
	vertical-align: middle;
}
A:link.enlace {text-decoration: underline; color:#077D46;}
A:visited.enlace {text-decoration:none;color:##CCCCC;}
A:hover.enlace {text-decoration:none;color:#cccccc;}
A:active.enlace {text-decoration:none;color:#FF0000;} 

A:link.enlace2 {text-decoration: none;color:#ffffff;}
A:visited.enlace2 {text-decoration: none;color:##CCCCC;}
A:active.enlace2 {text-decoration:none;color:#000000;}
A:hover.enlace2 {text-decoration: underline ; color: red;}
