/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/


	
 
P.opciones {
  font-family: Univers 57 Condensed Light;
	font-size: 12px;
	font-weight: bold;
	CLEAR: both; 
	MARGIN-TOP: 0px; 
	MARGIN-BOTTOM: 3px; 
	PADDING-TOP: 5px; 
	BORDER-BOTTOM: #ec3d12 2px solid
}

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 11px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 11px; background: #00ff00; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 11px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 11px; color: #FF0000; text-decoration: underline; }

/*
	24-07-08: added height to adapt to browser resolution
*/
HTML {
  background-color: #FFFFFF; height:100%;
}

BODY {
	background: #ffffff;
	color: #000000;
	margin: 0px;
	background-color: White;
	height:100%;
	
}

A {
  color: #000000; 
  /*color: #a40031; */
  text-decoration: none;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #d6d6d6;
}

A.header {
	font-family: Univers 57 Condensed Light;
	font-size: 12px;
	//font-weight: bold;
	color: black;
	text-decoration: none;
}

A.header:Hover {
	font-family: Univers 57 Condensed Light;
	font-size: 12px;
	//font-weight: bold;
	color: #ec3d12;
	text-decoration: none;
}

A.header-sel {
	font-family: Univers 57 Condensed Light;
	font-size: 12px;
	//font-weight: bold;
	color: #ec3d12;
	text-decoration: none;
}

A.header-sel:Hover {
	font-family: Univers 57 Condensed Light;
	font-size: 12px;
	//font-weight: bold;
	color: black;
	text-decoration: none;
}


TR.headerNavigation {
	background: #4F0000;
}

TD.headerNavigation {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	background: #4f0000;
	color: #ffffff;
	font-weight: bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 13px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
	background: #FFF0B9;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 13px;
  background: #FFF0B9;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
	background: #4f0000;
	
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10 px;
  background: #4F0000;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #d6d6d6;
  
}

.infoBoxContents {
  background: #d6d6d6;
  font-family: Univers 57 Condensed Light;
  font-size: 11px;
}


.infoBoxContentsLogo {
  
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #FFF0B9;
  background-attachment:scroll;
  background-repeat:no-repeat;
  background-position:center;

}

.infoBoxNotice {
  background: #FFD51D;
  
}

.infoBoxNoticeContents {
  background: #FFF0B9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  
}

TD.infoBoxHeading {
	font-family: Univers 57 Condensed Light;
	font-size: 13px;
	font-weight: bold;
  background: #ec3d12;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  border: 0px;
  border-style: solid;
  border-color: #ec3d12;
  border-spacing: 1px;
}

.productListing-heading {
	font-family: Univers 57 Condensed Light;
  font-size: 13px;
  background: #ec3d12;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
	font-family: Univers 57 Condensed Light;
	font-size: 11px;
	background-color: White;
}

TD.productListing-odd {
	font-family: Univers 57 Condensed Light;
  font-size: 12px;
  background-color: White;
}

TD.productListing-even {
	font-family: Univers 57 Condensed Light;
  font-size: 12px;
  background-color: White;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}


/* Que hay de nuevo por aqui */
TD.pageHeading, DIV.pageHeading {
	font-family: Univers 57 Condensed Light;
	font-size: 15px;
	font-weight: bold;
  color: #000000;
  BORDER-BOTTOM: #ec3d12 2px solid	
}

TD.pageSubHeading, DIV.pageSubHeading {
  font-family: Univers 57 Condensed Light;
	font-size: 13px;
	font-weight: bold;
  color: #000000;
}

A.pageSubHeading {
  font-family: Univers 57 Condensed Light;
	font-size: 13px;
	font-weight: bold;
  color: #000000;
  text-decoration: none;
}

A.pageSubHeading:Hover {
  font-family: Univers 57 Condensed Light;
	font-size: 13px;
	font-weight: bold;
  color: #ec3d12;
  text-decoration: none;
}

A.pageSubHeading-sel {
  font-family: Univers 57 Condensed Light;
	font-size: 13px;
	font-weight: bold;
  color: #ec3d12;
  text-decoration: none;
}

A.pageSubHeading-sel:Hover {
  font-family: Univers 57 Condensed Light;
	font-size: 13px;
	font-weight: bold;
  color: #000000;
  text-decoration: none;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #000000;
}

LI.main, TD.main, P.main {
	font-family: Univers 57 Condensed Light;
  font-size: 12px;
  line-height: 1.5;
}

LI.main_sub, TD.main_sub, P.main_sub, SPAN.main_sub, DIV.main_sub {
	font-family: Univers 57 Condensed Light;
  font-size: 12px;
  line-height: 1.5;
	font-weight: bold;
  border-bottom: 10px solid #ec3d12;

}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Univers 57 Condensed Light;
  font-size: 12px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #ff0000;
}


CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

/* Invitado */
SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 11px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 11px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 11px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #ff0000; }


/* mainpage */

