﻿/*POSICIONAR FOOTER*/
html {
  min-height: 100%;
  position: relative;
}
body {
    margin: 0;
    margin-bottom: 100px;
    font-family:normal tahoma,arial,verdana,sans-serif;
    /*font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;*/
    font-size:13px;
}
.Cerrar_Sesion {
    color:white;
    font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif";
    font-size:14px;
}

.master-header {
    background-image: url(../images/master/header.png);
    background-size: contain;
    background-repeat: no-repeat;
    /* 
    Another Way
    background-image: url(../images/master/logo.png);
    background-size: 200px 200px;    
    background-repeat: no-repeat;
    background-position:left;
    */
    background-color: white;
    box-shadow: 0px 10px 25px rgba(136,136,136,0.36);
    -webkit-box-shadow: 0px 10px 25px 0px rgba(136,136,136,0.36);
    -moz-box-shadow: 0px 10px 25px 0px rgba(136,136,136,0.36);
    margin: 0 auto;
    height: 70px;
    padding: 1em 1.25em;
}

.footer {
    background-image: url(../images/master/footer.png);
    background-color: #198846;
    /*background-color: white;*/
    text-align: right;
    position: fixed;
    box-shadow: 0px -10px 25px rgba(136,136,136,0.36);    
    -webkit-box-shadow: 0px -10px 25px 0px rgba(136,136,136,0.36);
    -moz-box-shadow: 0px -10px 25px 0px rgba(136,136,136,0.36);
    bottom: 0px;
    height: 25px;
    width: 100%;
}

.master-footer {
    background-image: url(../images/master/footer.png);
    background-color: #198846;
    text-align: right;
    position: fixed;
    box-shadow: 0px -10px 25px rgba(136,136,136,0.36);
    -webkit-box-shadow: 0px -10px 25px 0px rgba(136,136,136,0.36);
    -moz-box-shadow: 0px -10px 25px 0px rgba(136,136,136,0.36);
    bottom: 0px;
    height: 25px;
    width: 100%;
}
/*
.footer 
{
	background: white;
	text-align: center;	
	position:absolute;
	bottom:0px;	
	width:100%;	
}
.header_master {
    color: #fff;
    background-color: white;
    height: 160px;
    padding: 1em 1.25em;
    font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif";
    font-size: 62.5%;
    margin: 0 auto;
}
.header {
    color: #fff;
    background-color: white;
    height: 110px;
    padding: 1em 1.25em;
    font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif";
    font-size: 62.5%;
    margin: 0 auto;
}
*/
section {
    width: 20%;
    display: inline-block;
    vertical-align: top;
}

aside {
    width: 79%;
    display: inline-block;
    margin-left: 0;
    vertical-align: top;
}

.logogeneral
{  
    text-align: center;     
}
.lineafooter
 {
    width: 100%;
    height: 10px;
    background-color: #198846;
}
.footerlogos{
     width: 100%;
}

.logon {
    font-size:12px;
    font-weight:bold;
}

.Usuario
{
    font-family:lucida grande,arial,helvetica,sans-serif;	
	font-weight:bold;
	color:#198846;
    font-size:14px;
}

.TituloPagina {
    font-family:lucida grande,arial,helvetica,sans-serif;	
	font-weight:bold;
	color:#198846;
    font-size: 30px;
}

.autocomplete {
    position: relative;
    z-index: 10000;
}
.ui-autocomplete {
     z-index: 9999 !important;
}


/*FOCUS*/

input[type=text], input[type=password], textarea, select {    
   border-radius: 0.5em;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  /*padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 1px;*/
  padding: 1px 0px 1px 1px;
  margin: 1px 1px 1px 1px;
  border: 1px solid #DDDDDD;
}
 
input[type=text]:focus, textarea:focus, input[type=password]:focus{
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  padding: 1px 0px 1px 1px;
  margin: 1px 1px 1px 1px;
  border: 1px solid rgba(81, 203, 238, 1);
}

.span-cerra-sesion {
    color:red;
    display: inline-block;
}

.Advertencia {
    font-size: 14px;
    text-align: left;
    font-weight: bold;
    color: #ff9800;
    border: #ff9800 2px solid;
}