a:link {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}


/* NUEVOS ESTILOS */
#contenidos{
    min-height: 100%;
    padding: 5px;
    padding-bottom: 8px;
}
* html #contenidos{ /*estilo solo para IE ya que no se admite la propiedad min-height*/
    height: 100%;
}

#centro {
	background-image: url('../images/fondo_contenido.gif');
	background-repeat: repeat-x;
    background-color: #FFFFFF;

}

#footer{
    background-color: #FFFFFF;
	text-align: center;
	border: 1px solid black;
}

#footer tr td{
	font-size: 11px;
	font-weight: bold;
}

.titulo_menuizquierda {
	background-image: url('../images/logomini_menu.jpg');
	background-repeat: no-repeat;
	padding-left: 50px;
	border: 2px solid #c8d5e4;
	font-size: 14px;
	color: #FFFFFF;
	height: 26px;
}

.titulo_menuizquierda a{
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
}

.titulo_menuizquierda a:hover{
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
}

.titulo_menuizquierda a:active{
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
}

.titulo_menuizquierda a:link{
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
}

.titulo_menuizquierda a:visited{
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
}

div.header_carrito{
	width: 50px;
	height: 30px;
	background-image: url('../images/carrito.jpg');
	background-repeat: no-repeat;
	text-align: right;
	vertical-align: middle;
	padding-right: 5px;
}

.linkheader{
	color: #FFFFFF;
}

.link{
	color: #2977BF;
}

.menuizquierda_1{
	color: #2977BF;
}

.menuizquierda_2{
	color: #8876b7;
}

.menuizquierda_3{
	color: #ba446b;
}

.menuizquierda_4{
	color: #d52a41;
}

.menuizquierda_5{
	color: #ec141d;
}

.menuizquierda_6{
	color: red;
	/*color: #ff0302;*/
}

table.menuizquierda{
	background-color: #DCF5FF;
	width: 100%;

}

table.menuizquierda td{
	padding-left: 5px;
	padding-top: 2px;
}

form {
	padding:0px;
	margin: 0px;
}

input, select{
	font-size: 12px;
	color: #2d63a6;
}


tr.menu_header{
	background-image: url('../images/fondo_menuheader.gif');
	background-repeat: repeat-x;
	vertical-align: middle;
}

tr.menu_header td{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}

h1.contenido{
	font-size: 16px;
	font-weight: bold;
	color: #2d63a6;
	border-bottom: 1px solid #2d63a6; 
}

h2.contenido{
	font-size: 12px;
	font-weight: bold;
	color: #2d63a6;
	border-bottom: 1px solid #2d63a6; 
}

h2.catalogo{
	font-size: 16px;
	font-weight: bold;
	color: #2d63a6;
	padding-left: 10px;
}

h2.catalogo img{
	padding-right: 10px;
	vertical-align: middle;
}

h2.catalogo a.titular{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #2d63a6;
}

table.contenido_productos tr.productos{
	background-image: url('../images/fondo_contenido.gif');
	background-repeat: repeat-x;
}

table.contenido_productos tr.productos td{
	border-left: 1px solid #2d63a6;
	border-right: 1px solid #2d63a6;
}

table.contenido_productos th {
	border-left: 1px solid #2d63a6;
	border-right: 1px solid #2d63a6;
	font-size: 14px;
	font-weight: bold;
	background-color: #267bfb;
	color: #FFFFFF;
	text-align: center;
}

table.contenido_productos td {
	vertical-align: top;
	text-align: center;
}

table.contenido_productos td.linea {
	border-bottom: 1px solid #267bfb;
	padding-bottom: 10px; 
	border-left: 1px solid #2d63a6;
	border-right: 1px solid #2d63a6;
}

table.contenido_productos_catalogo th {
	font-size: 14px;
	font-weight: bold;
	background-color: #267bfb;
	color: #FFFFFF;
	text-align: left;
}

table.contenido_productos_catalogo td {
	font-size: 12px;
	vertical-align: top;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: #267bfb 1px dashed;
}

table.contenido_productos_catalogo td a {
	color: #267bfb;
	padding-left: 10px;
}

table.tsd_en_el_mundo th {
	font-size: 14px;
	font-weight: bold;
	background-color: #267bfb;
	color: #FFFFFF;
	text-align: center;
}

table.tsd_en_el_mundo td {
	font-size: 12px;
	text-align: center;
}

table.tabla_formulario td{
	font-size: 12px;
	color: #2d63a6;
	text-align: left;
}

.botonenviar {
	font-weight: bold;
	background-color: #2d63a6;
	color: #FFFFFF;
	margin-right: 6px;
}

table.productos_subfamilias td{
	font-size: 12px;
	text-align: left;
}

.noticias {
	font-size: 12px;
}

img.imagen_aletorio {
	margin-bottom: 10px;
}

img.derecha {
	float: right;
}

table.carrito th{
	Background-color: #2d63a6;
	color: #FFFFFF;
	font-size: 12px;
}

table.carrito tr{
	border: 1px solid #2d63a6;
}

table.carrito td{
	font-size: 12px;
}

.oferta_home {
	font-size: 18px;
	color: red;

}

/* VIEJOS ESTILOS */

html,body{
	height:100%;
	background-image: url('../images/fondo_pagina2.jpg');
	background-repeat: repeat-x;
	background-color: #8AB9FE;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow: scroll;
}
body,td,th {
	font-size: 9px;
	font-weight: bold;
	color: #2d63a6;
}

p {
	font-size: 12px;
	text-indent: 10px;
}

ul {
	font-size: 12px;

}

img {
	border:0;
}

table {
	border:0px;
	border-collapse: collapse;
}

.letras {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;	
}
.caberojas {
    font-size: 12px; 
	color: #800000; 
	font-weight: bolder
}
.cabecera {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;	
	color: #2d63a6;
	font-weight: bold;
}
.cabefamilias {
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;	
	color: #2d63a6;
	font-weight: bold;
}
.cajitas {
	font-family: Verdana;
	font-size: 10px;
	background-color: #dde1e5;
	border: thin solid #688bb6;
	color: #000000;
	text-align: right;
}
.letrascatalogo {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #2d63a6;
	text-decoration: none;
	font-weight: bold;
}
.cajitasizq {
	font-family: Verdana;
	font-size: 10px;
	background-color: #dde1e5;
	border: thin solid #688bb6;
	color: #000000;
	text-align: left;
}

.Estilo2 {font-size: 12px; color: #800000; font-weight: bolder)
.Estilo9 {font-size: 9px; color: #800000; font-weight: bolder}
.Estilo11 {font-size: 9px}
.Estilo12 {font-size: 9px; color: #800000; }


#contenidos2{
    float:left;
    width:480px;
    min-height: 250px;
    border: 3px solid grey;
    margin-left: 10px;
    padding: 5px;
    padding-bottom: 8px;
    background-color: red;
}
* html #contenidos{ /*estilo solo para IE ya que no se admite la propiedad min-height*/
    height: 400px;
}