﻿#BotoneraSup
{
	width: 100%;
}

/*- BOTONES */

#BS_Buttons
{
	float:left;
	width: 100%;
	line-height:normal;
	margin-left:1px;
}
#BS_Buttons ul
{
	margin:0;
	padding:3px 0 0 0;
	list-style:none;
}
#BS_Buttons li
{
	display:inline;
	margin:0;
	padding:0;
}
#BS_Buttons a
{
	float:left;
	background-color:#C2DEFA;/*Color3*/
	margin-left:2px;
	padding:0 0 0 0;
	text-decoration:none;
	height:22px;
	width:128px;
	border:solid 1px #4767C4;/*Color2*/
}
#BS_Buttons a span
{
	float:left;
	display:block;
	background-color:#C2DEFA;/*Color3*/
	text-align:center;
	margin-top:1px;
	color:#4767C4;/*Color2*/
	font-size:15px;
}
/* El corte comentado del backslash oculta regla de IE5-Mac \*/
#BS_Buttons a span
{
	float:none;
}
/* Fin IE5-Mac */
#BS_Buttons a:hover
{
	background-color:#E9EEF6;/*Color4*/
}
#BS_Buttons a:hover span
{
	background-color:#E9EEF6;/*Color4*/
}
