@charset "UTF-8";
/* CSS Document */


/*-------------- HOME --------------*/

/*-------------- Login --------------*/

.formLogin{
float:right;
}
.formLogin input{
font-size:11px;
border:1px solid #90b869;
width:120px;
float:left;
text-align:left;
background:#fff;
color:#427412;
padding:2px;
height:19px;/*25*/
margin:0 10px 0 0;
}
.formLogin .btn_login {
background: url(images/btn_login.gif) no-repeat;
width: 28px;
height: 25px;
border: none;
padding: 0px;
margin:0px;
display: block;
cursor: pointer;
float: left;/*left*//*right*/
}
.formLogin .btn_shopping {
background: url(images/btn_carrito.gif) no-repeat;
width: 28px;
height: 25px;
border: none;
padding: 0px;
margin:0px 20px 0 0;
display: block;
cursor: pointer;
float: left;/*left*//*right*/
}
.topline {
background:url(images/topline.jpg) no-repeat;
width:917px;/*920*/
height:9px;
clear:both
}
.bottomline {
background:url(images/bottomline.jpg) no-repeat;
width:917px;/*920*/
height:11px;
}

/*-------------- Menu Superior --------------*/

.menu_superior {
clear:both;
height:65px;
width:917px;/*920*/
margin:5px 0 0 0px;
padding:0px
}

/*-------------- Footer / Menu Inferior --------------*/

.footer .menu_inferior ul {
float:right;
list-style:none;
list-style-image:none;
list-style-position:inside;
list-style-type:none;
margin:5px 0 0 0;
padding:0px;
}
.footer .menu_inferior ul li {
background-image:url(images/menu_inferior.jpg);
background-repeat:no-repeat;
display:inline-block;
line-height:30px;
height:45px;
width:113px;
text-align:left
}
.footer .menu_inferior ul li a:hover{
background-image:url(images/menu_inferior.jpg);
background-repeat:no-repeat;
background-position:0px -45px;
display:inline-block;
height:45px;
width:113px;
color:#2f2f2f;
text-decoration:none;
padding:0 5px;
}
.footer .menu_inferior a:hover span{
width:50px;
color:#4e4e4e;
text-decoration:none;
}
.footer .menu_inferior ul li a:active,
.footer .menu_inferior ul li a:link,
.footer .menu_inferior ul li a:visited {
padding:0 5px;
background-image:url(images/menu_inferior.jpg);
background-repeat:no-repeat;
height:45px;
width:113px;
color:#8e8e8e;
text-decoration:none
}
.footer {
width:917px;/*920*/
margin:20px auto 0;
padding:0px;
text-align:center;
clear:both/*NEW 01/09*/
}
.footer p.copyright {
color:#9c9c9c;
font-size:11px;
line-height:15px;
margin:5px auto;
padding:0;
text-align:left;
width:450px;
float:left
}
.footer p.copyright a:active,
.footer p.copyright a:hover,
.footer p.copyright a:link,
.footer p.copyright a:visited {
color:#9c9c9c;
text-decoration:underline;
}

/*-------------- GENERALES --------------*/

a, img {
border:none;
}
img, div {
behavior: url(iepngfix.htc)
}
.wrapper {
width:917px;/*920 - 959*/
text-align:center;
margin:20px auto 0;
padding:0px;
height:250px;
}
body {
font-family:'Lucida Grande', Tahoma, Verdana, Arial, Sans-Serif;/*"Trebuchet MS", Verdana, Arial;*/
font-size: 12px;
text-align:center;
line-height:18px;
color:#333333;
margin:0px auto;
padding:0px;
background:#fff;
}

/*-------------- MENU --------------*/

