@import url("normal.css");

/*** botones de 1 linea ***/

a.buttonblue1, a.buttonblue1:link, a.buttonblue1:visited{
    display: block;
	background: url(formato/obuttonb.gif) no-repeat right top;    
	width: 120px;
    height: 30px;
    padding-top: 10px;
	font-size: 9pt;
	font-family: arial;
	font-weight: bold;
    color: #fff;
    text-align: center;
    text-decoration: none;
    }   

a.buttonblue1:hover, a.buttonblue1:active {
	font-weight: normal;
	color: #00FFFF;
	}    

a.buttongreen1, a.buttongreen1:link, a.buttongreen1:visited {
    display: block;
	background: url(formato/obuttong.gif) no-repeat right top;    
	background-color: #ecffff;
	width: 120px;
    height: 30px;
    padding-top: 10px;
	font-size: 9pt;
	font-family: arial;
	font-weight: bold;
    color: #fff;
    text-align: center;
    text-decoration: none;
    }

a.buttongreen1:hover, a.buttongreen1:active {
	font-weight: normal;
	color: #cf3;
	}    

/*** botones de 2 lineas ***/
a.buttonblue2, a.buttonblue2:link, a.buttonblue2:visited{
    display: block;
	background: url(formato/obuttonb.gif) no-repeat right top;    
	width: 120px;
    height: 36px;
    padding-top: 4px;
	font-size: 9pt;
	font-family: arial;
	font-weight: bold;
    color: #fff;
    text-align: center;
    text-decoration: none;
    }   

a.buttonblue2:hover, a.buttonblue2:active {
	font-weight: normal;
	color: #00FFFF;
	}    

a.buttongreen2, a.buttongreen2:link, a.buttongreen2:visited {
    display: block;
	background: url(formato/obuttong.gif) no-repeat right top;    
	background-color: #ecffff;
	width: 120px;
    height: 36px;
    padding-top: 4px;
	font-size: 9pt;
	font-family: arial;
	font-weight: bold;
    color: #fff;
    text-align: center;
    text-decoration: none;
    }

a.buttongreen2:hover, a.buttongreen2:active {
	font-weight: normal;
	color: #cf3;
	}    

table.resumen {
	font: bold 8pt Arial, Helvetica, sans-serif;
}
thead {color: #6633FF;}

