/* Sonia Template */

td { font-size: 9pt; }

a img {	border:0px; }

input, select, textarea { font-size: 100%; }

a, a:visited {
	color: #000099;
	text-decoration: underline;
}

a:hover {
	color: #0000FF;
}

.boton {
	background: #0066CC;
	color: White;
	font-weight: bold;
	/*
	border: 1px outset #CCCCFF;
	*/
}

form { display:inline; }
h3 {
	font-size: 11pt;
	display: inline;
}

.tit {
	font-size: 11pt;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 1px;
}

#bg {
	width: 800px;
	margin: 0 auto;
	padding: 5px 5px 255px 10px;
	background: url(../images/bg.gif) top left no-repeat;
}
 
#frmTit {
	/* display: inline; */
	background: #6699cc;
	color: White;
}

#toplinks, #toplinks td {
	font-size:8pt;
	color:#666666;
	/* display:block; */
}
#toplinks a, #toplinks a:visited {
	color:#666666;
	text-decoration: none;
	/* display:block; */
}
#toplinks b {
	color:#003399;
	text-decoration: none;
	/* display:block; */
}
#toplinks a:hover {
	color: #0066CC;
	text-decoration: underline;
	border-top: 2px solid #0066FF;
	/* display:block; */
}

.categoTit {
	background-color:#003399;
	color:#FFFFFF;
	font-size:12pt;
	font-weight:normal;
	padding:4px 7px;
}

#botlinks, #botlinks td {
	/*
	font-family: Tahoma, Helvetica, Arial;
	*/
	font-family: Helvetica, Arial, sans-serif;
	font-size:8pt;
	color:#FFFFFF;
}
#botlinks a, #botlinks a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
#botlinks b {
	color:#CCCCFF;
	font-weight:bold;
	text-decoration:none;
}
#botlinks h4 {
	color:#000000;
	display:inline;
	font-size:9pt;
	text-decoration:none;
}
#botlinks a:hover {
	text-decoration: underline;
}

#totales {
	color: #000000;
	background: #BCBCBC;
}

.tablaCh td {
	font-size: 8pt;
}
.tablaCh2 td {
	font-size: 9px;
}
.tablaCh3 td {
	font-size: 7pt;
}
.nota {
	font-size: 8pt;
	color: gray;
}
#notach, #notach td {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 6pt;
	color:#666666;
}

.error {
	color: #ff0000;
}
.txtControl { border: 1px solid #669999; padding: 2px; background-color:#FFFFFF; }

/* ------------------------------------------------------------------------- */
/* Estilos para  Ultimate Fading Slide Show */
/* ------------------------------------------------------------------------- */
.centerdiv{ /*IE method of centering a relative div*/
	text-align: center;
}
.centerdiv div{ /*Proper way to center a relative div*/
	margin: 0 auto;
}
/* ------------------------------------------------------------------------- */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
	position: relative;
	z-index: 0;
}

.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #F5F5F5;
	padding: 5px;
	left: -1000px;
	border: 2px groove #FFFFFF;
	visibility: hidden;
	color: #333333;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 10px;
	left: 0px; /*position where enlarged image should offset horizontally */
}
