/* 
CSS para STPS 2008
yosif@slemanware.com
*/
A:link {
	text-decoration: none;
	font-weight: bold;
	color: #828282;/*color:#000000;
*/
}
A:visited {
	text-decoration: none;
	font-weight: bold;
}
A:active {
	text-decoration: none;
	font-weight: bold;
}
A:hover {
	text-decoration: none;
	font-weight: bold;
}
.class1 A:link {
	text-decoration: none;
	color: #CCCCCC;
}
.class1 A:visited {
	text-decoration: none;
	color: #CCCCCC;
}
.class1 A:active {
	text-decoration: none;
	color: #CCCCCC;
}
.class1 A:hover {
	text-decoration: none;
	color: #CCCCCC;
}
html {
	height: 100%;
}
body {
	margin: 0px 0px 0px 0px;
	height: 100%;
	padding: 0;
	background-color: #FFF;
}
* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
#header {
	margin: 0px auto -1px auto;
	height: 148px;
	width: 900px;
	align: center;
	background-color: #FFF;
}
#centerColumn {
	margin: 0px auto -1px auto;
	width: 790px;
	voice-family: "\"}\"";
	voice-family: inherit;
	background: #FFF;
}
html>body #centerColumn {
	margin: 0px auto -1px auto;
	width: 790px;
}
#logincontainer {
	width: 300px;
	padding: 20px;
	margin-left: 250px;
}
#container {
	margin-left: 90px;
	width: 550px;
	padding: 20px;
}
/*Class Footer*/	
.footer {
	clear: both;
	margin-top: 12px;
	width: 900px;
	margin: 0 auto 0 auto;
}
.footer_line {
	clear: both;
	width: 100%;
	border-top: 1px solid #dedede;
	margin-bottom: 1px;
	margin-top: 1px;
}
.footer_datos {
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	text-align: center;
	text-decoration: none;
	padding: 14px 0px;
}
.footer_lineizq {
	float: left;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	width: 323px;/*modificar el tamaņo*/
	height: 1px;
	margin-top: 38px;
}
.footer_image {
	float: left;
	margin: 0px 24px;
}
.footer_lineder {
	float: left;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	width: 323px;/*modificar el tamaņo*/
	height: 1px;
	margin-top: 38px;
}
.footer_margen {
	clear: both;
	width: 900px;
}
.footer_direc {
	margin: 32px auto 42px auto;
	text-align: center;
	font-family: 'Times New Roman', serif;
	font-size: 13px;
}
.footer_p {
	color: #808080;
	padding: 0;
	line-height: 15px;
	text-decoration: none;
}
html>body {
	margin: 0px auto -1px auto;
	width: 900px;
}
/* 
Correccion IE6
 */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
.tablaresultados1 {
	font-size: 11px;
	text-align: left;
	font-weight: bold;
}
.tablaresultados2 {
	font-size: 11px;
	text-align: center;
}
/* Oculta de IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* Termina Oculta de IE-mac */

/* 
Menus
 */

