/* CSS Document */

/* Contenido principal de la página */

span#tituloInfo {
display: block;
margin: 0px 0px;
padding-left: 10px;

width: auto;

text-align: left;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 0.8em;

color: #336699;

border-left: 10px solid #6699CC;
}

span#tituloInfo a, span#tituloInfo a:visited {
font-family: Tahoma, Arial, Helvetica, sans-serif;
text-decoration: none;
font-weight: 400;
color: #336699;
}

span#tituloInfo a:hover {
font-family: Tahoma, Arial, Helvetica, sans-serif;
text-decoration: underline;
font-weight: 600;
color: #336699;
}

div#contenidoInfo p {
margin: 10px 15px;

text-align: justify;
text-indent: 15px;

}


p#entradilla {
padding-left: 120px;
padding-bottom: 5px;

line-height: 20px;

font-size: 11pt;
font-weight: bold;
font-style: italic;

color: #6699CC;

border-bottom: 1px dotted #CCCCCC;
}

p#entradilla img {
margin: 5px 5px;
float: left;
height: 80px;
width: 120px;

border: 0px solid red;
}

div.categoria {
margin: 10px 15px;
padding-top: 0px;

border-top: 1px dotted #CCCCCC;
}

div.categoria div.nombre  {
padding-left: 15px;

height: 15px;

font-size: 0.8em;
font-weight: bold;

color: #336699;
background-color: #EAEAEA;
background-image: url(../images/flecha_azul.gif);
background-repeat: no-repeat;
background-position: 5px center;

border-bottom: 1px dotted #CCCCCC;
}

div.categoria div.producto  {
float: left;
width: 49%;
height: auto;
}

div.categoria div.producto img  {
float: left;

margin: 5px 5px;; 

width: 80px;
height: 80px;
}


div.categoria div.producto p.producto  {
padding-left: 80px;

text-indent: 0px !important;
}

div.categoria div.producto p.producto span.nombre_producto  {
display: block;

font-size: 1.0em;

font-weight: bold;
}

div.categoria div.producto p.producto span.nombre_producto a, div.categoria div.producto p.producto span.nombre_producto a:visited  {
color: #336699;
text-decoration: none;
}

div.categoria div.producto p.producto span.nombre_producto a:hover  {
color: #336699;
text-decoration: underline;
font-size: 1em;
}

div.categoria div.producto p.producto span.descripcion  {
display: block;

text-align: left !important;
}

span.contexto{
display: block;
padding-left: 15px;

color: #9A9A9A;
font-weight: bold;
font-size: 0.9em;
}

span.enlace{
display: block;
margin-left: 30px;
padding-left: 20px;

line-height: 20px;
font-size: 0.8em;

background-repeat: no-repeat;
background-position: left center;
}

span.enlace a , span.enlace a:visited {
color: #336699;
text-decoration: none;
font-weight: bold;
}

span.enlace a:hover {
color: #336699;
text-decoration: underline;
font-weight: bold;
}