ul.topnav {
list-style: none;
padding: 0px;
margin: 0;
float: left;
width:690px;
background: #222;
font-size: 12px;
background:url(images/menusuperior_off.gif) repeat-x;
}
*html ul.topnav {
width:690px;
}
*:first-child + html ul.topnav {
width:690px;
}
ul.topnav li {
float: left;
margin: 0;
padding: 0;/*0 15 0 0*/
position: relative; /*--Declare X and Y axis base--*/
}
ul.topnav li a {
line-height:30px;
color:#8e8e8e;
display:block;
float:left;
height:65px;
margin:0;
padding:0px;/*10 5*/
text-align:center;/*left*/
text-decoration:none;
width:115px;
}
ul.topnav li a:hover{
color:#fff;
text-decoration:none;
background: url(images/menusuperior_on.gif) no-repeat center top;
}
ul.topnav li a:active {
background: url(images/menusuperior_on.gif) no-repeat center top;
}
ul.topnav li span.subhover {/*--Hover effect for trigger--*/
background-position: center bottom;
cursor: pointer;
} 
ul.topnav li ul.subnav {
list-style: none;
position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
left: 0;
/*top: 65px;*//*35*/
margin: 65px 0 0 0;
padding: 0;
display: none;
float: left;
width: 113px;
z-index:1;
}
ul.topnav li ul.subnav li{
height:31px;/*new*/
margin: 0;
padding: 0;
clear: both;
width: 115px;
color:#8e8e8e;
text-align:left;
z-index:1;
}
ul.topnav li ul.subnav li a {
float: left;
width: 115px;
background:url(images/submenu_superior_off.gif) no-repeat;
padding: 0px;
color:#8e8e8e;
z-index:1;
}
*html ul.topnav li ul.subnav li a {
width: 115px;
z-index:1;
}
*:first-child + html ul.topnav li ul.subnav li a {
width: 115px;
z-index:1;
}
ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
background:url(images/submenu_superior_on.gif) no-repeat;
color:#606060; /*fff - new*/
z-index:1;
}
*html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
background:url(images/submenu_superior_on.gif) no-repeat;
color:#606060; /*fff- new*/
z-index:1;
}

/*------------------ MENU INFERIOR --------------------*/

ul.bottomnav {
list-style: none;
padding: 0px;
margin: 0;
float: right;
width:345px;/*230*/
background: #222;
font-size: 12px;
background:url(images/menuinferior_off.gif) repeat-x;
}
*html ul.bottomnav {
width:345px;/*230*/
}
*:first-child + html ul.bottomnav {
width:345px;/*230*/
}
ul.bottomnav li {
float: left;
margin: 0;
padding: 0;/*0 15 0 0*/
position: relative; /*--Declare X and Y axis base--*/
}
ul.bottomnav li a {
line-height:30px;
color:#8e8e8e;
display:block;
float:left;
height:41px;
margin:0;
padding:0px;/*10 5*/
text-align:center;/*NEW*/   /*left*/
text-decoration:none;
width:115px;
}
ul.bottomnav li a:hover{
color:#606060;
text-decoration:none;
background: url(images/menuinferior_on.gif) no-repeat center top;
}
ul.bottomnav li a:active {
background: url(images/menuinferior_on.gif) no-repeat center top;
}

/*-------------- CONTENT --------------*/

.content {
background:url(images/content_degrade.gif) no-repeat;
clear:both;
min-height:250px;
margin:0 auto;
padding:20px 0 0 0;
text-align:center;
width:917px;
}

/*-------------- COMO FUNCIONA --------------*/

ul.funciona {
list-style:none;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0px auto;
padding:0px;
min-height:180px;
width:900px;
text-align:center;
clear:both;/*new*/
}
*:first-child + html ul.funciona {
margin:0px 0 0 5px;
padding:0px;
float:left;
min-height:180px;
width:900px;
text-align:left;
background:#fff;
}
*html ul.funciona {
margin:0px 0 0 5px;
padding:0px;
float:left;
min-height:180px;
width:900px;
text-align:left;
background:#fff;
}
.content ul.funciona li {
display:inline;
margin:0px;/*new*/
padding:0px;/*new*/
/*float:left*/ /*new*/
}
ul.funciona li.frame {
background:url(images/comofunciona_imagen_fondo.gif) no-repeat;
height:180px;
width:206px;
float:left;
padding:14px 0 0 0;
margin:0 10px;
}
ul.funciona li.frame img {
text-align:center;
margin:0px auto;
padding:0px
}
*html ul.funciona li.frame img {
text-align:left;
padding:0px;
margin:0px 0 0 16px;
}
ul.funciona .descripcion {
width:660px;
float:left;
margin:0px;
padding:0px;
text-align:left
}
ul.funciona .descripcion p {
line-height:18px;
margin:5px 10px 10px 0;
text-align:justify;
}
.content ul.funciona .descripcion p b,
.content ul.funciona .descripcion p strong{
color:#4d900b;
font-weight:bold;
}
.content ul.funciona table {
margin:20px;
padding:0px;
text-align:left;
width:550px;
float:left
}
.content ul.funciona table p {
font-size:11px;
text-align: left;
line-height:14px;
margin:0px 0 15px 0;
width:136px;/*new*/
}

