@charset "utf-8";
/* CSS Document */

   /********************/
  /***** pestañas *****/


a.button{
    background:url(http://pritamaulipas.org.mx/portal/download/lib/pestana.png);
	display:block;
	color: #333333;
	height:30px;
	line-height:29px;
	width:85px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

a:hover.button{
    color:#50AA2E;
}

/*a:visited.button{
    color:#FF1F00;
}*/

a:active.button{
    color:#FFF;
}



   /********************/
  /******* boton ******/

 a.button2{
    background:url(http://pritamaulipas.org.mx/portal/download/lib/button2.jpg);
	display:block;
	color:#50AA2E;
	height:30px;
	line-height:29px;
	width:103px;
}

a:hover.button2{
    color: #808080;
}

a:active.button2{
    color:#A9D597;
}	

.botoncillo{
     float:right;
	 margin-top:5px;
	 margin-right:55px;
}

.botoncillo2{
     float:left;
	 margin-top:5px;
	 margin-bottom:5px;
	 margin-left:30px;
}
	
 
