body {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;	
	background-image: url(../img/fondo.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	top: 0px;
	margin:0px;
}
.cuadro {
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}
.guia {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(../images/guia.gif);
	background-repeat: repeat-x;
}
.pie {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.topline {
	background-image: url(../administrador/img/topline.gif);
	background-repeat: repeat-x;
}

.fondoproductos {
	background-image: url(../img/fondoproductos.jpg);
	background-repeat: no-repeat;
}

.header {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
}

.header a:link {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;	
}

.header a:visited {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;	
}

.header a:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;	
}

.tableline {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8502F6;
}
.components {
	font-family: Verdana;
	font-size: 11px;
	border: 1px solid #C8A5E9;
	height: 19px;
	width: 200px;
	white-space: normal;
}


.textarea {
	font-family: Verdana;
	font-size: 11px;
	border: 1px solid #C8A5E9;
	white-space: normal;
	width: 200px;	
}

.newtextarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 138px;
	width: 200px;
	border: 1px solid #C8A5E9;
	white-space: normal;
	text-indent: 2px;	
}
.groupsquare {
	border: 1px solid #8152B8;
}
.groupsfont {
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}
.userrights {
	font-family: Verdana;
	font-size: 13px;
	font-weight: bolder;
	color: #666666;
}
.smallcomponents {

	font-family: Verdana;
	font-size: 11px;
	border: 1px solid #C8A5E9;
	height: 19px;
	width: 75px;
	white-space: normal;
}

.listboxes {
	font-family: Verdana;
	font-size: 11px;
	border: 1px solid #C8A5E9;
	height: 60px;
	width: 150px;
}

.logintable {
	border: 4px solid #C8A5E9;
	background-color: #EDDFF7;
}
.compslogin {
	font-family: Verdana;
	font-size: 11px;
	border: 1px solid #C8A5E9;
	height: 19px;
	width: 139px;
	white-space: normal;
	text-indent: 2px;
}
.logout {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
}

.logout a:link {
	text-decoration: none;
	color: #000000;
}

.logout a:visited {
	text-decoration: none;
	color: #000000;
}

.logout a:hover {
	TEXT-DECORATION: none;
	color: #000000;}
	
.verdanablue10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00337f;
}
.mediumcomponents {
	font-family: Verdana;
	font-size: 11px;
	border: 1px solid #C8A5E9;
	height: 19px;
	width: 128px;
	white-space: normal;
}
.largecomponents {

	font-family: Verdana;
	font-size: 11px;
	border: 1px solid #C8A5E9;
	height: 19px;
	width: 265px;
	white-space: normal;
	text-indent: 2px;
}
.comments {

	font-family: Verdana;
	font-size: 11px;
	height: 110px;
	width: 768px;
	border: 1px solid #C8A5E9;
	white-space: normal;
	text-indent: 2px;
}

.calendar {
  border-top: 2px solid #fff;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  border-left: 2px solid #fff;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #FFFFFF;
  font-family: tahoma,verdana,sans-serif;
}

.calendar table {
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #FFFFFF;
  font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;
  padding: 1px;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;
  padding: 1px;
  border: 1px solid #000;
  background: #00337F;
  color: #fff;
  text-align: center;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
}

.calendar thead .daynames { /* Row <TR> containing the day names */
}

.calendar thead .name {
	border-bottom: 1px solid #000;
	padding: 2px;
	text-align: center;
	background: #7f99bf;
	color: #FFFFFF;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #f00;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  border-top: 2px solid #fff;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  border-left: 2px solid #fff;
  padding: 0px;
  background: #E6F1FB;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
  background: #F6F9FD;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  text-align: right;
  padding: 2px 4px 2px 2px;
}

.calendar tbody .hilite { /* Hovered cells <TD> */
  padding: 1px 3px 1px 1px;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
}