/*-------------- CENTROS DE ATENCION --------------*/

.content ul.centros {
list-style:none;
list-style-image:none;
list-style-position:inside;
list-style-type:none;
margin:0px 10px 40px;
padding:0px;
width:280px;
float:left;
text-align:center
}
*:first-child + html .content ul.centros {
list-style:none;
list-style-image:none;
list-style-position:inside;
list-style-type:none;
margin:0px 10px 40px;
padding:0px;
width:280px;
clear:right;
text-align:center
}
.content ul.centros li{
display:inline;
width:280px;
}
.content ul.centros li p {
width:280px;
text-align: justify;
line-height:18px;
margin:5px 10px 10px 7px;
}
.content ul.centros li h1 {
text-align:left;
line-height:14px;
font-size:12px;
margin:5px 10px 10px 7px;
color:#4d900b;
font-weight:bold;
}
.content ul.centros li p b,
.content ul.centros li p strong{
color:#333333;
font-weight:bold;
}
.content ul.centros li p a,
.content ul.centros li p a:link,
.content ul.centros li p a:active,
.content ul.centros li p a:hover,
.content ul.centros li p a:visited{
color:#333333;
text-decoration:underline
}

/*-------------- STAFF MEDICO --------------*/

.content p {
text-align:justify;
margin:0 20px 10px;
padding:0px
}
ul.staff {
list-style:none;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0px auto;
padding:0px;
min-height:180px;
width:900px;
text-align:center;
clear:both;/*new*/
}
*:first-child + html ul.staff {
margin:0px 0 0 5px;
padding:0px;
float:left;
min-height:180px;
width:900px;
text-align:left;
background:#fff;
}
*html ul.staff {
margin:0px 0 0 5px;
padding:0px;
float:left;
min-height:180px;
width:900px;
text-align:left;
background:#fff;
}
.content ul.staff li {
display:inline;
margin:0px;/*new*/
padding:0px;/*new*/
/*float:left*/ /*new*/
}
ul.staff li.frame {
background:url(images/comofunciona_imagen_fondo.gif) no-repeat;
height:180px;
width:206px;
float:left;
padding:14px 0 0 0;
margin:0 10px;
}
ul.staff li.frame img {
text-align:center;
margin:0px auto;
padding:0px
}
*html ul.staff li.frame img {
text-align:left;
padding:0px;
margin:0px 0 0 16px;
}
ul.staff .descripcion {
width:660px;
float:left;
margin:0px;
padding:0px;
text-align:left
}
.content ul.staff .descripcion h1 {
text-align:left;
line-height:14px;
font-size:13px;
margin:5px 10px 10px 0px;
color:#4d900b;
font-weight:bold;
}
ul.staff .descripcion p {
line-height:18px;
margin:5px 10px 10px 0;
text-align:justify;
}
.content ul.staff .descripcion p b,
.content ul.staff .descripcion p strong{
color:#333333;
font-weight:bold;
}
.content ul.staff li p a,
.content ul.staff li p a:link,
.content ul.staff li p a:active,
.content ul.staff li p a:hover,
.content ul.staff li p a:visited{
color:#333333;
text-decoration:underline
}

/*-------------- NOVEDADES --------------*/

h1 {
color:#578b1d;
font-size:14px;
text-align:left;
margin:0px 0 0 20px;
padding:0px;
font-weight:bold
}
.news_one {
background:#e9f2e1;
width:880px;
margin:0px auto;
padding:0px;
}
.news_two {
background:#f5f8f1;
width:880px;
margin:0px auto;
padding:0px;
}
.news_one h2,
.news_two h2 {
color:#5ca00f;
text-align:left;
font-size:12px;
margin:0px 0 0 10px;
padding:0px;
font-weight:bold
}

.news_one h2 a,
.news_one h2 a:link,
.news_one h2 a:active,
.news_one h2 a:visited,
.news_two h2 a,
.news_two h2 a:link,
.news_two h2 a:active,
.news_two h2 a:visited {
color:#5ca00f;
text-decoration:none;
}
.news_one h2 a:hover,
.news_two h2 a:hover {
color:#5ca00f;
text-decoration:underline;
}
.news_one h3,
.news_two h3 {
color:#abb3a4;
text-align:left;
font-size:12px;
margin:0px 0 0 10px;
padding:5px 0 0 0px;
font-weight:normal
}
.news_one p,
.news_two p {
color:#1d1f1e;
text-align:left;
width:860px;
margin:0 0 5px 10px;
padding:0px 0 10px 0;
}

