body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.rojo {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #cb260f; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.rojosmall {
	FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #cb260f; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.texto {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #333333; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
a.texto:hover {
	COLOR: #cb260f
}

.texto_small {
	FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #6f6f6f; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.texto_micro {
	FONT-WEIGHT: normal; FONT-SIZE: 9px; COLOR: #6f6f6f; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.menu_bottom {
	FONT-WEIGHT: normal; FONT-SIZE: 9px; COLOR: #6f6f6f; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}

.texton {
	FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #696969; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
a.texton:hover {
	COLOR: #cb260f
}
.blancosmall {
	FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #ffffff; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.blanco {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #ffffff; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.box {
	BORDER-RIGHT: #7f9db9 1px solid; BORDER-TOP: #7f9db9 1px solid; FONT-WEIGHT: normal; FONT-SIZE: 11px; BORDER-LEFT: #7f9db9 1px solid; COLOR: #333333; BORDER-BOTTOM: #7f9db9 1px solid; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.texto_small_negro {
	FONT-WEIGHT: normal; FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}

/* Formulario carrito */
table.tcarrito
{
  padding: 7px 12px;
}
table td.data
{
  background: #C0C0C0;
  padding: 2px 10px;
}
td.w100
{
  width: 100px;
}
td.obligatorio
{
  padding-left: 12px;
}
/* JEZ: El td contenedor de las opciones de fasciculo inicial */
td#td_entrega span
{ 
  position:relative;
  top:-4px;
}
.boton
{
  border: none;
  background: #CB260F url("/assets/images/template/flecha.gif") no-repeat center right;
  border-width:1px 4px 1px 1px;
  border-style: solid;
  border-color: #cb260f;
  cursor: pointer;
}
.error
{
  font-size: 9px;
  color: #CB260F;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  font-weight: bold;
}
.asterisco
{
  margin-left: 3px;
}
/*div.confirmacion*/
div.confirmacion
{
  border: 1px dotted #6F6F6F;
  padding: 7px;
  text-align: justify;
}
div.confirmacion p.msgerror
{
  background: #FFFFCC;
  border: 1px solid #CB260F;
  text-align: justify;
  padding: 5px;
}
/* Div descripcion corta suscripcion */
div.descripcion
{
  border:1px dashed #c0c0c0;
  padding:10px 10px 5px 10px;
}
div.derecha
{
  text-align:right;
}