@charset "utf-8";
td img {display: block;
}
body {
	margin-left: 0px;
	margin-top: -2px;
	background-color: #CCCCCC;
	background-image: url(img/fondo1.jpg);
	background-repeat: repeat-x;
}
.fondogris {
	background-image: url(img/fondigris.jpg);
	background-repeat:  repeat-x;
	background-color: #FFFFFF;
	background-position: bottom;
}
.textonormal {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	text-align: justify;
}
.textochico {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-align: justify;
}
.textonormalespacio{
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	text-align: justify;
	text-indent: 3px;
	list-style-type: none;
	margin-left: 15px;
}
.tabla {
	border: 1px solid #999999;
	background-color: #F0F0F0;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #006699;
	text-align: center;
	vertical-align: text-top;
}
.tabla2 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	line-height: 15px;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
}
.tabla4 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-align: center;
	line-height: 15px;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
}
.tabla3 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	line-height: 15px;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 8px;
}

.titulo1 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #006699;
	text-align: left;
}
.subtitulocuadro {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #006699;
	text-align: left;
	background-color: #A9D9EF;
}
.ficha {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	background-color: #EAF5FB;
}
.pie {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #666666;
	font-weight: normal;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}

