/* CSS Document */

.buttons {
	float: left;
	margin-left: 5%;
	padding-bottom: 20px;
	width: 95%;}
	

	
	.buttons_top { margin-top: 15px; padding: 0; margin-bottom: -20px;}
	
	#buttons_center { 
	width: 60%; 
	margin-left:25%;}
	
	.buttons a {
	float: left;
	padding-right: 11px;
	margin-right: 15px;
	width: auto; 
	background: #f7a41c url(../images/buttons/buttons_right.gif) no-repeat right;
	font-size: 12px;
	font-weight: bold;
	text-align: center; }
	
	.buttons a {color: #000000;}
	.buttons a:hover, .buttons a span:hover {color: #fff; text-decoration: none;}
	
	.buttons a span {
	float: left;
	padding: 4px 5px 0 5px;
	width: 120px;
	height: 16px;
	background: url(../images/buttons/buttons_back.gif) repeat-x;
	cursor: pointer;}
	
	.buttons a.button_add span.left {
	background: url(../images/buttons/add_left.gif) no-repeat;}
	
	.buttons a.button_update span.left {
	background: url(../images/buttons/actualizar_left.gif) no-repeat;}
	
	.buttons a.button_end span.left {
	background: url(../images/buttons/finalizar_left.gif) no-repeat;}
	
	.buttons a.button_next span, .buttons a.button_back span {width: 90px; }
	
	.buttons a.button_back { padding: 0; }
	
	#buttons_center a { *width: 133px;}
	
	.buttons a span.left {
	float: left;
	padding: 0;
	width: 20px;
	height: 23px;}
	
	.buttons a span.right {
	float: right; 
	margin:0;
	padding: 0;
	width: 22px;
	height: 23px;}
	
	.buttons a.button_next span.left {
	background: url(../images/buttons/next_left.gif) no-repeat;}
	
	.buttons a.button_back span.right {
	background: url(../images/buttons/back_right.gif) no-repeat;}
	
	.buttons a.button_back {
	background: #f7a41c url(../images/buttons/buttons_left.gif) no-repeat left;}
	
	.buttons a.button_back span { margin-left: 11px;}
	.buttons a.button_back span.right { margin:0;}
	
	.contenedor_botones a.contacto-bot {
		float: left;
		margin-left: 25px;
		width: 115px;
		height: 23px;
		background: url(../images/buttons/buttons_contactenos.gif) no-repeat;}
		
		.contenedor_botones a.contacto-bot:hover { background-position: 0 -23px;}
		
		
	.buttons-cambio {width:50%;margin-left:0;padding-left:3%;}
	.buttons-cambio p {font-size:11px; color:#666;}
	.buttons-cambio a {margin-top:5px;}