/*-------------- NOVEDADES DETALLE DE NOTA--------------*/

h1 {
color:#578b1d;
font-size:14px;
text-align:left;
margin:0px 0 0 20px;
padding:0px;
font-weight:bold
}
.newstitle_one {
border-left:5px solid #e9f2e1;
width:880px;
margin:5px 0 0 20px;/*0 auto*/
padding:0px;
}
.newstitle_one h2 {
color:#5ca00f;
text-align:left;
font-size:12px;
margin:0px 0 10px 10px;
padding:0px;
font-weight:bold
}
.newstitle_one h3 {
color:#abb3a4;
text-align:left;
font-size:12px;
margin:0px 0 0 10px;
padding:5px 0 0 0px;
font-weight:normal
}
.newsbody_one {
background:#e9f2e1;
width:880px;
margin:0px auto;
padding:0px;
}
.newsbody_one p {
color:#1d1f1e;
text-align:left;
width:860px;
margin:0 0 15px 10px;
padding:10px 0;
}
a.button,
a:link.button,
a:active.button,
a:visited.button{
color:#999999;
text-align:left;
text-decoration:none;
float:left;
margin:20px 0 0 20px;
}
a:hover.button{
color:#999999;
text-align:left;
text-decoration:underline;
}

/*-------------- PRODUCTOS CREMAS-LIBROS --------------*/

ul.productos {
list-style:none;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:10px auto 0px;
padding:0px;
min-height:230px;
width:900px;
text-align:center;
clear:both;/*new*/
}
*:first-child + html ul.productos {
margin:10px 0 0 5px;
padding:0px;
float:left;
min-height:230px;
width:900px;
text-align:left;
background:#fff;
}
*html ul.productos {
margin:10px 0 0 5px;
padding:0px;
float:left;
min-height:230px;
width:900px;
text-align:left;
background:#fff;
}
.content ul.productos li {
display:inline;
margin:0px;/*new*/
padding:0px;/*new*/
/*float:left*/ /*new*/
}
ul.productos li.frame {
background:url(images/productos_imagen_fondo.gif) no-repeat;
height:214px;
width:206px;
float:left;
padding:14px 0 0 0;
margin:0 10px;
}
ul.productos li.frame img {
text-align:center;
margin:0px auto;
padding:0px
}
*html ul.productos li.frame img {
text-align:left;
padding:0px;
margin:0px 0 0 16px;
}
ul.productos .descripcion {
width:660px;
float:left;
margin:0px;
padding:0px;
text-align:left
}
ul.productos .descripcion h1 {
text-align:left;
line-height:14px;
font-size:13px;
margin:5px 10px 5px 0px;
color:#4d900b;
font-weight:bold;
}
ul.productos .descripcion p {
line-height:18px;
margin:5px 10px 10px 0;
text-align:justify;
}
.content ul.productos .descripcion p b,
.content ul.productos .descripcion p strong{
color:#333333;
/*color:#4d900b;*/
font-weight:bold;
}
.content ul.productos .descripcion p.nota {
font-size:11px;
color:#666666;
}
.content ul.productos .descripcion p.proximo {
color:#f68c0e;
font-weight:bold
}
ul.productos .descripcion ul.caracteristicas {
float:right;
width:600px;
list-style-type:square;
list-style-position:inside;
margin:10px 0 15px 30px;
padding:10px;
background:#e4efda;
}
ul.productos .descripcion ul.caracteristicas li {
display:block;
margin:0 0 5px 0;
}
ul.productos .descripcion .btn_comprar {
float:left;
border:none;
}

/*-------------- TRATAMIENTOS HOMBRES --------------*/

.tratam {
color:#47484a;
margin:0px auto;
padding:0px;
min-height:180px;
width:900px;
text-align:center;
clear:both;/*new*/
}
*:first-child + html .tratam {
margin:0px 0 0 5px;
padding:0px;
float:left;
min-height:180px;
width:900px;
text-align:left;
background:#fff;
}
*html .tratam {
margin:0px;
padding:0px;
float:left;
min-height:180px;
width:900px;
text-align:left;
background:#fff;
}
.tratam h2 {
text-align:left;
font-size:13px;
font-weight:bold;
color:#4d900b
}
.tratam h3 {
text-align:left;
font-size:12px;
font-weight:bold;/*normal;*/
color:#171717;
margin:15px 0 0 0;
}
.tratam .frame {
background:url(images/tratamientos_imagen_fondo.gif) no-repeat;
height:214px;
width:206px;
float:left;
padding:14px 0 0 0;
margin:0 10px;
clear:both/*new*/
}
.tratam .frame img {
text-align:center;
margin:0px auto;
padding:0px
}
*html .tratam .frame img {
text-align:left;
padding:0px;
margin:0px 0 0 16px;
}
.tratam p {
/*width:660px;*/
line-height:18px;
margin:5px 10px 10px 0;
text-align:justify;
}

