/*****
# permiso_b.css
#
# @proyecto AECLICK
# @descripcion Página de Estilos para el contenido del permiso BTP
# @autor GMENDEZ
# @version $Id: comun.css 1.0 26/6/2008
# @paquete /css
#
****/


.cuadro_central_cuerpo{
	/*background-color: #FFFFFF;*/
}
.contenedor {
	background-image: url(../imagenes/fondo_general_a1.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}


/*=========================
	Estilos de la barra de permisos
==========================*/

.barra_permisos_pestana_on{
	height: 40px;
	white-space: nowrap;
	float: left;
	margin-top: 10px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	padding-bottom: 0px;
	margin-right: 3px;
	font-weight: bold;
	font-size: 1.5em;
	color: #01497E;
	/* background-image: url(../imagenes/cuadro_fondo_opciones_on.gif);*/
	background-repeat: no-repeat;
	/*background-color: #FFCC00;*/
	background-color: #DDF198;
	border-top: 1px solid #0A4C89;
	border-right: 1px solid #0A4C89;
	border-left: 1px solid #0A4C89;
}
.barra_permisos_pestana_on img{
	height:30px
}
.barra_permisos_pestana_on .notapestana{
	font-size:8px
}

