@charset "utf-8";
.fondo {
	background-image: url(../images/fondo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.cabecera{
	font-family: "Trebuchet MS", Verdana;
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}

.Titulo{
	font-family: "Trebuchet MS", Verdana;
	font-size: 26px;
	font-weight: bold;
	color: #000000;
	text-decoration:none;
}

.entrada a{
	font-family: "Trebuchet MS", Verdana;
	font-size: 50px;
	font-weight: bold;
	color: #29271d;
	text-decoration:none;
}

.entrada a:hover{
	font-family: "Trebuchet MS", Verdana;
	font-size: 50px;
	font-weight: bold;
	color: #C10000;
	text-decoration:none;
}

.precio a{
	font-family: "Trebuchet MS", Verdana;
	font-size: 36px;
	font-weight: bold;
	color: #29271d;
	text-decoration:none;
}

.precio a:hover{
	font-family: "Trebuchet MS", Verdana;
	font-size: 36px;
	font-weight: bold;
	color: #C10000;
	text-decoration:none;
}

.txtRoja a{
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	color: #C10000;
	text-decoration:none;
}
.txtRoja a:hover{
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	color: #000000;
	text-decoration:none;
}


.txtGeneral {
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	color: #29271d;
	text-align: justify;
}
.nomCaracteristica {
	font-family: "Trebuchet MS", Verdana;
	font-size: 14px;
	color: #29271d;
	font-weight: bold;
}
.caracteristica {
	font-family: "Trebuchet MS", Verdana;
	font-size: 14px;
	color: #bbae6f;
	font-weight: bold;
}
.fondoCaract {
	background-image: url(../images/fondoCaract.png);
	background-repeat: repeat;
	background-position: left top;
}
.minizona {
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	color: #000000;
	padding-right: 30px;
	padding-left: 40px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.minizona a{
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	color: #000000;
}

* {
position: relative;
}
#contenedor {
width: 378px;
}
#contenedor .sombra1 {
background-color: #cccccc;
}
#contenedor .sombra2 {
background-color: #999999;
bottom: 2px;
right: 2px;
}
#contenedor .sombra3 {
right: 2px;
bottom: 2px;
background-color: #666666;
}
#contenedor .caja {
border-style: solid;
border-width: 1px;
padding: 15px;
background-color: #ccccff;
right: 2px;
bottom: 2px;
}