/* CSS Document - En prueba por Ale */

#signup{
font-size:10px;
text-align:left;
padding:5px;
/*width:380px;*/

}
#signup th{
	background-color:#f9f9f9;
	text-align:left;
	color:#666666;
}

/*** Formulario de Registro ***/
#signup  input {
	background: #f2efe5;
	border: 1px solid #a9a196;
	width: 200px;
}

#signup .radio_check input{
	background: #ffffff;
	border: 0px;
	width: auto;
}

#signup textarea{
	width: 200px;
	background-color: #f2efe5;
	border: 1px solid #a9a196;
}

#signup select{
	width: 200px;
	background-color: #f2efe5;
	border: 1px solid #a9a196;
}


#help select, #help textarea, #help input{
	background-color: #f2efe5 !important;
	border: 1px solid #a9a196 !important;
}
#titles{
font-size:12px;
font-weight:bold;
color:#666666;
}

#homecontainer{
margin: 0 auto;
width:100%;
text-align:center;
}

.homemenu{
font-size: 9px;
width:40px;
height: 80px;
float: left;
text-align:center;
padding:0px 10px 0px 10px;
margin: 5px;
}

#spacer{
clear:both;
}

/* Roberto Alternate rows */
.alternate {
	border: 1px solid #f4eeaf;
	border-collapse: collapse;
	width: 100%;
}
.alternate th {
	border: 1px solid #304545;
	background-color: #453a30;
	font-weight: bold;
	text-align: left;
	color: White;
	padding: 1px 1px 1px 4px;
}
.alternate tr {
	background-color: #FFFFFF;
}
.alternate td {
	padding: 2px;
	color: #000000;
}
.alternate tr.altrow {
	background-color: #e6d7c5;
	color: #FFFFFF;
}
.alternate tr:hover, .alternate tr.hilite {
	color: White;
	background-color: #C2AEA3;
	border: 1px solid White;
}
/*** TH general ***/
th {
	border: 0px;
	background-color: #F8F8F8;
	text-align: left;
	color: #666666;
	padding: 1px 1px 1px 4px;
	font: bold x-small Verdana, Geneva, Arial, Helvetica, sans-serif;
}


/* Botones */
.btnreturn {
	background: transparent url(../images/icons/bg_btn_return.gif) scroll no-repeat left ;
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-indent: 20px;
	height: 25px;
	line-height: 25px;
	height: 25px;
	text-align: right;
	display: inline;
	font-weight: bold;
	/*margin: 5px;*/
}
.btnduplicate {
	background: transparent url(../images/icons/bg_btn_duplicate.gif) scroll no-repeat left ;
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-indent: 20px;
	height: 25px;
	line-height: 25px;
	height: 25px;
	text-align: right;
	display: inline;
	font-weight: bold;
	/*margin: 5px;*/
}
.btnsave {
	background: transparent url(../images/icons/bg_btn_save.gif) scroll no-repeat left ;
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-indent: 20px;
	height: 25px;
	line-height: 25px;
	height: 25px;
	text-align: right;
	display: inline;
	font-weight: bold;
	/*margin: 5px;*/
}
.btnnew {
	background: transparent  url(../images/icons/bg_btn_new.gif) scroll no-repeat left;
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-indent: 20px;
	line-height: 25px;
	height: 25px;
	text-align: right;
	display: inline;
	font-weight: bold;
	/*margin: 5px;*/
}
.btndelete {
	background-image: url(../images/icons/bg_btn_delete.gif);
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-indent: 20px;
	height: 25px;
	line-height: 25px;
	text-align: right;
	display: inline;
	font-weight: bold;
	/*margin: 5px;*/
}
.btnupdate {
	background-image: url(../images/icons/bg_btn_update.gif);
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-indent: 20px;
	height: 25px;
	line-height: 25px;
	text-align: right;
	display: inline;
	font-weight: bold;
	/*margin: 5px;*/
}
.btnexport {
	background-image: url(../images/icons/bg_btn_export.gif);
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-indent: 20px;
	height: 25px;
	line-height: 25px;
	text-align: right;
	display: inline;
	font-weight: bold;
	/*margin: 5px;*/
}
.btndownload {
	background-image: url(../images/icons/bg_btn_download.gif);
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-indent: 20px;
	height: 25px;
	line-height: 25px;
	text-align: right;
	display: inline;
	font-weight: bold;
	/*margin: 5px;*/
}
.btnsearch {
	background-image: url(../images/icons/bg_btn_search.gif);
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-indent: 20px;
	height: 25px;
	line-height: 25px;
	text-align: right;
	display: inline;
	font-weight: bold;
	/*margin: 5px;*/
}
.btnsearchclient {
    background-image: url(../images/icons/search.gif);
	background-repeat:no-repeat;
    font-family: "Trebuchet MS";
    font-size: 12px;
    text-indent: 20px;
    height: 22px;
    line-height: 22px;
    text-align: right;
    display: inline;
    font-weight: bold;
	background-color: #FFFFFF;
    /*margin: 5px;*/
}


/*** Toolbar ***/
#toolbar{
	background-color: #988675;
	width:760px;
	height: 25px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color:#f2efe5;
	text-decoration: none;
	font-weight: bold;
}

#toolbar a{
	color:#f2efe5;
	text-decoration: none;
	font-weight: bold;
}
#toolbar a:hover{
	color: #ffffff;
	text-decoration: underline;
}
#divizq_nav{
	width: auto;
	float: left;
	text-align:left;
	height: 25px;
	padding: 5px;
}
#divder{
	width: auto;
	float: right;
	text-align:right;
	height: 25px;
}
#error{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: Red;
}

.full{
	width:100% !important;
}

input.full {
	background-color: #f2efe5 !important;
	border: 1px solid #a9a196 !important;
	width:100% !important;
}

textarea.full {
	background-color: #f2efe5 !important;
	border: 1px solid #a9a196 !important;
	width:100% !important;
}

.column_order {
	color: #FFFFFF !important;
}
.column_selected {
	color: #00BB00 !important;
}

.suggestionsBox {
    position: relative;
    left: 30px;
    margin: 10px 0px 0px 0px;
    width: 200px;
    background-color: #212427;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border: 2px solid #000; 
    color: #fff;
  }
  
  .suggestionList {
    margin: 0px;
    padding: 0px;
  }
  
  .suggestionList li {
    
    margin: 0px 0px 3px 0px;
    padding: 3px;
    cursor: pointer;
  }
  
  .suggestionList li:hover {
    background-color: #659CD8;
  }