/*BOTONS*/

.btn {
	display: block;
	position:inherit;
	background: #aaa;
	padding: 5px;
	float: left;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.btn * {
	font-style: normal;
	background-image:url(../img/botones/btn2.png);
	background-repeat: no-repeat;
	display: block;
	position: relative;
}
.btn i {
	background-position: top left;
	position: absolute;
	margin-bottom: -5px;
	top: 0;
	left: 0;
	width: 5px;
	height: 5px;
}
.btn span {
	background-position: bottom left;
	left: -5px;
	padding: 0 0 5px 10px;
	margin-bottom: -5px;
}
.btn span i {
	background-position: bottom right;
	margin-bottom: 0;
	position: absolute;
	left: 100%;
	width: 10px;
	height: 100%;
	top: 0;
}
.btn span span {
	background-position: top right;
	position: absolute;
	right: -10px;
	margin-left: 10px;
	top: -5px;
	height: 0;
}
.btn.tornar {
	background: #CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	float:none;
	width:50px;
	text-align:center;
}
.btn.enviar {
	position:absolute;
	left:95px;
	text-align:center;
	background: #CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	float:none;
	width:50px;
	margin:5px;
}

.btn.opcions {
	background:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	float:inherit;
	text-align:center;
	width:200px;
	margin-left:15px;
	margin-right:15px;
}
.btn:hover {
	background-color: #a00;
}
.btn:active {
	background-color: #444;
}
.btn[class] {
	background-image: url(../img/botones/shade.png);
	background-position: bottom;
}

