/*RESET*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*Footer*/
html, body {height: 100%;}

#wrap {min-height: 100%;width: 100%;}

#main {overflow:auto;
	padding-bottom: 70px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -70px; /* negative value of footer height */
	height: 70px;
	clear:both;} 

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}
/*Fin Footer*/
#menu{
    width: 100%;
    display: table;   
    background-color: #1a9a67;
}
#menu #menuBox{
    width: 1004px;
    height: 34px;
    margin: 0 auto;
}
#menu #menuBox #titlePage{
    float:left;
    width: 244px;
    color: #000;
    font-family: sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    height: 34px;
    line-height: 33px;
    font-size: 16px;
    text-align: center;
}
#menu #menuBox ul li{
    display: inline-block;
    float: left;
    text-transform: uppercase;
    padding: 0 20px;
    line-height: 34px;
    font-family: sans-serif;
    /*font-weight: bold;*/
    text-transform: uppercase;
    height: 34px;
    font-size: 14px;
}
#menu #menuBox ul li a{
    color: #fff;
    text-decoration: none;
    outline: none;
}
#menu #menuBox ul li:hover{
    color: #fff;
    text-decoration: none;
    outline: none;
    background-color: #0E754C;
}
#header_nav{width: 100%;}
#header{
    background-color: #fff0a5;
    width: 100%;
    display: table;
}
#header #headerBox{
    width: 1004px;
    margin: 0 auto;
    display: table;
}
#header #headerBox #logo{
    background-color: #4CCC99;
    width: 244px;
    /*height: 172px;*/
    height: 243px;
    float: left;
    text-align: center;
    position: absolute;
    top: -34px;
    box-shadow: 0 0 17px -2px #222222;
    -webkit-box-shadow: 0 0 17px -2px #222222;
    -moz-box-shadow: 0 0 17px -2px #222222;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    z-index: 260;
}
#header #headerBox #logo img{margin-top:140px;}
#header #headerBox #logo a{outline: none;}
#header #headerBox #textoLogo{
    color: #000;
    display: table;
    width: 600px;
    float: left;
    margin: 20px;
    margin-left:264px;
    font-family: sans-serif;
}
#header #headerBox #textoLogo #titulo{
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 5px;
}
#header #headerBox #textoLogo p{
    font-size: 0.7em;
    line-height: 1.5em;
}
#footer{
    background-color: #fff0a5;
    color: #000;
    font-family: sans-serif;
}
#footer #footerBox{
    width: 100%;
    height: 70px;
    position: absolute;
    bottom: 0;
}
#footer #footerBox #headerFooter{
    width: 100%;
    text-align: center; 
    text-transform: uppercase;
    height: 35px;
    line-height: 48px;
}
#footer #footerBox #navFooter{
    width: 100%;
    text-align: center;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
}
#footer #footerBox #navFooter a{
    color: #000;
    line-height: 35px;
    text-decoration: none;
    font-size: 12px;
}
#footer #footerBox #footFooter{
    background-color: #1a9a67;
    text-align: center;
    width: 100%;
    height: 70px;
    line-height: 35px;
    color: #000;
}
#seccionFaqs{
    width: 1004px;
    margin: 0 auto;
    display: table;
    font-family: sans-serif;
}
#seccionFaqs #faqsAccordion{
    float: right;
    width: 759px;
}
#seccionFaqs #faqsAccordion .ui-accordion-header{
    background-color: #e4f3ee;
    color: #111;
    margin: 8px;
    text-transform: uppercase;
}
#seccionFaqs #tituloSeccionFaqs{
    width: 739px;
    float: right;
    font-size: 20px;
    margin: 10px 0;
}
#seccionFaqs #subtituloSeccionFaqs{
    width: 739px;
    float: right;
    margin: 10px 0;
    
}
/*HOME*/
#home_view{
    width: 1004px;
    margin: 0 auto;
    display: table;
}
#home_view h2{
    margin-top: 30px;
    margin-left: 50px;
    font-weight: bold;
    font-family: sans-serif;
    font-style: italic;
    font-size: 28px;
}
#home_view #presentacion{
    width: 927px;
    margin: 0 auto;
    margin-top: 18px;
    border: 10px solid #fff;
    -moz-box-shadow: 0 0 7px -2px #222;
    -webkit-box-shadow: 0 0 7px -2px #222;
    box-shadow: 0 0 7px -2px #222;
    background-color: #e5fff4;
    font-family: sans-serif;
    font-size: 14px;
    display: table;
}