.menu {
	width: 578px;
	height: 32px;
	position: relative;
	z-index: 100;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {
	width: 586px;
	w\idth: 585px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.menu ul ul {
	width: auto;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float: left;
	width: auto;
	position: relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display: block;
	font-size: 10px;
	text-decoration: none;
	width: auto;
	height: 32px;
	background: #CCCCCC;
	background-image: url("Imagenes/menu10.jpg");
	background-position: right;
	padding-left: 18px;
	padding-right: 28px;
	padding-top: 0px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	line-height: 15px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width: 80px;
	w\idth: 66px;
	padding-left: 18px;
	padding-right: 26px;
}
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background: #dbdbdb;
}
/* style the second level hover */
.menu ul ul a.drop:hover {
	background: #5e5e5e;
}
.menu ul ul :hover > a.drop {
	background: #5e5e5e;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background: #e1e1e1;
}
/* style the third level hover */
.menu ul ul ul a:hover {
	background: #b2ab9b;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 32px;
	left: 0;
	width: 80px;
	border-top: 1px solid #000;
}
/* another hack for IE5.5 */
* html .menu ul ul {
	top: 32px;
	t\op: 31px;
}
/* position the third level flyout menu */
.menu ul ul ul {
	left: 80px;
	top: -1px;
	width: 80px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left: -80px;
}
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position: absolute;
	top: 0;
	left: 0;
	border-collapse: collapse;
}
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background: #dbdbdb;
	color: #000;
	height: auto;
	padding: 5px 10px;
	width: 128px;
	border-width: 0 1px 1px 1px;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width: 150px;
	w\idth: 128px;
}
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover {
	background: #5e5e5e;
}
.menu :hover > a, .menu ul ul :hover > a {
	background: #5e5e5e;
}
/**/
.menu a:hover, .menu a:hover {
	background-image: url("Imagenes/menu1b.jpg");
	background-position: right;
	color: #CCCCCC;
}
.menu :hover > a, .menu ul :hover > a {
	background-image: url("Imagenes/menu1b.jpg");
	background-position: right;
	color: #CCCCCC;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {
	visibility: visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul {
	visibility: hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul {
	visibility: visible;
}
/**menu DFT**/

.menudft {
	width: 578px;
	height: 32px;
	position: relative;
	z-index: 100;
}
/* hack to correct IE5.5 faulty box model */
* html .menudft {
	width: 586px;
	w\idth: 585px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menudft ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.menudft ul ul {
	width: auto;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menudft li {
	float: left;
	width: auto;
	position: relative;
}
/* style the links for the top level */
.menudft a, .menudft a:visited {
	display: block;
	font-size: 10px;
	text-decoration: none;
	width: 80px;
	height: 32px;
	background: #CCCCCC;
	background-image: url("Imagenes/menu10.jpg");
	background-position: right;
	padding-left: 10px;
	padding-right: 25px;
	padding-top: 0px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	line-height: 15px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menudft a, * html .menudft a:visited {
	width: 80px;
	w\idth: 66px;
	padding-left: 10px;
	padding-right: 23px;
}
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menudft table {
	position: absolute;
	top: 0;
	left: 0;
	border-collapse: collapse;
}
/* style the top level hover */
.menudft a:hover, .menudft ul ul a:hover {
	background: #5e5e5e;
}
.menudft :hover > a, .menudft ul ul :hover > a {
	background: #5e5e5e;
}
/**/
.menudft a:hover, .menudft a:hover {
	background-image: url("Imagenes/menu1b.jpg");
	background-position: right;
	color: #CCCCCC;
}
.menudft :hover > a, .menudft ul :hover > a {
	background-image: url("Imagenes/menu1b.jpg");
	background-position: right;
	color: #CCCCCC;
}
/**/
.menuxt {
	padding-top: 7px;
	font-size: 10px;
	text-decoration: none;
}
/* 
menubds
 */

.menudgsst {
	width: 578px;
	height: 32px;
	position: relative;
	z-index: 100;
}
/* hack to correct IE5.5 faulty box model */
* html .menudgsst {
	width: 586px;
	w\idth: 585px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menudgsst ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.menudgsst ul ul {
	width: auto;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menudgsst positon */
.menudgsst li {
	float: left;
	width: auto;
	position: relative;
}
/* style the links for the top level */
.menudgsst a, .menudgsst a:visited {
	display: block;
	font-size: 10px;
	text-decoration: none;
	width: 88px;
	height: 32px;
	background: #CCCCCC;
	background-image: url("Imagenes/menu10.jpg");
	background-position: right;
	padding-left: 23px;
	padding-right: 33px;
	padding-top: 0px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	line-height: 15px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menudgsst a, * html .menudgsst a:visited {
	width: 90px;
	w\idth: 97px;
	padding-left: 23px;
	padding-right: 26px;
	text-align: center;
}
/* style the second level background */
.menudgsst ul ul a.drop, .menudgsst ul ul a.drop:visited {
	background: #dbdbdb;
}
/* style the second level hover */
.menudgsst ul ul a.drop:hover {
	background: #5e5e5e;
}
.menudgsst ul ul :hover > a.drop {
	background: #5e5e5e;
}
/* style the third level background */
.menudgsst ul ul ul a, .menudgsst ul ul ul a:visited {
	background: #e1e1e1;
}
/* style the third level hover */
.menudgsst ul ul ul a:hover {
	background: #b2ab9b;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menudgsst ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 32px;
	left: 0;
	width: 80px;
	border-top: 1px solid #000;
}
/* another hack for IE5.5 */
* html .menudgsst ul ul {
	top: 32px;
	t\op: 31px;
}
/* position the third level flyout menudgsst */
.menudgsst ul ul ul {
	left: 80px;
	top: -1px;
	width: 80px;
}
/* position the third level flyout menudgsst for a left flyout */
.menudgsst ul ul ul.left {
	left: -80px;
}
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menudgsst table {
	position: absolute;
	top: 0;
	left: 0;
	border-collapse: collapse;
}
.menudgsst td {
	float: left;
	width: auto;
	position: relative;
}
/* style the second level links */
.menudgsst ul ul a, .menudgsst ul ul a:visited {
	background: #dbdbdb;
	color: #000;
	height: auto;
	padding: 5px 10px;
	width: 128px;
	border-width: 0 1px 1px 1px;
}
/* yet another hack for IE5.5 */
* html .menudgsst ul ul a, * html .menudgsst ul ul a:visited {
	width: 150px;
	w\idth: 128px;
}
/* style the top level hover */
.menudgsst a:hover, .menudgsst ul ul a:hover {
	background: #5e5e5e;
}
.menudgsst :hover > a, .menudgsst ul ul :hover > a {
	background: #5e5e5e;
}
/**/
.menudgsst a:hover, .menudgsst a:hover {
	background-image: url("Imagenes/menu1b.jpg");
	background-position: right;
	color: #CCCCCC;
}
.menudgsst :hover > a, .menudgsst ul :hover > a {
	background-image: url("Imagenes/menu1b.jpg");
	background-position: right;
	color: #CCCCCC;
}
/* make the second level visible when hover on first level list OR link */
.menudgsst ul li:hover ul, .menudgsst ul a:hover ul {
	visibility: visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menudgsst ul :hover ul ul {
	visibility: hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menudgsst ul :hover ul :hover ul {
	visibility: visible;
}
/**/

/* 
menubds
 */

.menubd {
	width: 578px;
	height: 32px;
	position: relative;
	z-index: 100;
}
/* hack to correct IE5.5 faulty box model */
* html .menubd {
	width: 586px;
	w\idth: 585px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menubd ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.menubd ul ul {
	width: auto;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menubd positon */
.menubd li {
	float: left;
	width: auto;
	position: relative;
}
/* style the links for the top level */
.menubd a, .menubd a:visited {
	display: block;
	font-size: 10px;
	text-decoration: none;
	width: auto;
	height: 32px;
	background: #CCCCCC;
	background-image: url("Imagenes/menu10.jpg");
	background-position: right;
	padding-left: 23px;
	padding-right: 33px;
	padding-top: 0px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	line-height: 15px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menubd a, * html .menubd a:visited {
	width: 80px;
	w\idth: 66px;
	padding-left: 23px;
	padding-right: 26px;
}
/* style the second level background */
.menubd ul ul a.drop, .menubd ul ul a.drop:visited {
	background: #dbdbdb;
}
/* style the second level hover */
.menubd ul ul a.drop:hover {
	background: #5e5e5e;
}
.menubd ul ul :hover > a.drop {
	background: #5e5e5e;
}
/* style the third level background */
.menubd ul ul ul a, .menubd ul ul ul a:visited {
	background: #e1e1e1;
}
/* style the third level hover */
.menubd ul ul ul a:hover {
	background: #b2ab9b;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menubd ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 32px;
	left: 0;
	width: 80px;
	border-top: 1px solid #000;
}
/* another hack for IE5.5 */
* html .menubd ul ul {
	top: 32px;
	t\op: 31px;
}
/* position the third level flyout menubd */
.menubd ul ul ul {
	left: 80px;
	top: -1px;
	width: 80px;
}
/* position the third level flyout menubd for a left flyout */
.menubd ul ul ul.left {
	left: -80px;
}
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menubd table {
	position: absolute;
	top: 0;
	left: 0;
	border-collapse: collapse;
}
/* style the second level links */
.menubd ul ul a, .menubd ul ul a:visited {
	background: #dbdbdb;
	color: #000;
	height: auto;
	padding: 5px 10px;
	width: 128px;
	border-width: 0 1px 1px 1px;
}
/* yet another hack for IE5.5 */
* html .menubd ul ul a, * html .menubd ul ul a:visited {
	width: 150px;
	w\idth: 128px;
}
/* style the top level hover */
.menubd a:hover, .menubd ul ul a:hover {
	background: #5e5e5e;
}
.menubd :hover > a, .menubd ul ul :hover > a {
	background: #5e5e5e;
}
/**/
.menubd a:hover, .menubd a:hover {
	background-image: url("Imagenes/menu1b.jpg");
	background-position: right;
	color: #CCCCCC;
}
.menubd :hover > a, .menubd ul :hover > a {
	background-image: url("Imagenes/menu1b.jpg");
	background-position: right;
	color: #CCCCCC;
}
/* make the second level visible when hover on first level list OR link */
.menubd ul li:hover ul, .menubd ul a:hover ul {
	visibility: visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menubd ul :hover ul ul {
	visibility: hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menubd ul :hover ul :hover ul {
	visibility: visible;
}
/**/
/**menu Admin**/

.menuadmin {
	width: 578px;
	height: 32px;
	position: relative;
	z-index: 100;
}
/* hack to correct IE5.5 faulty box model */
* html .menuadmin {
	width: 586px;
	w\idth: 585px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menuadmin ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.menuadmin ul ul {
	width: auto;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menuadmin li {
	float: left;
	width: auto;
	position: relative;
}
/* style the links for the top level */
.menuadmin a, .menuadmin a:visited {
	display: block;
	font-size: 10px;
	text-decoration: none;
	width: 254px;
	height: 32px;
	background: #CCCCCC;
	background-image: url("Imagenes/menu10.jpg");
	background-position: right;
	padding-left: 10px;
	padding-right: 25px;
	padding-top: 0px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	line-height: 32px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menuadmin a, * html .menuadmin a:visited {
	width: 270px;
	w\idth: 259px;
	padding-left: 10px;
	padding-right: 23px;
}
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menuadmin table {
	position: absolute;
	top: 0;
	left: 0;
	border-collapse: collapse;
}
/* style the top level hover */
.menuadmin a:hover, .menuadmin ul ul a:hover {
	background: #5e5e5e;
}
.menuadmin :hover > a, .menuadmin ul ul :hover > a {
	background: #5e5e5e;
}
/**/
.menuadmin a:hover, .menuadmin a:hover {
	background-image: url("Imagenes/menu1b.jpg");
	background-position: right;
	color: #CCCCCC;
}
.menuadmin :hover > a, .menuadmin ul :hover > a {
	background-image: url("Imagenes/menu1b.jpg");
	background-position: right;
	color: #CCCCCC;
}
/**/

/* 
menu centro
 */

.menucen {
	width: 578px;
	height: 32px;
	position: relative;
	z-index: 100;
}
/* hack to correct IE5.5 faulty box model */
* html .menucen {
	width: 586px;
	w\idth: 585px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menucen ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.menucen ul ul {
	width: auto;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menucen positon */
.menucen li {
	float: left;
	width: auto;
	position: relative;
}
/* style the links for the top level */
.menucen a, .menucen a:visited {
	display: block;
	font-size: 10px;
	text-decoration: none;
	width: auto;
	height: 32px;
	background: #CCCCCC;
	background-image: url("Imagenes/menu10.jpg");
	background-position: right;
	padding-left: 32px;
	padding-right: 44px;
	padding-top: 0px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	line-height: 15px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menucen a, * html .menucen a:visited {
	width: 80px;
	w\idth: 66px;
	padding-left: 37px;
	padding-right: 39px;
}
/* style the second level background */
.menucen ul ul a.drop, .menucen ul ul a.drop:visited {
	background: #dbdbdb;
}
/* style the second level hover */
.menucen ul ul a.drop:hover {
	background: #5e5e5e;
}
.menucen ul ul :hover > a.drop {
	background: #5e5e5e;
}
/* style the third level background */
.menucen ul ul ul a, .menucen ul ul ul a:visited {
	background: #e1e1e1;
}
/* style the third level hover */
.menucen ul ul ul a:hover {
	background: #b2ab9b;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menucen ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 32px;
	left: 0;
	width: 80px;
	border-top: 1px solid #000;
}
/* another hack for IE5.5 */
* html .menucen ul ul {
	top: 32px;
	t\op: 31px;
}
/* position the third level flyout menucen */
.menucen ul ul ul {
	left: 80px;
	top: -1px;
	width: 80px;
}
/* position the third level flyout menucen for a left flyout */
.menucen ul ul ul.left {
	left: -80px;
}
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menucen table {
	position: absolute;
	top: 0;
	left: 0;
	border-collapse: collapse;
}
/* style the second level links */
.menucen ul ul a, .menucen ul ul a:visited {
	background: #dbdbdb;
	color: #000;
	height: auto;
	padding: 5px 10px;
	width: 128px;
	border-width: 0 1px 1px 1px;
}
/* yet another hack for IE5.5 */
* html .menucen ul ul a, * html .menucen ul ul a:visited {
	width: 150px;
	w\idth: 128px;
}
/* style the top level hover */
.menucen a:hover, .menucen ul ul a:hover {
	background: #5e5e5e;
}
.menucen :hover > a, .menucen ul ul :hover > a {
	background: #5e5e5e;
}
/**/
.menucen a:hover, .menucen a:hover {
	background-image: url("Imagenes/menu1b.jpg");
	background-position: right;
	color: #CCCCCC;
}
.menucen :hover > a, .menucen ul :hover > a {
	background-image: url("Imagenes/menu1b.jpg");
	background-position: right;
	color: #CCCCCC;
}
/* make the second level visible when hover on first level list OR link */
.menucen ul li:hover ul, .menucen ul a:hover ul {
	visibility: visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menucen ul :hover ul ul {
	visibility: hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menucen ul :hover ul :hover ul {
	visibility: visible;
}
/* Tabla de general */
.general #mytable {
	/*width: auto;*/
	padding: 0;
	margin: 0;
}
.general caption {
	padding: 0 0 5px 0;
	width: auto;
	font: italic;
	text-align: right;
}
.general th {
	font: bold;
	color: #FFFFFF;
	border-right: 1px solid #969696;
	border-bottom: 1px solid #969696;
	border-top: 1px solid #969696;
	border-left: 1px solid #969696;
	text-align: center;
	font-size: 11px;
	padding: 4px 4px 4px 8px;
	/*background: #C3002F url(Imagenes/bg_header.jpg) repeat-x;*/
	background: linear-gradient(to bottom, #8c1c49 0%, #611232 40%, #4b0d26 100%);
}
	.general th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #969696;
	background: none;
}
.general td {
	border-right: 1px solid #969696;
	border-bottom: 1px solid #969696;
	border-left: 1px solid #969696 ;
	text-align: center;
	text-valign: top;
	background: #fff;
	padding: 2px 2px 2px 4px;
	color: #333333;
}
.general td.leftt {
	border-right: 1px solid #969696;
	border-bottom: 1px solid #969696;
	border-left: 1px solid #969696;
	text-align: left;
	text-valign: top;
	background: #fff;
	padding: 2px 2px 2px 4px;
	color: #333333;
}
.general td.indent {
	padding-left: 19px;
	text-align: left;
}
.general td.lefttn {
	border-right: 1px solid #969696;
	border-bottom: 1px solid #969696;
	border-left: 1px solid #969696;
	text-align: left;
	font-weight: bold;
	font-style: normal;
	text-valign: top;
	background: #fff;
	padding: 2px 2px 2px 4px;
	color: #333333;
}
.general td.alt {
	background: #FFFFCC;
	color: #333333;
}
/**/

.tablaresultamenubd1 {
	font-size: 11px;
	text-align: left;
	font-weight: bold;
}
.tablaresultamenubd2 {
	font-size: 11px;
	text-align: center;
}
#tab1 {
	width: 300px;
	text-align: left;
	margin-left: 225px;
}
.tablaresultamenubd1 td {
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
	text-align: center;
	text-valign: top;
	background: #f4f4f4;
	padding: 2px 2px 2px 4px;
	color: #333333;
}
.tablaresultamenubd1 th {
	font: bold;
	color: #FFFFFF;
	border-right: 1px solid #f3d2bd;
	border-bottom: 1px solid #ea7b17;
	border-top: 1px solid #ea7b17;
	border-left: 1px solid #ea7b17;
	text-align: left;
	font-size: 10px;
	padding: 4px 4px 4px 8px;
	background: #C3002F url(Imagenes/bg_header.jpg) repeat-x;
}
.tablaresultamenubd2 td {
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
	text-align: center;
	text-valign: top;
	background: #f4f4f4;
	padding: 2px 2px 2px 4px;
	color: #333333;
}
.tablaresultamenubd2 th {
	font: bold;
	color: #FFFFFF;
	border-right: 1px solid #f3d2bd;
	border-bottom: 1px solid #ea7b17;
	border-top: 1px solid #ea7b17;
	border-left: 1px solid #ea7b17;
	text-align: center;
	font-size: 10px;
	padding: 4px 4px 4px 8px;
	background: #e37715 url(Imagenes/bg_header.jpg) repeat-x;
}
#resumencol1 {
	width: 340px;
	float: left;
	padding-bottom: 20px;
}
#resumencol2 {
	width: 450px;
	float: right;
	padding-bottom: 20px;
}
.button00 {
	padding: 0 .25em 0 .25em;
	width: 164px;
	overflow: visible;
}
.button02 {
	padding: 0 .25em 0 .25em;
	width: 288px;
	overflow: visible;
}
.buttonsame {
	padding: 0 .25em 0 .25em;
	width: 160px;
	overflow: visible;
}
.button03 {
	padding: 0 .25em 0 .25em;
	width: 200px;
	overflow: visible;
}
.buttontest {
	text-align: center;
	text-transform: none;
	width: 170px;
}
#miniest {
	margin: 0px auto -1px 119px;
	height: 75px;
	width: 300px;
	align: center;
	background-color: #FFF;
}
.resultamenubd th {
	font: bold;
	color: #FFFFFF;
	border-right: 1px solid #f3d2bd;
	border-bottom: 1px solid #ea7b17;
	border-top: 1px solid #ea7b17;
	border-left: 1px solid #ea7b17;
	text-align: left;
	font-size: 10px;
	padding: 4px 4px 4px 8px;
	background: #e37715 url(Imagenes/bg_header.jpg) repeat-x;
}
.resultamenubd td {
	border-right: 1px solid #ea7b17;
	border-bottom: 1px solid #ea7b17;
	border-left: 1px solid #ea7b17;
	text-align: left;
	text-valign: top;
	background: #fff;
	padding: 2px 2px 2px 4px;
	color: #333333;
}
/* Tabla de general mini*/
.generalmini #mytablem {
	font-size: 9px;
	width: auto;
	padding: 0;
	margin: 0;
}
.generalmini caption {
	font-size: 9px;
	padding: 0 0 5px 0;
	width: auto;
	font: italic;
	text-align: right;
}
#generalmini th {
	font: bold;
	font-size: 9px;
	color: #FFFFFF;
	border-right: 1px solid #ea7b17;
	border-bottom: 1px solid #ea7b17;
	border-top: 1px solid #ea7b17;
	border-left: 1px solid #ea7b17;
	text-align: center;
	padding: 4px 4px 4px 8px;
	background: url(Imagenes/gradtab2.jpg) repeat-x;
}
.generalmini th.nobg {
	font-size: 9px;
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #ea7b17;
	background: none;
}
.generalmini td {
	font-size: 9px;
	border-right: 1px solid #ea7b17;
	border-bottom: 1px solid #ea7b17;
	border-left: 1px solid #ea7b17;
	background: #fff;
	padding: 2px 2px 2px 4px;
	color: #333333;
}
.generalmini td.alt {
	font-size: 9px;
	background: #FFFFCC;
	color: #333333;
}
.txt_dgss {
	color: #828282;
	font-family: Verdana;
	font-size: 12px !important;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	padding: 3px;
	text-decoration: none;
	text-transform: none;
	text-align: justify;
}
.txt_dgss {
	color: #828282;
	font-family: Verdana !important;
	font-size: 12px !important;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	padding: 3px;
	text-decoration: none;
	text-transform: none;
	text-align: justify;
}
.txt_dgss p {
	color: #828282;
	font-family: Verdana !important;
	font-size: 12px !important;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	padding: 3px;
	text-decoration: none;
	text-transform: none;
	text-align: justify;
}
#textovertical {
	writing-mode: tb-rl;
	filter: flipv fliph;
	text-align: left;
	font-size: 10px;
}
.data th {
	font: bold;
	color: #FFF;
	border-right: 1px solid #f3d2bd;
	border-bottom: 1px solid #ea7b17;
	border-top: 1px solid #ea7b17;
	border-left: 1px solid #ea7b17;
	text-align: left;
	font-size: 11px;
	padding: 5px 5px 5px 5px;
	background: linear-gradient(to bottom, #8c1c49 0%, #611232 40%, #4b0d26 100%);
}
.data td {
	padding: 5px 5px 5px 5px;
	text-decoration: none;
	text-align: left;
}

/**/
