
/* body */

body {
	
  	padding-top:0;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: bottom  center;
	margin: 0px;
	
	text-align: justify;
	top: 0px;
	 background-image: url(../images/fondo.jpg);
font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #663300;
	height: 100%;



}

/* links */

title {

	color: red;
	font-size: 14px;
	font-family: arial;
	text-decoration: none;}
a {

	color: #666666;
	font-size: 14px;
	font-family: arial;
	text-decoration: none;
	cursor:pointer;

}
.cursor {


	cursor:pointer;

}
.par {background-color: #EFFBFB;}


a:hover {

	color: #000000;
	text-decoration: underline;

}

/* menu */

.loginbox {

	color: #666666;
	font-size: 14px;
	font-family: arial;
	border: 1px dashed #000000;
	background-color: #C1BEB9;


}

/* categories */

a.authmenucat {

	color: #000000;
	font-size: 14px;
	font-family: arial;

}

a.authmenucat:hover {

	text-decoration: underline;

}

/* links of menu */

a.authmenu {

	padding: 3px;
	color: #000000;
	font-size: 12px;
	font-family: arial;
	display: block;

}

a.authmenu:hover {

	border-left: 1px solid #000000;
	background-color: #ffffff;
	text-decoration: none;

}

/* shortmenu description */

.adminlist {

	color: #000000;
	font-size: 12px;
	font-family: arial;

}

/* content */

.box {
/*  background-color: white ;*/
	font-family: Arial;
	font-size: 14px;
	border: 1px solid #999999;
/*	text-align: center; */
	vertical-align: top;

}

.fieldset {

        color: #000000;
	font-family: Arial;
	font-size: 14px;
	border: 1px solid #999999;
	padding-left: 10px;

}

/* colors of listitems */

.list1 {

	background-color: #F4F2EE;

}

.list2 {

	background-color: #FCFCF8;

}

/* text */

.text {

        color: #000000;
	font-family: Arial;
	font-size: 14px;

}

/* shortmenu ( top of the site) */

.mlist {

        color: #000000;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	width: 99%;
	border-bottom: 1px dashed #999999;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;

}

/* advantaged item */

.warn {

	color: #ff0000;

}

/* simple item */

.suc {

	color: #15b000;

}

/* warning message */

.warnmsg { 

	margin-bottom: 5px;
	background-color: #ffa9a9;
	border: #000000 1px dashed;

}

/* successfully message */

.sucmsg { 

	background-color: #7cff7f;
	border: #000000 1px dashed;

}

/* input box */

input {

	color: #000000;
	font-size: 11px;
	font-family: arial;
	background-color: #ffffff;
	
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	cursor:pointer;

}

input.invisible {

	color: #000000;
	font-size: 11px;
	font-family: arial;
	background-color: #ffffff;
	border:#ffffff;
	
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	cursor:pointer;

}
input:hover {

	color: red;
	font-size: 11px;
	font-family: arial;
	background-color: #F8ECE0;
	border: #663300; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	cursor:pointer;

}

/* select box */

select {

	color: #000000;
	font-size: 14px;
	font-family: arial;
	background-color: #ffffff;
	border: 1px solid #989898;

}

/* textarea box */

textarea {

	color: #000000;
	font-size: 14px;
	font-family: arial;
	background-color: #ffffff;
	border: 1px solid #989898;

}
.blanco {

	color: #000000;
	font-size: 14px;
	font-family: arial;

}
h1 {

	color: red;
	font-family: arial;

}
h2 {

	
	font-family: arial;
	Font-weight: bold;
}
h3 {

	
	Font-weight: bold;
}
/* 
================================================
autosuggest, inquisitor style
================================================
*/

body
{
	position: relative;
}


div.autosuggest
{
	position: absolute;
	background-image: url(img_inquisitor/as_pointer.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding: 10px 0 0 0;
}

div.autosuggest div.as_header,
div.autosuggest div.as_footer
{
	position: relative;
	height: 6px;
	padding: 0 6px;
	background-image: url(img_inquisitor/ul_corner_tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
	overflow: hidden;
}
div.autosuggest div.as_footer
{
	background-image: url(img_inquisitor/ul_corner_br.gif);
}

div.autosuggest div.as_header div.as_corner,
div.autosuggest div.as_footer div.as_corner
{
	position: absolute;
	top: 0;
	left: 0;
	height: 6px;
	width: 6px;
	background-image: url(img_inquisitor/ul_corner_tl.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
div.autosuggest div.as_footer div.as_corner
{
	background-image: url(img_inquisitor/ul_corner_bl.gif);
}
div.autosuggest div.as_header div.as_bar,
div.autosuggest div.as_footer div.as_bar
{
	height: 6px;
	overflow: hidden;
	background-color: white;
}


div.autosuggest ul
{
	list-style: none;
	margin: 0 0 -4px 0;
	padding: 0;
	overflow: hidden;
	background-color: white;
}

div.autosuggest ul li
{
	color: #ccc;
	padding: 0;
	margin: 0 4px 4px;
	text-align: left;
}

div.autosuggest ul li a
{
	color: blue;
	display: block;
	text-decoration: none;
	background-color: transparent;
	text-shadow: #000 0px 0px 5px;
	position: relative;
	padding: 0;
	width: 100%;
}
div.autosuggest ul li a:hover
{
	background-color: #444;
}
div.autosuggest ul li.as_highlight a:hover
{
	background-color: #1B5CCD;
}

div.autosuggest ul li a span
{
	display: block;
	padding: 3px 6px;
	font-weight: bold;
}

div.autosuggest ul li a span small
{
	font-weight: normal;
	color: #999;
}

div.autosuggest ul li.as_highlight a span small
{
	color: #ccc;
}

div.autosuggest ul li.as_highlight a
{
	color: #fff;
	background-color: #1B5CCD;
	background-image: url(img_inquisitor/hl_corner_br.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.autosuggest ul li.as_highlight a span
{
	background-image: url(img_inquisitor/hl_corner_bl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.autosuggest ul li a .tl,
div.autosuggest ul li a .tr
{
	background-image: transparent;
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;
}
div.autosuggest ul li a .tr
{
	right: 0;
}

div.autosuggest ul li.as_highlight a .tl
{
	left: 0;
	background-image: url(img_inquisitor/hl_corner_tl.gif);
	background-position: bottom left;
}

div.autosuggest ul li.as_highlight a .tr
{
	right: 0;
	background-image: url(img_inquisitor/hl_corner_tr.gif);
	background-position: bottom right;
}



div.autosuggest ul li.as_warning
{
	font-weight: bold;
	text-align: center;
}

div.autosuggest ul em
{
	font-style: normal;
	color: red;
}
.caja_externa{display:block}
.caja_externa *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#c2f0e5}
.caja_externa1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #e4f8f3;
  border-right:1px solid #e4f8f3;
  background:#d1f3eb}
.caja_externa2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #f8fdfc;
  border-right:1px solid #f8fdfc;
  background:#cdf2e9}
.caja_externa3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #cdf2e9;
  border-right:1px solid #cdf2e9;}
.caja_externa4{
  border-left:1px solid #e4f8f3;
  border-right:1px solid #e4f8f3}
.caja_externa5{
  border-left:1px solid #d1f3eb;
  border-right:1px solid #d1f3eb}
.caja_externafg{
  background:#c2f0e5}
.caja_principal{display:block}
.caja_principal *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#ffffff}
.caja_principal1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #dcf6f0;
  border-right:1px solid #dcf6f0;
  background:#effbf8}
.caja_principal2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #c8f1e7;
  border-right:1px solid #c8f1e7;
  background:#f3fcfa}
.caja_principal3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #f3fcfa;
  border-right:1px solid #f3fcfa;}
.caja_principal4{
  border-left:1px solid #dcf6f0;
  border-right:1px solid #dcf6f0}
.caja_principal5{
  border-left:1px solid #effbf8;
  border-right:1px solid #effbf8}
.caja_principalfg{
  background:#ffffff}

.cabecera {

width: 100%; /* ancho de la capa a centrar */
height: 20px; /* alto de la capa a centrar */
/*text-align: right;*/
/*background-color: #000066;
/*color: white ;*/

}

.consulta {

width: 95%; /* ancho de la capa a centrar */
/*height: 300px; /* alto de la capa a centrar */
background-color: white ;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 1px  #000000;
*/	filter: alpha(opacity=50);
*/	 opacity: .5;
}
.capa-centrada {
position: absolute;
width: 50px; /* ancho de la capa a centrar */
height: 50px; /* alto de la capa a centrar */
top: 500px;
left: 50%;
margin-left: -300px; /* mitad del ancho de la capa a centrar */
/* margin-top: -150px; /* mitad del alto de la capa a centrar */
z-index: 100; 
background-color: green ;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.capa-entera {
position: absolute;
width: 100px; /* ancho de la capa a centrar */
height: 100px; /* alto de la capa a centrar */
top: 0px;
left: 0px;
z-index: 50; 
background-color: GRAY ;
}

.alerta {
position: absolute;
width: 50; /* ancho de la capa a centrar */
height: 50; /* alto de la capa a centrar */
z-index: 50; 
background-color: blue ;
bottom: 0;


}
.todo {
	min-height: 100%;

	}


