/*
  Copyright (c) EnLaInternet.com
  Released under the GNU General Public License
*/



/*  MESSAGES  ---------------------------------------------   */


.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */
#manu * {background:none;padding-top:0;padding-bottom:0;}
#manu select {background-color:#fff;padding-top:0;padding-bottom:0;}
.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

s {
	color:#808080;
	font-size:11px;
	font-weight:normal;
}


/* --------------------------------------------   BODY Y LISTAS                ---------------------------------------------------- */
body {padding:0; margin:0; background:#FFFFFF}

body, td {font-family:Verdana,verdana,arial; font-size:10px; color:#464646; line-height:18px;}

      
/* FORMULARIOS ---------------------------------------------------- */

FORM {
	display: inline;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

INPUT {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  border: 1px solid #26C7B9;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  border: 1px solid #26C7B9;
}


   
	
/*  LINKS Y MENUS ---------------------------------------------------- */

a:link { 
	color: #26C7B9;
	text-decoration: none; 
	}

a.ancla:link, a.ancla:visited { 
	color: #26C7B9;
	text-decoration: none; 
	font-size: 15px;

	}
	
a:visited { 
	color: #26C7B9;
	text-decoration: none; 
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #021457;
	}
a.ancla:hover { 
	text-decoration: underline; 
	color: #021457;
	font-size: 15px;
	}
	
a.contacto:link,visited { 
	color: #021457;
	text-decoration: none; 
	}

a.contacto:hover,active { 
	text-decoration: underline; 
	color: #021457;
	}