/*clases para tabla general*/
.pri_si {
	background-image: url(gifs/images/principal_01.gif);
	background-repeat:  no-repeat;
}
.pri_su {
	background-image: url(gifs/images/principal_02.gif);
	background-repeat:  no-repeat;
}
.pri_sd {
	background-image: url(gifs/images/principal_03.gif);
	background-repeat:  no-repeat;
}
/*.pri_sd2 {
	background-image: url(gifs/images/principal_04.gif);
	background-repeat:  repeat-y;
}*/

.pri_iz {
	background-image: url(gifs/images/principal_04.gif);
	background-repeat:    repeat-y;
}
.pri_centro {
	background-image: url(gifs/images/principal_09.gif);
	background-repeat:  repeat-x;
	background-position: bottom
}
.pri_de {
	background-image: url(gifs/images/principal_08.gif);
	background-repeat:    repeat-y;
}
.pri_ii {
	background-image: url(gifs/images/principal_16.gif);
	background-repeat:  no-repeat;
}
.pri_in {
	background-image: url(gifs/images/principal_18.gif);
	background-repeat:  repeat-x;
}
.pri_id {
	background-image: url(gifs/images/principal_19.gif);
	background-repeat:  no-repeat;
}

/*clases para tabla contenedora de iconos*/

/*.ico_si {
	background-image: url(gifs/images/de-iconos_01.gif);
	background-repeat:  no-repeat;
	background-position: right bottom;
}*/
.ico_su {
	background-image: url(gifs/images/de-iconos_04.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size:10pt;
	font-family:verdana;
	font-weight:bold;
	color: lightblue;
}
.ico_sd {
	background-image: url(gifs/images/de-iconos_05.gif);
	background-repeat:  no-repeat;
	background-position: left bottom;

}
.ico_iz {
	background-image: url(gifs/images/de-iconos_06.gif);
	background-repeat:   repeat-y;
	background-position: right;

}
.ico_de {
	background-image: url(gifs/images/de-iconos_09.gif);
	background-repeat:   repeat-y;
	background-position: left;

}
.ico_ii {
	background-image: url(gifs/images/de-iconos_12.gif);
	background-repeat:  no-repeat;
	background-position: right top;

}
.ico_in {
	background-image: url(gifs/images/de-iconos_13.gif);
	background-repeat:   repeat-x;
	background-position: top;

}
.ico_id {
	background-image: url(gifs/images/de-iconos_14.gif);
	background-repeat:  no-repeat;
	background-position: left top;

}


/*clases para tabla de contenidos*/

.int_si {
	background-image: url(gifs/images/interior_01.gif);
	background-repeat:  no-repeat;
}
.int_su {
	background-image: url(gifs/images/interior_02.gif);
	background-repeat:  repeat-x;
	font-size:10pt;
	font-weight:bold;
	color: black;
	font-family:verdana;
	text-indent: 5pt;
}
.int_sd {
	background-image: url(gifs/images/interior_04.gif);
	background-repeat:  no-repeat;
}
.int_iz {
	background-image: url(gifs/images/interior_05.gif);
	background-repeat:  repeat-y;
}
.int_centro {
	font-size:10pt;
	color: #013457;
	font-family:verdana;
}
.int_de {
	background-image: url(gifs/images/interior_07.gif);
	background-repeat:  repeat-y;
}
.int_ii {
	background-image: url(gifs/images/interior_10.gif);
	background-repeat:  no-repeat;
}
.int_in {
	background-image: url(gifs/images/interior_11.gif);
	background-repeat:  repeat-x;
}
.int_id {
	background-image: url(gifs/images/interior_12.gif);
	background-repeat:  no-repeat;
}
/*boton*/
.boton{
	color:white;
	background-color:#006699;
	button-shadow-color:#FFFFFF;
	border-top: 1px solid #99CCFF;
	border-right: 1px solid #003366;
	border-bottom: 1px solid #003366;
	border-left: 1px solid #99CCFF;
	font-family:verdana;
	font-size:10pt;
}
.input{
	border-top: 1px solid #99CCFF;
	border-right: 1px solid #99CCFF;
	border-bottom: 1px solid #99CCFF;
	border-left: 1px solid #99CCFF;
	font-family:verdana;
	font-size:10pt;
}
.tablapop{
	border: thin solid #99CCFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
.anchotablapop{
	width: 470px;
}
th {
	background-color: #006699;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.anchotabla{
	width: 700px;
}