html {
   /*height : auto;*/
   height: 100%;
   overflow: hidden;
   
}
* {}

article, aside, figure, footer, header, hgroup, nav, section {
display : block;
}

body {
	background-color:#f9f3b1;
	margin: 0px auto 0px auto;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
        font-size: 12px;
}

/*
input[type="text"]{
    width: 200px;
}
input[type="email"]{
    width: 200px;
}
*/

header {
	background-color:#173447;	
	color:#ffffff;
	letter-spacing:-1px;
	text-align:center;
	height:135px;
	margin: -15px auto 0px auto;
        padding-bottom: 2px;
}
header .logoizq {
	float:left;
	margin-left:10%;	
}
header .logoder {
	background-repeat:no-repeat;
	float:right;
}
header h1 {
	font-size:23px;
	color:#f8cf45;
}
header h2 {
	font-size:18px;
}
header h3 {
	font-size:16px;
}
nav {
  background-color:#ae7a0a;
  margin:0px auto auto 0;
}
aside{  
   font-size:13px;   
   width: auto;
   display: block;
   height:300px;
   /*border:1px solid;*/
   float:left;   

}


footer {
	bottom: 0;
	text-align:center;
	background-color:#173447;	
	color:#ffffff;
	height:30px;
	padding-top: 5px;
    font-size: 14px;		
}

input:focus {
   border: 2px solid #CC00FF;/*#FF00FF;#008B8B; */
   /*background: #FFFF90;*/
}
textarea{
    resize: none;
}
.selectLst{
    overflow: auto;
    overflow-x:auto;
    overflow-y:auto;
}

.selector{    
    overflow-x:auto;
    overflow-y:auto;
}

.login {
	border:4px solid #ae7a0a;
	background-color:#ffffff; 
	margin:auto;
     margin-top:5%;
	width:300px;
}
.centrarTexto {
	display: block;
	text-align: -webkit-center;	
}
.login table {width:100%;}
.login table td {	border:none;}
.login table tr {	border:none;}
.login table th {	border:none;}
.login table tr:hover{

	background:#FFFFFF;

}
.login table caption {
	background-color:#173447; /*--- modificado */
	color:#ffffff;
	text-align:center;
        text-transform: uppercase;
}


.mayusculas 
 { 
 text-transform:uppercase; 
 } 


/* ----------------------------*/
.scrollbar {
overflow : auto;
}
.scrollbarxy {
overflow-x : auto;
overflow-y : auto;
}
.hscrollbar {
overflow-x : auto;
overflow-y : hidden;
}
.vscrollbar {
overflow-x : hidden;
overflow-y : auto;
}
/* -----------------------------*/

#contenedor{
    position: relative;
   margin: auto auto auto 0%;
	padding-top:  auto;
	width:auto;        
	/*height:300px;*/
	/*border:1px solid;*/
}

#contenido{
	padding-top: 10px;
        padding-left: 10px;
}

.content ul li a:hover small {
	color:#baae8e;
}

.autocompletado {
position: absolute;
left: 0px;
top: 0px;
visibility: hidden;
width: 0px;
}

.bordetabla
{
 border:#000 solid 1px;
 border-radius:5px;
 -webkit-border-radius:5px;
 -moz-border-radius:5px;
/* border-collapse:collapse;	*/
}