﻿

.buttonGroup
{
	clear:both;	
    height:1%;
    overflow:hidden;
}

.buttonGroup input
{		
	background:url(../../../images/ficha/BotonFichaFondo.gif) no-repeat 0 0;
	border:none;
	clear:both;
	cursor:pointer;
	color:#FFFFFF;
	float:left;	
	font-size:11px;
	font-weight:bold;
	height:38px;
	margin-bottom:4px;	
    text-align:center;    
    width:170px;
}

.buttonGroup input.selected
{
	background:url(../../../images/ficha/BotonFichaFondoSel.gif) no-repeat 0 0;
	height:38px;	
	color:#FFFFFF;
}

.buttonGroup a
{
	width:236px;
	min-height:34px;
	background-image:url(../../../images/ficha/BotonFichaFondo.gif);
	float:left;
	clear:both;
	cursor:pointer;
	color:#434D67;
	text-align:center;
	font-weight:bold;
	background-repeat:repeat-x;
	border:solid 1px #434D67;
	text-decoration:none;
	margin-bottom:4px;
}

.buttonGroup span
{
	margin-top:12px;
}


