﻿@charset "utf-8";

/*** Contenido ***/
#contenedor-central { background-color:#d5d2d2; }
table#contenedor { font-size:0.8em; }
table#contenedor td { vertical-align:top; }
#contenido { width:712px; padding:25px; height:400px; background:url(../img/contenido-top.jpg) no-repeat; background-color:#f9f9f9; border-left:solid 0px black; text-align:left; }
#lateral { width:238px; padding-top:25px;  background:url(../img/lateral-top.jpg) no-repeat; background-color:#f9f9f9; border-right:solid 0px black; text-align:left; }


.familia {  float:left; margin-left:15px; background-color:#ececec; margin-bottom:20px; }
.nombre-familia { float:left; width:120px; padding:5px; text-align:right; font-weight:bold; font-size:1em; background-color:#ececec; }
.detalle-familia { float:left; width:565px; padding-left:2px; padding-bottom:40px; background:url(../img/punteado_vertical.gif) repeat-y; background-color:#FFF; }
.publicidad-familia { float:left; width:562px; }
.publicidad-familia img { text-decoration:none; }
.producto { float:left; width:260px; padding:10px; }
.nombre-producto { color:#bbb; font-weight:bold; }
.descripcion-producto { font-size:0.9em; text-align:justify; margin-bottom:5px; }
.descripcion-producto a { color:#ba9551; font-weight:bold; }
.texto { float:left; margin-left:15px; margin-bottom:30px; }



/*** Tarificador productos ***/
#tarificar-productos { width:165px; margin-top:20px; padding:20px;border:solid 1px #98999a; border-top-width:5px; }
#tarificar-productos p { font-size:0.9em; }


/*** Noticias destacadas ***/
#noticias-destacadas { width:165px; margin-top:20px; padding:20px;border:solid 1px #98999a; border-top-width:5px; }
#tarificar-productos p { font-size:0.9em; }


/*** Contactar ***/
#contactar { width:207px; height:107px; margin:20px 0 20px 0; background:url(../img/contactar.jpg) no-repeat; }
