/*tags*/
* {
	margin: 0px;
	padding: 0px;
}
img {
	border:0px;
}
p {
	padding-bottom:15px;
}
@font-face {
 font-family: Helvetica;
 src: url('../helvetica.ttf');
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}
/*main*/
#fondo {
	background-color:#101010;
}
#btns_home  {
	position:absolute;
	left: 795px;
	top: -33px;
}
#fondo_pie {
	background-image: url(../imagenes/fondo_pie.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#fondo_top {
	background-image: url(../imagenes/fondo_top.png);
	background-repeat:no-repeat;
	background-position: top center;
	padding-top: 84px;
}
#fondo_imgs {
	background-image: url(../imagenes/fondo_imgs.jpg);
	background-repeat:no-repeat;
	background-position: center top;
}
#fondo_repeat {
	background-image: url(../imagenes/fondo_cont_repeat.png);
	margin: auto;
	width: 982px;
}
#fondo_cont {
	background-image: url(../imagenes/fondo_cont.png);
	background-repeat: no-repeat;
	background-position: top;
	position:relative;
}
#pie {
	background-image: url(../imagenes/pie.png);
	height: 107px;
	margin: auto;
	background-position:top;
	position:relative;
	color:#CCC;
}
#logo {
	position:absolute;
	top: -67px;
	left: 53px;
}
#con_botonera {
	position: absolute;
	left: 39px;
	top:-26px;
}
#logo_pie {
	position:absolute;
	top: 30px;
	left: 44px;
}
#datos_pie {
	position:absolute;
	left: 258px;
	top: 31px;
}
#copy_pie {
	position:absolute;
	width: 496px;
	left: 427px;
	top: 31px;
	text-align:right;
}
#contenido {
	width: 904px;
	margin: auto;
	padding-top:43px;
}
#boxs_home {
	text-align:right;
	position:relative;
	width:904px;
}
#box_principales_productos {
	position:absolute;
	top: -17px;
	left: 1px;
}
#box_suscripcion {
	background-image: url(../imagenes/fondo_suscripcion_news.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 42px;
	margin-bottom:10px;
	clear:both;
	text-align:right;
}
#box_suscripcion form {
	margin-right:80px;
	padding-top:12px;
}
#box_suscripcion .campo {
	width:250px;
	margin-right:10px;
}
#box_suscripcion #btn {
	position:absolute;
	margin-top:-7px;
}
#contenido {
	height:1%;
	overflow:hidden;
}
#col_izq {
	width:486px;
	float:left;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
}
#col_der {
	width:314px;
	float:left;
	background-image: url(../imagenes/fondo_col_der.png);
	background-repeat: no-repeat;
	background-position: top;
	padding: 25px;
}
.tit h1 {
	font-size:25px;
	font-weight:normal;
	padding-bottom:10px;
	margin-bottom:15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	font-family: Helvetica;
	color:#666;
}
.tit h2 {
	font-size:25px;
	font-weight:normal;
	padding-bottom:10px;
	margin-bottom:15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	font-family: Helvetica;
	color:#666;
}
.tit h2 span {
	color:#8E0613;
}
.tit h3 {
	font-size:25px;
	font-weight:normal;
	padding-bottom:10px;
	margin-bottom:15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	font-family: Helvetica;
	color:#666;
}
#flash_player_header {
	text-align:center;
	height:276px;
}
#flash_player_header p {
	padding-top:120px;
}
/*home*/
.lista_home {
	color:#A00C0F;
}
.lista_home li {
	list-style-type:disc;
	float:left;
	width:230px;
	padding-bottom:10px;
	font-size: 14px;
	list-style-position:inside;
}
.lista_home li a {
	color:#FF6600;
}
.lista_home li a:hover {
	color:#A84300;
}
/*novedades home*/
.box_novedad {
	padding-bottom:15px;
	height:1%;
	overflow:hidden;
}
.box_novedad .tit h4 {
	padding-bottom:10px;
}
.box_novedad .tit h4 a {
	color:#FF3300;
	text-decoration:none;
}
.box_novedad .tit h4 a:hover {
	text-decoration:underline;
}
.box_novedad .img {
	float:left;
	background-image: url(../imagenes/fondo_img_novedad_home.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 126px;
	margin-right: 15px;
}
.box_novedad .img img {
	padding:9px;
}
.box_novedad .txt {
	padding-bottom:10px;
	padding-top:6px;
}
/*productos*/
#cont_seccion {
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	height:1%;
	overflow:hidden;
}
.box_producto {
	background-image: url(../imagenes/fondo_box_producto.png);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	height: 180px;
	width: 380px;
	overflow:hidden;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 40px;
	padding-left: 25px;
}
.box_producto .izq {
	width:175px;
	padding-right:25px;
	float:left;
}.box_producto .der {
	float:left;
}
.box_producto .titulo h3 {
	font-size: 20px;
	padding-bottom: 10px;
	font-family:Helvetica;
	font-weight:normal;
	color:#666;
}
.box_producto .titulo h3 a {
	color:#666;
	text-decoration:none;
}
.box_producto .titulo h3 a:hover {
	text-decoration:underline;
}
.box_producto .lista {
	position:absolute;
	margin-left:200px;
	margin-top:10px;
	width:230px;
	overflow:hidden;
	height:50px;
}
.box_producto .btn a {
	color:#666;
	text-decoration:none;
}
.box_producto .btn a:hover {
	text-decoration:underline;
}
#fondo_cat {
	background-image: url(../imagenes/fondo_cat.png);
	margin: auto;
	padding-top: 25px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: top;
	height:1%;
	overflow:hidden;
}
#tit_cat h1 {
	font-size: 20px;
	padding-bottom: 10px;
	font-family:Helvetica;
	font-weight:normal;
	color:#666;
}
.item_cat {
	float:left;
	width:258px;
	padding-right:15px;
	padding-bottom:25px;
}
.item_cat .img {
	background-image: url(../imagenes/fondo_img_mini.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 126px;
	float: left;
	margin-right:10px;
}
.item_cat .titulo h3 {
	padding-top:10px;
	font-size: 12px;
	padding-bottom: 5px;
	font-weight:normal;
	color:#FF6600;
}
.item_cat .titulo h3 a {
	color:#FF6600;
	text-decoration:none;
}
.item_cat .titulo h3 a:hover {
	text-decoration:underline;
}
.item_cat .img img {
	padding:10px;
}
.item_cat .btn a {
	color:#666;
	text-decoration:none;
}
.item_cat .btn a:hover {
	text-decoration:underline;
}
#col_izq_amp {
	background-image: url(../imagenes/fondo_col_izq_amp.png);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	width: 585px;
	margin-left:16px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 25px;
	padding-left: 30px;
	position:relative;
}
#col_der_amp {
	background-image: url(../imagenes/fondo_col_der_amp.png);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	width: 175px;
	margin-top:3px;
	padding:25px;
}
#tit_amp h1 {
	font-size:25px;
	font-weight:normal;
	padding-bottom:10px;
	font-family: Helvetica;
	color:#666;
}
#btn_descargar_ficha {
	position:absolute;
	right:25px;
	top:25px;
}
#img_amp {
	text-align:center;
	padding-bottom:25px;
}
#txt_amp {
	font-size:12px;
}
#galeria {
	height:1%;
	overflow:hidden;
	padding-left:40px;
	padding-bottom:20px;
}
#galeria .img {
	background-image: url(../imagenes/fondo_img_mini.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 126px;
	float: left;
}
#galeria .img img {
	padding:10px;
}
#tit_col_amp h3 {
	font-size:20px;
	font-weight:normal;
	padding-bottom:10px;
	font-family: Helvetica;
	color:#8E0613;
}
.item_prod_amp {
	padding-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	margin-bottom: 10px;
}
.item_prod_amp .img {
	float:left;
	padding-right:10px;
}
.item_prod_amp .tit h4 {
	padding-bottom:4px;
	font-weight:normal;
}
.item_prod_amp .tit a {
	color:#FF6600;
	text-decoration:none;
}
.item_prod_amp .tit a:hover {
	text-decoration:underline;
}
.item_prod_amp .btn a {
	color:#181818;
	text-decoration:none;
}
.item_prod_amp .btn a:hover {
	text-decoration:underline;
}
#btn_volver_prod a {
	color:#940814;
}
/*empresa*/
#cont_seccion_col {
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	height:1%;
	overflow:hidden;
	width:600px;
	margin-right:10px;
	float:left;
}
.subtit h3 {
	font-size:20px;
	font-weight:normal;
	padding-bottom:10px;
	font-family: Helvetica;
	color:#FFA96E;
}
#col_imgs_seccion {
	background-image: url(../imagenes/fondo_col_imgs.png);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	width: 213px;
	padding: 16px;
	margin-top:10px;
}
#col_imgs_seccion img {
	padding-bottom:10px;
}
.label_campo {
	padding-bottom:5px;
	padding-top:10px;
}
#btn_enviar {
	padding-top:10px;
	text-align:right;
}
.datos {
	padding-bottom:15px;
	text-align:right;
	margin-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	color:#666;
}
#feed {
	text-align:center;
	padding:60px;
	font-size:15px;
}
/*novedades*/
.novedad_lista {
	background-image: url(../imagenes/fondo_box_producto.png);
	background-repeat: no-repeat;
	background-position: top;
	padding:20px;
	float: left;
	width: 390px;
	height:1%;
	overflow:hidden;
}
.tit_novedad_lista {
	height:55px;
	float:left;
	overflow:hidden;
}
.tit_novedad_lista h2 {
	font-size:18px;
	font-weight:normal;
	padding-bottom:10px;
	font-family: Helvetica;
	float:left;
	width:260px;
}
.tit_novedad_lista h2 a {
	color:#666;
	text-decoration:none;
}
.tit_novedad_lista h2 a:hover {
	color:#666;
	text-decoration:underline;
}
.fecha_novedad_lista {
	color:#FF6600;
	float:left;
	text-align:right;
	width:130px;
	padding-top:5px;
	padding-bottom:5px;
}
.img_novedad_lista {
	float:left;
	padding-right:20px;
}
.descripcion_novedad_lista {
	height:87px;
	overflow:hidden;
}
.btns_novedad_lista {
	text-align:right;
	padding-top:10px;
}
/*novedades amp*/
#novedad_amp {
	background-image: url(../imagenes/fondo_box_novedad.png);
	background-repeat: no-repeat;
	background-position: top;
	height:1%;
	overflow:hidden;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
}
#tit_novedad_amp h1 {
	font-size:30px;
	font-weight:normal;
	padding-bottom:10px;
	font-family: Helvetica;
	float:left;
	width:680px;
}
#fecha_novedad_amp {
	color:#FF6600;
	float:left;
	text-align:right;
	width:130px;
	padding-top:5px;
	padding-bottom:5px;
}
#img_novedad_amp {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
	border: 1px solid #E4E4E4;
}
#bajada_novedad_amp {
	font-style:italic;
	color:#A00C0F;
	font-size:14px;
	line-height:18px;
	padding-bottom:20px;
}
#descripcion_novedad_amp {
}
#btns_novedad_amp {
	text-align:right;
	padding-top:15px;
}

