/* CSS Document */
	body
	{
		background-color:	#f3f3f3;
		padding-top:		10px;
		padding-bottom:		10px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
	}
	
	
	/* ##### INI - Sombra exterior de página ##### */	
		.sombra_w	{ width:9px; }
		.sombra_h_a	{ height:9px; }
		.sombra_h_b	{ height:15px; }
		
		#sombra_sup_iz	{ background:url(../imagenes/Fondo/sombra_s_i.gif) no-repeat right bottom; }
		#sombra_top		{ background:url(../imagenes/Fondo/sombra_top.gif) repeat-x left bottom; }
		#sombra_sup_der	{ background:url(../imagenes/Fondo/sombra_s_d.gif) no-repeat left bottom; }
		#sombra_left	{ background:url(../imagenes/Fondo/sombra_left.gif) repeat-y right top; }
		#sombra_right	{ background:url(../imagenes/Fondo/sombra_right.gif) repeat-y left top; }
		#sombra_inf_iz	{ background:url(../imagenes/Fondo/sombra_i_i.gif) no-repeat right top; }
		#sombra_bottom	{ background:url(../imagenes/Fondo/sombra_bottom.gif) repeat-x left top; }
		#sombra_inf_der	{ background:url(../imagenes/Fondo/sombra_i_d.gif) no-repeat left top; }
	/* ##### FIN - Sombra de página ##### */
	
	.Contenido
	{
		margin-top:5px;
		margin-left:10px;
		margin-right:10px;
		margin-bottom:10px;
		background:url(../imagenes/Menu/Fondo.jpg) no-repeat;
	}
	/* INI - MENU */
	.OpcionMenu_off
	{
		text-align:center;
		cursor:pointer;
		background-color: #f49d35;
		color:#FFFFFF;
		border-left: 1px solid #f5d98f;
		font-size:11px;
		font-weight:bold;
	}
	
	.OpcionMenu_on
	{
		cursor:pointer;
		background-color: #c94422;
		color:#FFFFFF;
		border-left: 1px solid #f5d98f;
		font-size:11px;
		font-weight:bold;
		text-align:center;
	}
	

	
	.Enlace a
	{
		color:#000000;
		font-size:11px;
	}
	/* FIN - MENU */
	 
	/* INI - PIE */
	.BordePie
	{
		background-color:#da795d;
		height: 3px;
	}
  
	.Pie
	{
		background-color:#c94422;
		height: 25px;	
		color:#FFFFFF;
		font-size:10px;
		font-weight:bold;	
		margin-left:3px;
		margin-right:3px;
		margin-bottom:3px;
	}
	
	.input_edit
	{
		font-family:		Arial, Helvetica, sans-serif;
		font-size:			11px;
		border:				1px solid #666666;
		color:				#000000;
		background-color:	#ffffff;
	}
	
	.boton
	{
		font-family:		Arial, Helvetica, sans-serif;
		font-size:			11px;
		border:				1px solid #666666;
		background-color:	#c94422;
		color:#FFFFFF;
	}
	
	/* FIN - PIE */
	
	.CuadroTexto
    {
        background-color: #f49d35;
        color:#ffffff;
        font-size:11px;
        font-weight:bold;
        padding: 4px;
    }
              
    .Titulo
    {
        background-color:#c94422;
        height: 20px;    
        color:#FFFFFF;
        font-size:11px;
        font-weight:bold;    
        margin-left:3px;
        margin-right:3px;
        margin-bottom:3px;
        padding: 4px;
    }