/* CSS Document */

h1 {
	font-family: "Trebuchet MS", Verdana;
	font-size: 20px;
	font-weight: bold;
	color: #B70D15;
	text-align: left;
	margin-top: 0px;
}


h2 {
	font-family: "Trebuchet MS", Verdana;
	font-size: 15px;
	font-weight: bold;
	color: #666666;
	margin: 0px;
}

.imagen {
	margin:0px;
	padding:0px;
	border: 2px solid #d2d2d2;
}



.contenido_bloque_producto {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #EEEEEE;
	margin-top: 15px;
	margin-bottom: 20px;
}
/*---------------------columna dcha---------------*/
.img_producto{
	float: right;
	margin-right: 30px;
	margin-top: 25px;
}

/*---------------------columna izq----------------*/
.texto_ficha {
	width: 650px;
	padding-left: 20px;
	float: left;
	text-align: justify;
	font-size: 14px;
	color: #999999;
	font-family: "Trebuchet MS", Verdana;
	margin: 0px;
}
.titulo_programa {
	font-family: "Trebuchet MS", Verdana;
	font-size: 20px;
	font-weight: bold;
	color: #045074;
}
.enlace_comprar{
	font-weight: bold;
	float: right;
	padding-right: 20px;
	width: 130px;
	line-height: 15px;
	font-size: 16px;
	padding-left: 5px;
	height: 30px;
	padding-top: 6px;
}
.enlace_comprar a:hover{
	font-weight: bold;
	color: #B70D15;
}
.enlace_comprar a {
	font-weight: bold;
	color: #045074;
	text-decoration: none;
	padding-bottom: 10px;
}


.enlace_carrito{
	font-weight: bold;
	padding-top: 6px;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	color: #4179AF;
}
.enlace_carrito a:hover{
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
.enlace_carrito a {
	font-weight: bold;
	color: #045074;
	text-decoration: none;
	padding-bottom: 10px;
	font-size: 14px;
	text-transform: uppercase;
	padding-left: 15px;
}

/*-------------------------------------*/
.clear {
	clear: both;
	width: 100%;
	height: 10px;
	
}
.rojo {
	font-weight: bold;
	color: #B70D15;
}
.contenido_titulo_producto {
	width: 980px;
	padding-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
.enlace_icono_comprar {

	font-weight: bold;
	float: right;
	width: 40px;
	line-height: 15px;
	font-size: 16px;
	padding-left: 0px;
	height: 30px;
	text-align: right;
}
.ver_condiciones_compra {

	font-family: "Trebuchet MS", Verdana;
	font-size: 10px;
	color: #B70D15;
}
.ver_condiciones_compra a {
	font-family: "Trebuchet MS", Verdana;
	font-size: 10px;
	color: #B70D15;
	text-decoration: none;
}
.ver_condiciones_compra a:hover {
	font-family: "Trebuchet MS", Verdana;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