.mainpage {FONT-SIZE: 16px; FONT-FAMILY: Univers; color: black; text-align : justify;}
.mainpage1 {FONT-SIZE: 11px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif}
.mainpage2 {color: #0000CC; font-size: 13px; font-weight: bold; }
.mainpage3 {color: #A50031; font-weight: bold; }


/* left menu */

/*.lmenu_grp04,.lmenu_grp05,.lmenu_grp06  {
	background: #a6a6a6;
	height: 25px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
	text-align : left;
}

A.lmenu_grp04,A.lmenu_grp05,A.lmenu_grp06 {
	font-family: Univers 57 Condensed Light;
	font-size: 13px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

A.lmenu_grp04:Hover,A.lmenu_grp05:Hover,A.lmenu_grp06:Hover {
	font-family: Univers 57 Condensed Light;
	font-size: 13px;
	font-weight: bold;
	color: #ec3d12;
	text-decoration: none;
}*/

.lmenu_grp01  {
	background: #a6a6a6;
	height: 25px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
	text-align : left;
}

A.lmenu_grp01 {
	font-family: Univers 57 Condensed Light;
	font-size: 13px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

A.lmenu_grp01:Hover {
	font-family: Univers 57 Condensed Light;
	font-size: 13px;
	font-weight: bold;
	color: #ec3d12;
	text-decoration: none;
}


.lmenu_grp01-sel  {
	background: #ec3d12;
	height: 25px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
	text-align : left;
}

A.lmenu_grp01-sel {
	font-family: Univers 57 Condensed Light;
	font-size: 13px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

A.lmenu_grp01-sel:Hover {
	font-family: Univers 57 Condensed Light;
	font-size: 13px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

.lmenu_grp02  {
	background: #d6d6d6;
	height: 25px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
	text-align : left;

}

A.lmenu_grp02 {
	font-family: Univers 57 Condensed Light;
	font-size: 11px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

A.lmenu_grp02:Hover {
	font-family: Univers 57 Condensed Light;
	font-size: 11px;
	font-weight: bold;
	color: #ec3d12;
	text-decoration: none;
}


.lmenu_grp02-sel  {
	background: #d6d6d6;
	height: 25px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
	text-align : left;
}

A.lmenu_grp02-sel {
	font-family: Univers 57 Condensed Light;
	font-size: 11px;
	font-weight: bold;
	color: #ec3d12;
	text-decoration: none;
}

A.lmenu_grp02-sel:Hover {
	font-family: Univers 57 Condensed Light;
	font-size: 11px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

.lmenu_grp03  {
	background: black;
	height: 25px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
	text-align : left;
}

A.lmenu_grp03 {
	font-family: Univers 57 Condensed Light;
	font-size: 13px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

A.lmenu_grp03:Hover {
	font-family: Univers 57 Condensed Light;
	font-size: 13px;
	font-weight: bold;
	color: #ec3d12;
	text-decoration: none;
}

.lmenu_grp03-sel  {
	background: #ec3d12;
	height: 25px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
	text-align : left;
}

A.lmenu_grp03-sel {
	font-family: Univers 57 Condensed Light;
	font-size: 13px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

A.lmenu_grp03-sel:Hover {
	font-family: Univers 57 Condensed Light;
	font-size: 13px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}


ul.mainpage li { color:#ec3d12; }


//input {color:#ec3d12;border:1px #ec3d12 solid;}
input {border:1px #ec3d12 solid;}
select { 
	border:1px #ec3d12 solid; 
	border-style: solid; 	
	border-color: #ec3d12; 
	font-family: Univers 57 Condensed Light;
	font-size: 10px; 
}  

A.schools_menu {
	font-family: Univers 57 Condensed Light;
	font-size: 13px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

A.schools_menu:Hover {
	font-family: Univers 57 Condensed Light;
	font-size: 13px;
	font-weight: bold;
	color: #ec3d12;
	text-decoration: none;
}


.btn-left {
	width: 3px;
	height: 21px;
	background-repeat: no-repeat;
}

.btn-right {
	width: 3px;
	height: 21px;
	background-repeat: no-repeat;
}

.btn-bg {
	height: 21px;
	background-image: url(images/buttons/btn_bg.gif);
	background-repeat: repeat-x;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
	font-family: Univers 57 Condensed Light;
	font-size: 11px;
	color: white;
	text-decoration: none;
}

.btn-bg a {
	font-family: Univers 57 Condensed Light;
	font-size: 11px;
	color: white;
	text-decoration: none;
}

validation_fooorm {
	border-width:1px;
	border-color:#ec3d12;
}


table.validation_form  {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: #ec3d12;
	background-color: white;
}

select1 {
background-color: #FFFFFF;
color: #000000; 
font-weight: bold;
font-size:10px; 
cursor: hand;
border-left-width:thin;
border-left-color:#000000;
border-top-width:thin;
border-top-color:#000000;
}

.kkk {
color: red;
background: inherit;
border: thin solid red;
} 