/*------------------------------ CONTACTO ------------------------------*/

.formContacto {
clear:both;
float:left;
margin:25px 0 0 20px;
padding:0;
width:450px;
min-height:320px;
}
.formContacto label{
clear:both;
float:left;
margin:0 15px 10px 0;
text-align:left;
width:110px;
}
.formContacto input{
font-size:11px;
border:1px solid #418c62;
width:260px;/*230*/
float:left;
text-align:left;
background:#fff;
color:#666666;
padding:4px;
margin:0 0 10px 0
}

.formContacto textarea{
font-size:11px;
border:1px solid #418c62;/*90b869*/
width:260px;/*230*/
float:left;
text-align:left;
background:#fff;
color:#666666;
padding:4px
}

.formContacto .button_area {
float:left;
height:20px;
margin:10px 0 0 0;
width:340px;/*295*/
}
.formContacto .button_area .btn_enviar{
background: url(images/btn_enviar.gif) no-repeat;
width: 65px;
height: 35px;
border: none;
padding: 0px;
margin:0 10px;
display: block;
cursor: pointer;
float: right
}
.formContacto .button_area .btn_borrar{
background: url(images/btn_borrar.gif) no-repeat;
width: 65px;
height: 35px;
border: none;
padding: 0px;
margin:0 10px;
display: block;
cursor: pointer;
float: right
}

/*------------------------------ REGISTRACION ------------------------------*/

.formRegistracion {
clear:both;
float:left;
margin:25px 0 0 20px;
padding:0;
width:450px;
min-height:650px;
}
.formRegistracion label{
clear:both;
float:left;
margin:0 15px 10px 0;
text-align:left;
width:120px;
}
.formRegistracion input{
font-size:11px;
border:1px solid #418c62;
width:260px;/*200*/
float:left;
text-align:left;
background:#fff;
color:#666666;
padding:4px;
margin:0 0 10px 0
}
.formRegistracion .si_area {
clear:both;
float:left;
height:30px;
margin:0;
padding:0;
width:45px;
}
.formRegistracion .si_areavalidar {
clear:both;
float:left;
height:30px;
margin:0;
padding:0;
width:45px;
}
*:first-child + html .formRegistracion .si_areavalidar {
clear:both;
float:left;
height:20px;/*30*/
margin:0;
padding:0;
width:45px;
}
.formRegistracion .radio{
font-size:11px;
width:20px;/*230*/
float:left;
text-align:left;
color:#666666;
padding:2px;
margin:3px 0 10px;
}
.formRegistracion .radiolabel{
font-size:11px;
width:15px;/*230*/
float:left;
text-align:left;
color:#666666;
padding:2px;
margin:0 0 10px 0
}
.formRegistracion .bases{
font-size:11px;
float:left;
text-align:left;/*left*/
color:#666666;
padding:2px;
margin:3px 0 10px 0
}
.formRegistracion .bases a,
.formRegistracion .bases a:link,
.formRegistracion .bases a:active,
.formRegistracion .bases a:hover,
.formRegistracion .bases a:visited{
color:#666666;
text-decoration:underline
}
.formRegistracion select{
font-size:11px;
border:1px solid #ccc;
width:200px;/*230*/
float:left;
text-align:left;
background:#fff;
color:#666666;
padding:2px;
margin:0 0 10px 0
}
.formRegistracion textarea{
font-size:11px;
border:1px solid #ccc;
width:230px;
float:left;
text-align:left;
background:#fff;
color:#666666;
padding:2px
}
.formRegistracion .direccion {
clear:both;
float:left;
margin:0 0 10px 136px;
padding:0;
width:278px;
}
*:first-child + html .formRegistracion .direccion {
clear:both;
float:right;/*left*/
height:45px;
margin:0 0 10px 125px;
padding:0px
}
*html .formRegistracion .direccion {
border:1px solid white;
clear:both;
float:left;
height:45px;/*70*/
margin:0 0 10px 80px;/*0 0 10 60 - 0 0 10 125*/
padding:0px
}
.formRegistracion .direccion .input_small {
width:60px;
margin:0 10px 0 0;
clear:both;
}
.formRegistracion .direccion .input_xsmall {
width:30px;
margin:0 10px 0 0;
clear:both
}
.formRegistracion .direccion span {
float:left;
font-size:11px;
margin:0 10px 0 0;
padding:0;
text-align:left;
vertical-align:top;
}
.formRegistracion .button_area {
float:left;
height:20px;
margin:20px 0 0 0;
width:295px;
}
*:first-child + html .formRegistracion .button_area {
border:1px solid white;
float:left;
height:20px;
margin:20px 0 0 0;
width:295px;
clear:both;
}
.formRegistracion .button_area .btn_enviar{
background: url(images/btn_enviar.gif) no-repeat;
width: 65px;
height: 35px;
border: none;
padding: 0px;
margin:0 10px;
display: block;
cursor: pointer;
float: right
}
.formRegistracion .button_area .btn_borrar{
background: url(images/btn_borrar.gif) no-repeat;
width: 65px;
height: 35px;
border: none;
padding: 0px;
margin:0 10px;
display: block;
cursor: pointer;
float: right
}