#home_view #presentacion #icono{
    width: 60px;
    float: left;
    background-image: url(icon_home.png);
    background-repeat: no-repeat;
    height: 60px;
    margin:20px;
}
#home_view #presentacion p{
/*    columns: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2px;*/
    margin-left: 257px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: 40px;
    word-wrap:break-word;
    -moz-hyphens:auto; 
    -ms-hyphens:auto; 
    -webkit-hyphens:auto; 
    -o-hyphens:auto; 
    hyphens:auto;
    line-height: 1.5em;
}
#home_view #products{
    display: table;
    margin:0 auto;
}
#home_view #products .product_group{
    display: table;
    margin:0 auto;
    width: 100%;
}
#home_view #products .product_item{
    width: 236px;
    float: left;
    margin: 20px 5px;
    display: table;
}
#home_view #products .product_item .texto_producto{
    background-color: #e5fff4;
    padding: 10px 0;
}
#home_view #products .product_item p{
    font-family: sans-serif;
    font-size: 12px;
    margin: 10px;
    word-wrap:break-word;
    -moz-hyphens:auto; 
    -ms-hyphens:auto; 
    -webkit-hyphens:auto; 
    -o-hyphens:auto; 
    hyphens:auto;
    line-height: 1.5em;
}
#home_view #products .product_item h2{
    font-family: sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 20px;
    text-align: center;
}
#home_view #products .product_item h2 a{
    color: #000;
    text-decoration: none;
}
#aboutus_tabs{
    width: 1004px;
    margin: 0 auto;
}
#aboutus_tabs #tabs_aboutus{margin-left: 190px;}
#aboutus_tabs #tabs_aboutus .tab_aboutus{margin:10px 20px;}
.ui-tabs .ui-tabs-nav li a{
    padding-left: 3px;
    padding-bottom: 0px;
    padding-top: 3px;
    padding-right: 10px;
}
#aboutus_tabs ul .ui-tabs-active a{
    color:#1A9A67;
/*    list-style-image: url(list-item.png);*/
}
#aboutus_tabs ul li a{
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    font-family: sans-serif;
    font-weight: bold;
}
#aboutus_tabs #location{
    width: 1004px;
    display: table;
    border: 10px solid #fff;
    -moz-box-shadow: 0 0 7px -2px #222;
    -webkit-box-shadow: 0 0 7px -2px #222;
    box-shadow: 0 0 7px -2px #222;
    margin: 20px 0;
}
#aboutus_tabs .ui-tabs-panel{
    padding: 0;
}
#aboutus_tabs #location #mapa{
    width: 1004px;
    height: 442px;
    display: table;
    z-index: 200;
}
/*#aboutus_tabs .flexslider, #aboutus_tabs .slides{width: 984px;}*/
#contactus_view{
    /*width: 766px;*/
    margin: 0 auto;
    display: table;
    font-family: sans-serif;
    color: #797a7f;
    font-size: 14px;
}
#contactus_view #title_contactus{
    width: 841px;
    border-bottom: 1px solid #ebebeb;
    height: 60px;
    font-size: 18px;
    color: #000;
}
#contactus_view #title_contactus span{
    display: inline-block;
    line-height: 60px;
    margin-left: 180px;
}
#contactus_view #contact_form{
    display: table;
}
#contactus_view #contact_form #contact_left{
    width: 400px;
    float: left;
    display: table;
}
#contactus_view #contact_form #contact_left label{
    width: 150px;
    text-align: right;
    float: left;
    line-height: 30px;
    margin-top: 15px;
}
#contactus_view #contact_form #contact_left input{
    width: 220px;
    height: 30px;
    margin-left: 10px;
    float: left;
    padding-left: 10px;
    margin-top: 15px;
    border:1px solid #bebebe;
}

