﻿/**********LOGIN*************/
.login-folder-fileon {
    background: url('img/login.png') no-repeat center;
}


/* FILEON.MASTER DISEÑO*/
.botonMenu
{
    border: none;
}

.bg
{	
	background-color:#cfd9e2; 
	background-image: url('img/bg.png');
	background-repeat: repeat-x;
} 

/*.header
{
	background-image:url(img/header.png);
	background-repeat:no-repeat;
	height:67px;
}*/

.header_left
{
	background-image:url(img/header_left.png);
	background-repeat:no-repeat;
	height:67px;
	width:244px;
}

.header_bottom
{
	background-image:url(img/header_bottom.png);
	background-repeat:repeat;
	height:16px;	
}

.header_bottom_right
{
	background-image:url(img/header_bottom_right.png);
	background-repeat:no-repeat;
	width:10px;
	height:16px;
}

.marco
{
	border-right-style: solid; 
	border-right-width: 1px; 
	border-right-color: #a8bccf; 
	border-left-style: solid; 
	border-left-width: 1px; 
	border-left-color: #a8bccf;
	background-image:url('img/marco_bg.png');
	background-repeat:repeat-x;
	background-color: #39628a; 
	
	padding-right: 11px; padding-left: 12px;
	vertical-align: top;
}

/*.marco_bottom
{
    background-image:url(img/marco_bottom.png);
    background-repeat:no-repeat;
    height:12px;
}*/

.marco_bottom_left
{
    background-image:url(img/marco_bottom_left.png);
    background-repeat:no-repeat;
    height:12px;
    width:9px;
}
.marco_bottom_center
{
    background-image:url(img/marco_bottom_center.png);
    background-repeat:repeat;
    height:12px;
}
.marco_bottom_right
{
    background-image:url(img/marco_bottom_right.png);
    background-repeat:no-repeat;
    height:12px;
    width:10px;
}

.menu_bg
{
    background-image:url(img/menu_bg.png);
    background-repeat:repeat-x;
}

.menu_round_der
{
    background-image:url(img/menu_round_der.png);
    background-repeat:no-repeat;
}

.menu_aplicaciones
{
    width:20px;
    height:20px;
    background-image:url(img/menu_aplicaciones.png);
    background-repeat:no-repeat;
}

.menu_aplicaciones:hover
{
    background-image: url(img/menu_aplicaciones2.png);
}

.menu_mas
{
    width:70px;
    height:31px;
    background-image:url(img/menu_mas.png);
    background-repeat:no-repeat;
    background-position:center;
    cursor:pointer;
}

.menu_mas:hover
{
    background-image: url(img/menu_mas2.png);
}

.menu_tooltip
{
    font-family: Tahoma;
    font-size: 8pt;
    color: #666666;
}

/*.contenido_top
{
background-image:url(img/titulo_top.png);
background-repeat:no-repeat;
height:6px;
}*/

.contenido_top_left
{
background-image:url(img/titulo_top_left.png);
background-repeat:no-repeat;
height:6px;
width:6px;
}

.contenido_top_center
{
background-image:url(img/titulo_top_center.png);
background-repeat:repeat;
height:6px;
}

.contenido_top_right
{
background-image:url(img/titulo_top_right.png);
background-repeat:no-repeat;
height:6px;
width:6px;
}

.contenido_bottom_left
{
background-image:url(img/titulo_bottom_left.png);
background-repeat:no-repeat;
height:6px;
width:6px;
}
.contenido_bottom_center
{
background-image:url(img/titulo_bottom_center.png);
background-repeat:repeat;
height:6px;
}
.contenido_bottom_right
{
background-image:url(img/titulo_bottom_right.png);
background-repeat:no-repeat;
height:6px;
width:6px;
}

.contenido_cuerpo
{
	padding: 10px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #a8bbcd;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #a8bbcd;
	background-color: #FFFFFF;
	vertical-align: top;
	height:auto;
}

.separador
{
	background-image: url('img/divisor_bg.png');
	background-repeat: repeat-x;
	height: 2px;
}


.master_logo
{
background-image:url(img/fileon_logo.png);
background-repeat:no-repeat;
width:218px;
height:41px;
}


.master_top_bar
{
   background-image:url(img/top_bar_bg.png);
    background-repeat:repeat-x;
    height:28px; 
}


.menu
{
    list-style: none;
    margin: 0;
    padding: 0;
    width: auto;
 
}


.menu_item
{
    background-image: url('img/menuItem_bg.png');
    color: #FFFFFF;
    text-decoration: none;
    padding: 9px 10px;
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: bold;
}

.menu_hover
{
    background-image: url('img/menuItem_hover_bg.png'); 
   color: #FFFFFF;
    text-decoration: none;
    padding: 9px 10px;
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: bold;
}


.menu_select
{
    background-image: url('img/menuItem_hover_bg.png'); 
    color: #FFFFFF;
    text-decoration: none;
    padding: 9px 10px;
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: bold;
}
/***************Principal*************/
.cuadro_bg
{
	background-image: url(../../img/cuadro_bg.png);
	width:100%;
}

.cuadro_top_left{
	background-image:url(../../img/cuadro_top_left.png);
}

.cuadro_top_right{
	background-image:url(../../img/cuadro_top_right.png);
}

.cuadro_bottom_left{
	background-image:url(../../img/cuadro_bottom_left.png);
}

.cuadro_bottom_right{
	background-image:url(../../img/cuadro_bottom_right.png);
}

.cuadro_top_left,.cuadro_top_right,.cuadro_bottom_left,.cuadro_bottom_right
{
	height:6px;
	width:6px;
	background-repeat:no-repeat;
}


/**********LOGIN*************/

/* CSS Document */
* {
margin: 0;
}
html, body,form {
height: 100%;
background-color:#eff2f5;
}
.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -115px;

}
.footer, .push {
height: 115px;
}
.footerLogo
{
    background-image: url(img/footer_logo_empresa.png);
}

.footerLogoFileon
{
    height: 115px;
    width: 195px;
    background-image: url('img/footer_logo_empresa.png');
}

.loginLogoEmpresa {
    height: 115px;
    max-width: 295px;
    background-image: url(img/footer_logo_empresa.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: bottom;
}