/* CSS Document */
#servicios{
list-style: none;
margin: 0;
padding: 0;
font-size: 12px;
}
#servicios li{}
#servicios li a{
display: block;
width: 193px;
text-decoration: none;
color: #334a5c;
}
#servicios li a:hover{
color: #FFFFFF;
background-color: #9eacb7;
}
#contenido{
width: 327px;
padding: 0;
margin: 0;
}
#nombre_producto{
}
#info_producto{
width: 315px;
clear: both;
margin-left: 6px;
}
#info_producto p{
text-align: justify;
}
#regresar{
margin-top: 20px;
text-align: right;
}
.link_servicios{
margin-left: 5px;
}
.producto{
width: 327px;
height: auto;
clear: both;
}
.titulo{
width: 327px;
}
.producto p{
margin: 10px;
}
.producto h2{
font-size: 12px;
margin: 10px;
}
.producto h3{
font-size: 10px;
margin: 10px;
}
.producto .imagen{
float: left;
width: 110px;
margin-top: 10px;
text-align: center;
}
.masinfo{
clear: both;
text-align: right;
}
.producto .imagenfinal{
width: 110px;
text-align: center;
margin-top: 10px;
}
.cajadecodigo{
width: 327px;
}