@charset "UTF-8";
/* CSS Document */
.boton_activo_izq{
	color:#666; 
	background:none; 
	background-image:url(../imagenes/boton_pestana.png); 
	background-repeat:no-repeat; 
	height:35px; 
	float:left; 
	text-align:center; 
	padding-left:15px; 
	padding-top:10px; 
	margin-bottom:-15px; 
	position:relative;
	z-index:100;
}
.boton_activo_der{
	background:none; 
	background-image:url(../imagenes/boton_pestana.png); 
	height:35px; 
	float:left; 
	background-position:right; 
	width:15px;
	margin-bottom:-3px;
	position:relative;
	z-index:100;
}
.boton_inactivo_izq{
	color:#666; 
	background:none; 
	background-image:url(../imagenes/boton_pestana_desc.png); 
	background-repeat:no-repeat; 
	height:35px; 
	float:left; 
	text-align:center; 
	padding-left:15px; 
	padding-top:10px; 
	margin-bottom:-13px; 
	position:relative;
}
.boton_inactivo_der{
	background:none; 
	background-image:url(../imagenes/boton_pestana_desc.png); 
	height:35px; 
	float:left; 
	background-position:right;
	position:relative;
	width:15px;
	margin-bottom:-1px;
}
.neg_activo{
	background-color:#7cddfc;
}