.calendar tbody .active { /* Active (pressed) cells <TD> */
  padding: 2px 2px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

.calendar tbody .selected { /* Cell showing selected date */
  font-weight: bold;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
  padding: 2px 2px 0px 2px;
  background: #e6f1fb;
}

.calendar tbody .weekend { /* Cells showing weekend days */
  color: #f00;
}

.calendar tbody .today { /* Cell showing today date */
  font-weight: bold;
  color: #00f;
}

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: #00337F;
  padding: 1px;
  border: 1px solid #000;
  background: #00337F;
  color: #fff;
  text-align: center;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  padding: 1px;
  background: #F6F9FD;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

/* Combo boxes (menus that display months/years for direct selection) */

.combo {
  position: absolute;
  display: none;
  width: 4em;
  top: 0px;
  left: 0px;
  cursor: default;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  background: #F6F9FD;
  font-size: 9px;
  padding: 1px;
}

.combo .label {
  text-align: center;
  padding: 1px;
}

.combo .hilite {
  background: #7f99bf;
  padding: 0px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}
.minicomponents {


	font-family: Verdana;
	font-size: 11px;
	border: 1px solid #C8A5E9;
	height: 19px;
	width: 45px;
	white-space: normal;
	text-indent: 2px;
}
.comborecordsperpage {
	font-family: Verdana;
	font-size: 11px;
	border: 1px solid #C8A5E9;
	height: 19px;
	width: 50px;
	white-space: normal;
	text-indent: 2px;
}
.letratitulos {
	font-family: Verdana;
	font-size: 20px;
	color: #B085d6;
}
.titulogrande {
	font-family: Verdana;
	font-size: 14px;
  	font-weight: bold;
	color: #666666;
}
.botoneraline {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.anocomponents {



	font-family: Verdana;
	font-size: 11px;
	border: 1px solid #999999;
	height: 19px;
	width: 55px;
	white-space: normal;
	text-indent: 2px;
}

.ultralargecomponents {


	font-family: Verdana;
	font-size: 11px;
	border: 1px solid #C8A5E9;
	height: 19px;
	width: 460px;
	white-space: normal;
	text-indent: 2px;
}

.labesl_buscador {
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
}

.smallcomponentsbusqueda {
	font-family: Verdana;
	font-size: 11px;
	border: 1px solid #C8A5E9;
	height: 19px;
	width: 90px;
	white-space: normal;
}

.smallcomponentsbusquedaedit {
	font-family: Verdana;
	font-size: 11px;
	border: 1px solid #C8A5E9;
	height: 16px;
	width: 85px;
	white-space: normal;
}

.medcomponentsbusqueda {
	font-family: Verdana;
	font-size: 11px;
	border: 1px solid #C8A5E9;
	height: 19px;
	width: 190px;
	white-space: normal;
}
.labesl_buscador_con_linea {
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.titulopropiedad {
	font-family: Verdana;
	font-size: 13px;
	font-weight: bolder;
	color: #990000;
}

.labelspropiedad {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color:#333333;
}

.menu_xembe {
	font-family: Verdana;
	font-size: 11px;
	color: #452662;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #C8A5E9;
	border-right-color: #C8A5E9;
	border-bottom-color: #C8A5E9;
	border-left-color: #C8A5E9;
}

.menu_xembe a:link {
	text-decoration: none;
	color: #000000;
}

.menu_xembe a:visited {
	text-decoration: none;
	color: #000000;
}

.menu_xembe a:hover {
	color: #8502F6;}
	
.letrapie {
	color: #FFFFFF;
	font-weight: bold;
}	



.letracatsub {
	font-family: Verdana;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
	font-style:italic;		
}

.letraproductos {
	font-family: Verdana;
	font-size: 18px;
	color: #B085d6;
	color: #FFFFFF;
	font-weight: bold;	
	font-style:italic;		
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #C8A5E9;
	border-right-color: #C8A5E9;
	border-bottom-color: #C8A5E9;	
}

.subcat {
	font-family: Verdana;
	font-size: 11px;
	color: #B085d6;
	font-weight: bold;	
}

.subcat a:link {
	font-family: Verdana;
	font-size: 13px;
	color: #B085d6;
	text-decoration: none;	
	font-weight: bold;	
}

.subcat a:visited {
	font-family: Verdana;
	font-size: 13px;
	color: #B085d6;
	text-decoration: none;	
	font-weight: bold;	
}

.subcat a:hover {
	font-family: Verdana;
	font-size: 13px;
	color: #B085d6;
	text-decoration: none;	
	font-weight: bold;	
}

.productotable {
	border: 1px solid #664E88;
	background-color: #18121E;
}

.letracatsubinbox {
	font-family: Verdana;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	font-style:italic;		
}

.letraproducto {
	font-family: Verdana;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}

.letraart {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	font-style:italic;			
}

.letraprecio {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}

.letrapreciovalor {
	font-family: Verdana;
	font-size: 17px;
	color: #FFFFFF;
	font-weight: bold;
}

.cajaseleccion {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #C8A5E9;
	border-right-color: #C8A5E9;
	border-bottom-color: #C8A5E9;	
}

.letraoferta {
	font-family: Verdana;
	font-size: 11px;
	color: #B085d6;
	font-weight: bold;	
	font-style:italic;		
}

.letraofertacodigo {
	font-family: Verdana;
	font-size: 11px;
	color: #fff;
	font-weight: bold;	
	font-style:italic;		
}

.letraofertaprecio {
	font-family: Verdana;
	font-size: 12px;
	color: #fff;
	font-weight: bold;	
}