/* CSS Document */
body{
	background: fixed url(../imagenes/fotos_comunes/fondoGIF.gif);
	margin-bottom:0px;
	margin-top:0px;
	margin:0 auto;
}
/*botones*/

.tableGeneral{
  border:solid;
  border:#CCCCCC;
  border:1px;
}
 
#boton{

background:#0059B3;
color:#FFFFFF;
border:#CCCCCC;

}

 
#textbox1{
font:11px georgia;
width:174px;
}

.textTitulo {
	font:16px georgia;
	font-weight:bold;
	color:#990000;
}

.textBienvenida {
	font:19px georgia;
	font-weight:bold;
	color:#999999;
}

.textTituloFrase {
	font:20px georgia;
	font-weight:bold;
	color:#0000CC;
}

.textNormal {
	font:12px Verdana;
	text-align:justify;
}

.textDesarrollador {
	font:9px arial;
    color:#FFFFFF;  
	font-weight:bold;
}

.textFecha{
	font:11px arial;
    color:#000000;  
	font-weight:bold;
}

.textMensaje {
	font:11px Georgia, "Times New Roman", Times, serif;
    font-weight:bold;
	font-style:italic;
	text-align:center;
}

.textNosotros {
	font:11px georgia;
	padding:12px;
    line-height:16px;
}
.textCopyright{
	font:10px georgia;
}

#textOpcionesUP a{
	font:9px arial;
    color:#333333;
	font-weight:bold;
	text-decoration: none;
}

#textOpcionesUP a:hover{
	font:9px arial;
    color:#333333;
	font-weight:bold;
	text-decoration:underline;
}


#textVer a{
	font:11px Verdana;
    color:#0000FF;
	font-weight:bold;
	text-decoration: none;
}

#textVer a:hover{
	font:11px Verdana;
    color:#0000FF;
	font-weight:bold;
	text-decoration:underline;
}



/*para el menú de pie de página*/
#menuInferiror a{
	font:10px georgia;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
}
#menuInferiror a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

/*Para títulos de joyas en Nuevos Productos*/
#opciones5 a{
	font:11px georgia;
	color: #000000;
	padding:9px;
	font-weight:bold;
	text-decoration: none;
}
#opciones5 a:hover{
	color:#0000FF;
	text-decoration:underline;
}


#vinculo_cesta_index a{
	font:11px georgia;
	color: #990000;
	font-weight:bold;
	text-decoration:underline;
}
#vinculo_cesta_index a:hover{
	color: #990000;
	text-decoration:underline;
}

#vinculo_detalles_index a{
	font:11px georgia;
	color: #000000;
	font-weight:bold;
	text-decoration:underline;
}
#vinculo_detalles_index a:hover{
	color: #000000;
	text-decoration:underline;
}

/*Para dar formato de celda a título en principal*/
.titprinc {
	font:11px georgia;
	background:#990000;
	color:#FFFFFF;
	font-size: 12px;
	border-top-style:double;
	border-bottom-style:double;
	border-top-color:#990000;
	border-bottom-color:#990000;
}

.titprinc2 {
	font:14px georgia;
	background:#990000;
	color:#FFFFFF;
	font-size: 12px;
	border-bottom-style:double;
	border-bottom-color:#990000;
}

/*Para intro*/
.marcoIntro {
	border-top-style:solid;
	border-bottom-style:solid;
	border-left-style:solid;
	border-right-style:solid;
	border-top-color:#000000;
	border-bottom-color:#000000;
	border-left-color:#000000;
	border-right-color:#000000;
}