#contactus_view #contact_form #contact_right{
    width: 390px;
    float: right;
    display: table;
    margin-left: 10px;
    margin-top: 15px;
}
#contactus_view #contact_form #contact_right textarea{
    width: 391px;
    resize: none;
    height: 158px;
    font-family:sans-serif;
    font-size: 14px;
    border:1px solid #bebebe;
}
#contactus_view #contact_form #contact_right input[type=submit]{
    width: 100px;
    height: 30px;    
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #696c71;
    color: #fff;
    text-transform: lowercase;
    text-align: left;
    float: right;
    margin-top: 15px;
    text-shadow: 1px 1px 1px rgba(50, 50, 50, 1);
    -moz-text-shadow: 1px 1px 1px rgba(50, 50, 50, 1);
    -webkit-text-shadow: 1px 1px 1px rgba(50, 50, 50, 1);
    cursor: pointer;
    background: rgb(51,178,133); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzYjI4NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxOTk3NjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(51,178,133,1) 0%, rgba(25,151,100,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(51,178,133,1)), color-stop(100%,rgba(25,151,100,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(51,178,133,1) 0%,rgba(25,151,100,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(51,178,133,1) 0%,rgba(25,151,100,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(51,178,133,1) 0%,rgba(25,151,100,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(51,178,133,1) 0%,rgba(25,151,100,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33b285', endColorstr='#199764',GradientType=0 ); /* IE6-8 */

}
#contactus_view #legalterms{
    clear: both;
    width: 220px;
    float: left;
    margin-left: 160px;
    color: #484b50;
    font-size: 10px;
    margin-bottom: 20px;
/*    word-wrap:break-word;
    -moz-hyphens:auto; 
    -ms-hyphens:auto; 
    -webkit-hyphens:auto; 
    -o-hyphens:auto; 
    hyphens:auto;*/
}
#contenedor_admin{width: 1004px;margin:30px auto;}
/*NEWS*/
#seccionNews{display: table;width: 1004px;margin:30px auto;}
#seccionNews .news_item{
    width: 810px;
    margin:30px auto;
    display: table;
}
#seccionNews .news_item .news_img{
    float: left;
    width: 510px;
    display: table;
    background-color: #f1f1f1;    
    border: 10px solid #fff;
    -moz-box-shadow: 0 0 7px -2px #222;
    -webkit-box-shadow: 0 0 7px -2px #222;
    box-shadow: 0 0 7px -2px #222;
}

#seccionNews .news_item .news_img_list{
    float: left;
    width: 200px;
    margin-top: 10px;
    clear: left;
    display: table;
    background-color: #f1f1f1;    
    border: 10px solid #fff;
    -moz-box-shadow: 0 0 7px -2px #222;
    -webkit-box-shadow: 0 0 7px -2px #222;
    box-shadow: 0 0 7px -2px #222;
}
#seccionNews .news_item .news_img img{width: 510px;}
#seccionNews .news_item .news_img_list img{width: 200px;}
#seccionNews .news_item .news_content{
    float: right;
    width: 259px;
    display: table;
    margin-top: 10px;
}
#seccionNews .news_item .news_content_list{
    float: right;
    width: 556px;
    display: table;
    margin-top: 10px;
}
#seccionNews .news_item .news_content_sin_img{
    float: right;
    display: table;
    margin-top: 10px;
}
#seccionNews .news_item .news_content_sin_img_list{
    float: right;
    display: table;
    margin-top: 10px;
}
#seccionNews .news_item .news_content .news_title{
    float: left;
    width: 259px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: sans-serif;
    display: table;
    font-weight: bold;
    line-height: 16px;
    word-wrap:break-word;
    -moz-hyphens:auto; 
    -ms-hyphens:auto; 
    -webkit-hyphens:auto; 
    -o-hyphens:auto; 
    hyphens:auto;
}
#seccionNews .news_item .news_content_list .news_title{
    float: left;
    width: 556px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: sans-serif;
    display: table;
    font-weight: bold;
    line-height: 16px;
    word-wrap:break-word;
    -moz-hyphens:auto; 
    -ms-hyphens:auto; 
    -webkit-hyphens:auto; 
    -o-hyphens:auto; 
    hyphens:auto;
}