/*------------------------------CARRITO------------------------------*/

.divbutton {
background:none repeat scroll 0 0 #eee;
border:1px solid #aaa;
color:#444;
font-size:12px;/*13*/
font-weight:bold;
padding:1px 10px;
text-align:center;
text-decoration:none;
font-family:arial;
}
.buttonC  {
background:none repeat scroll 0 0 #eee;
font-size:12px;/*13*/
border:1px solid #aaa;
color:#444;
font-family:arial;
font-weight:bold;
height:20px;/*new*/
margin:25px 0 0 0;/*new*/
}
.divbutton a:link, .divbutton a:hover, .divbutton a:visited, .divbutton a:active {
color:#444;
text-decoration:none;
}
.input {
border:1px solid #aaa;
font-size:12px;/*13*/
}


/*-------------- PRENSA --------------*/

ul.prensa {
list-style:none;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:10px auto 0px;
padding:0px;
min-height:130px;/*230*/
width:900px;
text-align:center;
clear:both;
}
*:first-child + html ul.prensa {
margin:10px 0 0 5px;
padding:0px;
float:left;
min-height:130px;/*230*/
width:900px;
text-align:left;
background:#fff;
}
*html ul.prensa {
margin:10px 0 0 5px;
padding:0px;
float:left;
min-height:130px;/*230*/
width:900px;
text-align:left;
background:#fff;
}
.content ul.prensa li {
display:inline;
margin:0px;/*new*/
padding:0px;/*new*/
/*float:left*/ /*new*/
}
ul.prensa li.frame {
background:url(images/prensa_imagen_fondo.gif) no-repeat;
height:113px;
width:145px;
float:left;
padding:14px 0 0 0;
margin:0 10px;
}
ul.prensa li.frame img {
text-align:center;
margin:0px auto;
padding:0px
}
*html ul.prensa li.frame img {
text-align:left;
padding:0px;
margin:0px 0 0 16px;
}
ul.prensa .descripcion {
width:660px;
float:left;
margin:0px;
padding:0px;
text-align:left
}
ul.prensa .descripcion h1 {
text-align:left;
line-height:14px;
font-size:13px;
margin:5px 10px 5px 0px;
color:#3f6a10;
font-weight:bold;
}
ul.prensa .descripcion h2 {
text-align:left;
font-size:12px;
font-weight:bold;
color:#4d900b;
margin:20px 0 0 0;
line-height:14px;
}
ul.prensa .descripcion h2 a,
ul.prensa .descripcion h2 a:link,
ul.prensa .descripcion h2 a:active,
ul.prensa .descripcion h2 a:visited {
font-size:12px;
font-weight:bold;
color:#4d900b;
text-decoration:none
}
ul.prensa .descripcion h2 a:hover {
font-size:12px;
font-weight:bold;
color:#4d900b;
text-decoration:underline
}

ul.prensa .descripcion p {
line-height:18px;
margin:5px 10px 10px 0;
text-align:justify;
}
.content ul.prensa .descripcion p b,
.content ul.prensa .descripcion p strong{
color:#333333;
/*color:#4d900b;*/
font-weight:bold;
}
.content ul.prensa .descripcion p.nota {
font-size:11px;
color:#666666;
}