/* CSS Document 
Colores: 
#B8002E, Rojo
#333333, Fuentes
#e6dfdf, Moradito
#f8f8f8, Fondo Claro*/

body { 
background-attachment : scroll; 
background-repeat : repeat; 
background-position : center top; 
background-image : url(../Fotos/Dise%F1o/Fondo.jpg); 
z-index: -30;
} 
/*Titulos Grandes Tabla Arriba*/
h1 { 
text-align : center; 
vertical-align: middle;
color : #B8002E; 
font-family : arial; 
font-weight : bold; 
font-size : 24px; 
margin-top : 10px; 
margin-bottom : 10px; 
} 
/*Titulos Articulos, Ref. Precios Detalles*/
h2 { 
text-align : center; 
color : #333333; 
font-family : arial; 
font-weight : bold; 
font-size : 13px; 
} 

/*Barra detalles Back y Home*/
h3 { 
text-align : center; 
vertical-align: middle;
color : #333333; 
font-family : arial; 
font-weight : bold; 
font-size : 14px; 
padding-top : 5px;
padding-bottom : 5px;
padding-right : 30px;
padding-left : 30px;
} 

/*Sold Vendido y Contacto*/
h4 { 
text-align : center; 
vertical-align: middle;
color : #b8002e; 
font-family : arial; 
font-weight : bold; 
font-size : 16px; 
margin-top : 5px; 
margin-bottom : 5px;
} 

p.center { 
text-align : center; 
color : #333333; 
font-family : arial; 
font-size : 13px; 
} 
p.left { 
text-align : left; 
color : #333333; 
font-family : arial; 
font-size : 13px; 
} 
a:link { 
font-family : Arial; 
text-decoration : none; 
color : #333333; 
font-weight : bold; 
} 
a:visited { 
font-family : Arial; 
text-decoration : none; 
color : #333333; 
font-weight : bold; 
} 
a:hover { 
font-family : Arial; 
text-decoration : none; 
color : #b8002e;
font-weight : bold; 
} 
a:active { 
font-family : Arial; 
text-decoration : none; 
color : #333333; 
font-weight : bold; 
} 
table.Tabla-Arriba { 
border : 0; 
} 

table.Tabla-Abajo { 
border : 0; 
} 

table.Tabla-Abajo td.d2 {
	background-color: #e6dfdf;
}

table.Tabla-Presentacion {
border : 0; 
height: 62px;
text-align : center; 
vertical-align: middle;
font-family : arial; 
font-weight : bold; 
font-size : 16px; 
color : #B8002E; 
}
table.Tabla-Presentacion td.d1 {
	background-color: #f8f8f8;
}
table.Tabla-Presentacion td.d2 {
	background-color: #e6dfdf;
}

table.Tabla-Menu { 
border : 0; 
text-align : center;
vertical-align: middle;
font-family : arial; 
font-weight : bold; 
font-size : 14px; 
color : #333333; 
background-color : #e6dfdf; 
} 
/* para celdas del menu con link, 
ojo, al aplicar aņadir mouseover en el html */
.menu { 
background-color : #e6dfdf; 
} 
/* para celdas del menu que hacen la 
separacion de color claro */
table.Tabla-Menu td.d1 {
	background-color: #f8f8f8;
}
/* para celdas del menu sin link, 
ojo, al aplicar quitar mouseover del html */
td.celda-activa { 
font-family : arial; 
font-weight : bold; 
font-size : 14px; 
color: #B8002E;
background-color : #f8f8f8; 
} 
table.Tabla-Pagina-Sgte { 
border : 0; 
width : 100%; 
text-align : center; 
vertical-align: middle;
font-family : arial; 
font-weight : bold; 
font-size : 14px; 
color : #b8002e; 
background-color : #f8f8f8; 
} 
table.Tabla-Pagina-Sgte tr.d2 td {
	background-color: #e6dfdf;
}

table.Tabla-Pagina-Sgte-abajo { 
border : 0; 
width : 100%; 
text-align : center; 
vertical-align: middle;
font-family : arial; 
font-weight : bold; 
font-size : 14px; 
color : #b8002e; 
background-color : #f8f8f8; 
} 

table.Tabla-Articulos { 
border : 0; 
width : 100%; 
font-family : arial; 
font-size : 13px; 
color : #333333; 
} 
table.Tabla-Articulos tr.d1 td {
	background-color: #f8f8f8;
}
table.Tabla-Articulos tr.d2 td {
	background-color: #e6dfdf;
}

table.Tabla-Pie { 
border : 0; 
width : 100%; 
font-family : arial; 
font-size : 14px; 
color : #333333; 
} 
table.Tabla-Pie tr.d1 td {
	background-color: #f8f8f8;
}
table.Tabla-Pie tr.d2 td {
	background-color: #e6dfdf;
}

table.Tabla-detalles { 
border : 0; 
background-color : #f8f8f8; 
text-align : center; 
font-family : arial; 
font-size : 13px; 
color : #333333; 
} 

