@charset "utf-8";
/* 
    Document   : style-sicipo
    Created on : 12/09/2011, 10:33:14 PM
    Author     : RogerPc
    Description:
        Purpose of the stylesheet follows.
*/

body {
    background: url(../imagenes/fondo.jpg) top center no-repeat;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #464032;
}

.container {
    width:1000px;
    margin:0px auto;	
}

#menu-horizontal {
    height:36px;
    padding: 0 15px;
    margin: 0;
}

.main{
    clear: both;
    margin:10px 0 0 0;
}

#main-left{	
    width:180px;
    float:left;
    margin: 20px 0 50px 15px;
}

.main-right{
    width:800px;
    float:right;	
    margin: 0 0 50px 0;
}

h2{
    color:#686868;;
    border-bottom:1px solid #E9E3CB;
}


h1{
    color:#686868;
    border-bottom:2px solid #E9E3CB;
    text-align: center;
    font-size: 200%; 
}

h5{
    text-align: center;
    font-size: 20px; 
    color:#15428B;
}

h6{
    text-align: center;
    font-size: 20px; 
    color:red;
}

.footer {	
    font-size:10px;
    border-top:4px solid #EBE6D1;
    margin-top:30px;
    text-align:center;
    clear: both;
}

/*
 * User name
*/

.user-inf {
    height:22px;
    text-align:right;
    margin: 10px 15px;	
}

.user-inf a:link, .user-inf a:hover, 
.user-inf a:visited, .user-inf a:active {
    color:#0B243B;
    text-decoration:none;
    font-weight:600;
} 


.user-space{
    margin: 0 5px;
    font-size:14px;
}


/*
 * Login
*/

.login{	
    color: #444444;
    background:url(../imagenes/login-sicipo.png) no-repeat;
    margin:160px auto 50px;
    height:350px;
    width:800px;
}

.login-form{
    width:315px;
    float:right;
    padding:110px 0 0 0;
}

.login-table td{
    padding:4px 3px;
    text-align:right;
}

/*
 * Logo sicipo
*/
#logo-admin{
    background: url(../imagenes/head_admin.png) no-repeat;
    height:100px;	
}
#logo-muebles{
    background: url(../imagenes/head_muebles.png) no-repeat;
    height:100px;
}

#logo-facturas{
    background: url(../imagenes/head_facturas.png) no-repeat;
    height:100px;
}

#logo-vehiculos{
    background: url(../imagenes/head_vehiculos.png) no-repeat;
    height:100px;
}

.x-btn-default-small .add {
    background-image: url(../imagenes/buscar.png) !important;
}

/*
 * Error Login
*/
.errorblock {
    color: #ff0000;
    background-color: #ffEEEE;
    border: 1px solid #ff0000;
    padding: 8px;
}

.error {
    color: #ff0000;
}



.readOnlyCombo td > input {
    background:#F1F1F1 !important
}

.readOnlyClass td > input {
    background:#F1F1F1 !important
}
.readOnlyTextarea td > textarea {
    background:#F1F1F1 !important
}
.focusField {
    background:#fbff95 !important
}

.row-false-par .x-grid-cell { 
    background-color: #FFFFFF
}
.row-false-impar .x-grid-cell { 
    background-color: #FAFAFA
}

.row-true-par .x-grid-cell {
    background-color: #A9F5A9
}
.row-true-impar .x-grid-cell {
    background-color: #81F781
}
.my-fieldset {
  background: #F1F3FB;
  border:1px solid red;
}
.my-fieldset .x-fieldset-header {
  color: red;
}