html, body, a, td, div, span, .input, textarea, .btn{
    font-family: Arial;
    font-size: 12px;
}


h5 {
  font-family      : Tahoma, Arial, Helvetica, sans-serif;
  font-size        : 16px;
  text-align	   : center;
  color            : #000000;
    font-weight: bold;
}


html, body{
    background-color:#ffffff;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

a, .text, .group, .input{
    text-decoration: none;
    color: #000000;
}

.group{
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
}

a:hover, .menu_sel{
    color: #900000; 
   /* color: #ff7f00;*/
/*	color: white;*/
text-decoration: underline;
}

.tovar table{
    border-top: 2px solid #ccdcec;
    /*border-bottom: 2px solid #ccdcec;*/
}

.menu, .menu_sel{
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
}

img.foto {
	border: 5px solid #ffffff;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 15px;
	margin-right: 15px;
}


textarea {
    color : #000;
    border-color : #fdcc8a;
    background-color : #fdcc8a;
    font-size: 14px;
    margin-top: 1px;
    padding: 0px;


}


input, select {
    height: 22px;
    color : #000;
    border-color : #fdcc8a;
    background-color : #fdcc8a;
    font-size: 14px;
    margin-top: 1px;
    padding: 0px;
}

input.email, select.email {
    height: 18px;
    color : #000;
    border-color : #ffffff;
    background-color : #ffffff;
    font-size: 9px;
    margin-top: 1px;
    padding: 0px;
}

.input{
    width: 100px;
}

.bt{
    color: black;
    background-color : #eed6b2;
    font-weight: bold;
    font-size: 12px;
    height: 16px;
    border : 1px
    text-align : center;
    border-color: #fee6c2;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.wfull{
    width: 100%;
}

.hfull{
    height: 100%;
}

.top{
    vertical-align: top;
}

.bot{
    vertical-align: bottom;
}

.bold{
    font-weight: bold;
}

.top_text
{
	   color: FFA500;
		font-size: smaller;
		font-weight: normal;
/*	z-index: -1;*/
   /* white-space: nowrap;*/
}


/** Globals counters **/
#counters {
	margin: 10px 0 0 0;
}
#counters img {
    display:inline;  margin: 10px 10px 0 0;
    filter:alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}
#counters img:hover {
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}


/** EOF **/
