/* CSS Document */

/* BOTONES */

#botones{
	float:right;
	width:300px;
	height:50px;
	font-weight:bold;
	font-size:10px;
	color:#666666;
	margin:0;
	padding:0;
}

a.solicita {
	display:block;
	float:right;
	background:url(bitmaps/solicitar.gif) center top no-repeat;
	height:20px;
	width:35px;
	padding:30px 0 0 0;
	margin:0 10px 0 5px;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	color:#666666;
}

a:hover.solicita {
	background:url(bitmaps/solicitar.gif) center -50px no-repeat;
	color:#FF0000;
}

a.simula {
	display:block;
	float:right;
	background:url(bitmaps/simular.gif) center top no-repeat;
	height:20px;
	width:35px;
	padding:30px 0 0 0;
	margin:0 10px 0 5px;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	color:#666666;
}

a:hover.simula {
	background:url(bitmaps/simular.gif) center -50px no-repeat;
	color:#FF0000;
}

a.volver {
	width:35px;
	display:block;
	float:right;
	background:url(bitmaps/volver.gif) center top no-repeat;
	height:20px;
	padding:30px 0 0 0;
	margin:0 10px 0 5px;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	color:#666666;
}

a:hover.volver {
	background:url(bitmaps/volver.gif) center -50px no-repeat;
	color:#FF0000;
}

