/*
//
// +----------------------------------------------------------------------+
// |zen-cart Open Source E-commerce                                       |
// +----------------------------------------------------------------------+
// | Copyright (c) 2003 The zen-cart developers                           |
// |                                                                      |
// | http://www.zen-cart.com/index.php                                    |
// |                                                                      |
// | Portions Copyright (c) 2003 osCommerce                               |
// +----------------------------------------------------------------------+
// | This source file is subject to version 2.0 of the GPL license,       |
// | that is bundled with this package in the file LICENSE, and is        |
// | available through the world-wide-web at the following url:           |
// | http://www.zen-cart.com/license/2_0.txt.                             |
// | If you did not receive a copy of the zen-cart license and are unable |
// | to obtain it through the world-wide-web, please send a note to       |
// | license@zen-cart.com so we can mail you a copy immediately.          |
// +----------------------------------------------------------------------+
// $Id: stylesheet.css 290 2004-09-15 19:48:26Z wilt $
*/
BODY {
	background-color: #FFFFFF;
	color: #000000;
	margin: 0px;
	margin-bottom: 0px;
	padding: 0px;
   font: 11px Verdana, Arial, sans-serif;
}

A {
  color: #666666;
  text-decoration: none;
}

A:hover {
  color: #993300;
  text-decoration: underline;
 
}

FORM {
	display: inline;
}

/*HEADER CSS*/
TD {
	margin:0px 0px 0px 0px;
}


TD.headerInfo {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

/*SIDEBOX CSS*/

.titulo {
	COLOR: #003399;font-size: 10pt; font-weight:bolder
}
.tituloinfovet {
	COLOR: #003399;font-size: 16pt; font-weight:bolder
}
.tituloilovetg {
	COLOR: #005EC4;font-size: 16pt
}
.tituloilovet {
	COLOR: #005EC4;font-size: 10pt; font-weight:bolder
}
.tituloenlace {
	COLOR: #000000
}
.texto {
  font-size: 11px;
  font-weight: normal;
  color: #666666;
}
.tituloverde {
  font-size: 14px;
  font-weight: bold;
  color: #006633;
  text-decoration:underline;
  font-style:italic;
}
.tituloverdef {
  font-size: 14px;
  font-weight: bold;
  color: #006338;
  text-decoration:underline;
}
.titulorojon2{
  font-size: 12px;
  font-weight: bold;
  color: #993300; 
}
.titulograna{
  font-size: 14px;
  font-weight: bold;
  color: #660000; 
}
.titulogranate{
  font-size: 12px;
  font-weight: bold;
  color: #660000; 
}
.titulorojon3 {
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  text-decoration: line-through;
}
.titulog {
  font-size: 12px;
  font-weight: bold;
  color: #000000;
}
.rojon {
  font-size: 11px;
  font-weight: bold;
  color: #993300;
}
.subtitulo {
  font-size: 12px;
  font-weight: bold;
  color: #990000;
}
.colornegro {
	COLOR: #000000
}
.colorazul {
	COLOR: #0164b1
}
.colorgris {
	COLOR: #666666
}
.colorrojo {
	COLOR: #ff0000
}


CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 11px;
}

UL {
	LIST-STYLE-IMAGE: url(img/css/flecha.gif); FONT-SIZE: 8pt; LINE-HEIGHT: 14px; FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica
}