#seccionNews .news_item .news_content .news_title a{
    color: #000;
    text-decoration: none;
}
#seccionNews .news_item .news_content_sin_img .news_title_sin_img a{
    color: #000;
    text-decoration: none;
}
#seccionNews .news_item .news_content_list .news_title a{
    color: #000;
    text-decoration: none;
}
#seccionNews .news_item .news_content_sin_img_list .news_title_sin_img a{
    color: #000;
    text-decoration: none;
}
#seccionNews .news_item .news_content_sin_img .news_title_sin_img{
    float: left;
    font-size: 14px;
    text-transform: uppercase;
    font-family: sans-serif;
    display: table;
    font-weight: bold;
    line-height: 16px;
    word-wrap:break-word;
    -moz-hyphens:auto; 
    -ms-hyphens:auto; 
    -webkit-hyphens:auto; 
    -o-hyphens:auto; 
    hyphens:auto;
}
#seccionNews .news_item .news_content_sin_img_list .news_title_sin_img{
    float: left;
    font-size: 14px;
    text-transform: uppercase;
    font-family: sans-serif;
    display: table;
    font-weight: bold;
    line-height: 16px;
    word-wrap:break-word;
    -moz-hyphens:auto; 
    -ms-hyphens:auto; 
    -webkit-hyphens:auto; 
    -o-hyphens:auto; 
    hyphens:auto;
}
#seccionNews .news_item .news_content .news_text{
    float: left;
    margin-top: 30px;
    width: 259px;
    font-size: 12px;
    font-family: sans-serif;
    display: table;
    word-wrap:break-word;
    -moz-hyphens:auto; 
    -ms-hyphens:auto; 
    -webkit-hyphens:auto; 
    -o-hyphens:auto; 
    hyphens:auto;
    line-height: 1.6em;
}
#seccionNews .news_item .news_content_list .news_text{
    float: left;
    margin-top: 30px;
    width: 556px;
    font-size: 12px;
    font-family: sans-serif;
    display: table;
    word-wrap:break-word;
    -moz-hyphens:auto; 
    -ms-hyphens:auto; 
    -webkit-hyphens:auto; 
    -o-hyphens:auto; 
    hyphens:auto;
    line-height: 1.6em;
}
#seccionNews .news_item .news_content_sin_img .news_text_sin_img{
    float: left;
    margin-top: 30px;
    font-size: 12px;
    font-family: sans-serif;
    display: table;
    word-wrap:break-word;
    -moz-hyphens:auto; 
    -ms-hyphens:auto; 
    -webkit-hyphens:auto; 
    -o-hyphens:auto; 
    hyphens:auto;
    line-height: 1.6em;
}
#seccionNews .news_item .news_content_sin_img_list .news_text_sin_img{
    float: left;
    margin-top: 30px;
    font-size: 12px;
    font-family: sans-serif;
    display: table;
    word-wrap:break-word;
    -moz-hyphens:auto; 
    -ms-hyphens:auto; 
    -webkit-hyphens:auto; 
    -o-hyphens:auto; 
    hyphens:auto;
    line-height: 1.6em;
}
#seccionNews .news_item .news_info{
    float: left;
    clear: left;
    width: 530px;
    display: table;
    margin-top: 17px;
}
#seccionNews .news_item .news_info .news_date{
    float: left;
    text-align: left;
    font-family: sans-serif;
    font-style: italic;
    font-size: 12px;
    color: #1a9a67;
    width: 530px;
    display: table;
}
#seccionNews .news_item .news_info .news_publish{
    float: left;
    width: 530px;
    font-size: 14px;
    color: #5e5e5e;
    text-align: left;
    font-family: sans-serif;
    display: table;
}
#seccionNews .news_item .news_info .news_publish .fuente{    
    color: #1a9a67;
}
.errors{
    width: 1004px;
    margin: 10px auto;
    display: table;
    font-size: 12px;
    background-color: #E6FF99;
    font-family: sans-serif;
    color: #cc0000;
    padding: 10px 0;
}
.errors p{margin: 1px 20px;}
#contact_sent_box{
    /*width: 600px;*/
    border: 1px solid #1a9a67;
    -moz-box-shadow: 0 0 7px -2px #1a9a67;
    -webkit-box-shadow: 0 0 7px -2px #1a9a67;
    box-shadow: 0 0 7px -2px #1a9a67;
    border-radius: 5px;
    display: table;
    margin: 20px auto;
    padding: 20px;
    font-family: sans-serif;
}
#login_box{
    /*width: 600px;*/
    border: 1px solid #1a9a67;
    -moz-box-shadow: 0 0 7px -2px #1a9a67;
    -webkit-box-shadow: 0 0 7px -2px #1a9a67;
    box-shadow: 0 0 7px -2px #1a9a67;
    border-radius: 5px;
    display: table;
    margin: 20px auto;
}
#login_box input{
    height: 30px;
    border: 1px solid #bebebe;
    padding-left: 10px;
    font-family: sans-serif;
    clear: left;
    float: left;
    margin: 10px 20px;
    width: 250px;
}
#login_box input[type=submit]{
    width: 260px;
     border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #696c71;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-top: 15px;
    text-shadow: 1px 1px 1px rgba(50, 50, 50, 1);
    -moz-text-shadow: 1px 1px 1px rgba(50, 50, 50, 1);
    -webkit-text-shadow: 1px 1px 1px rgba(50, 50, 50, 1);
    cursor: pointer;
    background: rgb(51,178,133); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzYjI4NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxOTk3NjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(51,178,133,1) 0%, rgba(25,151,100,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(51,178,133,1)), color-stop(100%,rgba(25,151,100,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(51,178,133,1) 0%,rgba(25,151,100,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(51,178,133,1) 0%,rgba(25,151,100,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(51,178,133,1) 0%,rgba(25,151,100,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(51,178,133,1) 0%,rgba(25,151,100,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33b285', endColorstr='#199764',GradientType=0 ); /* IE6-8 */
}
.img_landscape{
    -moz-box-shadow: 0 0 15px -2px #1a9a67;
    -webkit-box-shadow: 0 0 15px -2px #1a9a67;
    box-shadow: 0 0 15px -2px #1a9a67;
}
#seccionNews .pag_news_prev{
    color: #0E754C;
    font-weight: bold;
    float: left;
    font-family: sans-serif;
    font-size: 0.8em;
}
#seccionNews .pag_news_next{
    color: #0E754C;
    font-weight: bold;
    float: right;
    font-family: sans-serif;
    font-size: 0.8em;
}
#product{
    width: 700px;
    display: table;
    margin: 50px auto;
    border: 10px solid #fff;
    -moz-box-shadow: 0 0 7px -2px #222;
    -webkit-box-shadow: 0 0 7px -2px #222;
    box-shadow: 0 0 7px -2px #222;
    background-color: #e5fff4;
}
#product h1{
    font-size: 1.7em;
    font-family: sans-serif;
    margin: 20px;
    word-wrap:break-word;
    -moz-hyphens:auto; 
    -ms-hyphens:auto; 
    -webkit-hyphens:auto; 
    -o-hyphens:auto; 
    hyphens:auto;
    font-style: italic;
    font-weight: bold;
}
#product .texto_producto{
    font-family: sans-serif;
    line-height: 1.5em;
    word-wrap:break-word;
    -moz-hyphens:auto; 
    -ms-hyphens:auto; 
    -webkit-hyphens:auto; 
    -o-hyphens:auto; 
    hyphens:auto;
    margin: 20px;
}