/* CSS Document */

.paginador{
    text-align: center; 
    margin: 20px auto;
    font-weight: bold;
    text-decoration: none;
}

body, html{
    padding: 0px;
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    font-size:12px;
    font-weight: 300;
    color: #333;
}

input, select, textarea{
    font-family: 'Roboto', sans-serif;
}

h3{
    /*position: relative;
    font-family: 'Bowlby One SC', cursive;
    text-transform: uppercase;
    font-size: 14px;
    color: #666;	
    margin: 0px;
    margin-left: 10px;
    margin-bottom: 0px;*/
    position: relative;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 13px;
    color: #387040;
    line-height: 15px;
    
    margin: 0px;
    border: none;
    border-bottom: 1px solid #387040;
    
    margin-left: 10px;
    margin-right: 10px;
    cursor: default;
}

h3 .mas_menos{
    right: 0px;
}

h1{
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 25px;
    color: #333;	
    margin: 0px;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}

h2{
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    color: #8a8a8a;	
    margin: 0px;
    margin-left: 0px;
    margin-bottom: 20px;
    margin-top: 0px;
    text-align: right;
}

hr{
    border: 0px;
    border-bottom: 1px solid #FFF;
}

p{
    font-size:12px;
    font-weight: 300;
    color: #333;
    margin: 0px;
    margin-bottom: 1em;
    margin-left: 0px;
    margin-right: 0px;
    text-align: justify;
}

a{
    color: #387040;
}

a:hover{
    color: #e1b919;
}

ul{
    font-size: 14px;
    padding-left: 20px;
    margin: 0px;

}

ul li{
    margin-bottom: 5px;
}

hr{
    /*margin: 0px;
    border: none;
    height: 15px;
    background-color: #387040;
    
    margin-left: 0px;
    margin-right: 0px;
    border-left: 1px solid #548b5c;
    border-right: 1px solid #548b5c;*/
}

#fondo{
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #000;
}

#fondo .imagen{
    position: absolute;
    background-image: url(images/fondo.jpg);
    background-repeat: no-repeat;
    right: 0px;
    width: 1618px;
    height: 952px;
    top: 50%;
    margin-top: -476px;
    left: 50%;
    margin-left: -809px;
    z-index: 0;
}


#fondo .marco{
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    border: 0px solid #FFF;
    z-index: 1;
    opacity: 0.8;
}


#centro{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 980px;
    z-index: 5;
    padding-top: 50px;
    padding-bottom: 50px;
}

#menu{
    position: relative;
    left: 0px;
    width: 984px;
    height: 75px;
    padding: 0px;
    margin: 0px;
    z-index: 6;

}

#menu .logo{
    width: 288px;
    margin-left: -4px;
}

#menu .logo a{
    background-image: url(images/menu_logo.png);
    width: 100%;
    height: 100%;
}

#menu .logo_selec a{
    background-image: url(images/menu_logo_hover.png);
    z-index: 2;
}

#menu li{
    position: relative;
    float: right;
    width: 148px;
    height: 79px;
    cursor: pointer;
    list-style: none;
    margin: 0px;
    margin-left: -8px;
    margin-top: -4px;
    padding: 0px;
    z-index: 1;
}


#menu li a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
    color: #555;
    text-decoration: none;
    text-align: center;
    line-height: 83px;
    background-image: url(images/menu_boton1.png);
}

#menu li a:hover{
    color: #000;
}

#menu .selec a{
    background-image: url(images/menu_boton_hover.png);
    color: #333;
    font-weight: 900;
}

#menu .selec{
    z-index: 2;
}

#menu .doble{
    line-height: 17px;
    padding-top: 26px;
    font-size: 13px;
}

.bloque{
    padding: 30px 6px 0px;
    margin: 0px auto;
    width: 31.2%;
    display: inline-table;
}

#contenido{
    position: relative;
    width: 980px;
    min-height: 500px;
    background-color: #FFF;
    left: 0px;
    z-index: 7;
    padding-top: 10px;
    padding-bottom: 38px;

}

#contenido .izq{
    position: absolute;
    background-image: url(images/centro_izq.png);
    top: 0px;
    bottom: 3px;
    width: 3px;
    left: -3px;
    background-repeat: repeat-y;
}

#contenido .der{
    position: absolute;
    background-image: url(images/centro_der.png);
    top: 0px;
    bottom: 3px;
    width: 3px;
    right: -3px;
    background-repeat: repeat-y;
}

#contenido .aba{
    position: absolute;
    background-image: url(images/centro_aba.png);
    bottom: -3px;
    left: 3px;
    right: 3px;
    height: 3px;
    background-repeat: repeat-x;
}



#footer{
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 38px;
    left: 0px;
}

#footer .linea_verde{
    position: absolute;
    right: 10px;
    left: 10px;
    height: 12px;
    top: 0px;
    background-color: #387040;
}

#footer .linea_amarilla{
    position: absolute;
    right: 10px;
    left: 10px;
    height: 12px;
    bottom: 10px;
    background-color: #e1b919;
    
    color: #373737;
    line-height: 13px;
    padding-left: 5px;
}

#footer .footer{
    position: absolute;
    bottom: -15px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 11px;
}

#social{
    position: absolute;
    right: 0px;
    top: 5px;	
    height: 35px;
}

#social a{
    position: relative;
    float: left;
    display: inline-block;
    margin-left: 9px;
    font-size: 0px;
    opacity: 0.8;
}

#social a:hover{
    opacity: 1;	
}

#social .en{
    width: 48px;
    height: 35px;
    background-image: url(images/en.png);
}

#social .es{
    width: 48px;
    height: 35px;
    background-image: url(images/es.png);
}

#social .facebook{
    width: 35px;
    height: 35px;
    background-image: url(images/facebook.png);
}

#social .twitter{
    width: 40px;
    height: 35px;
    background-image: url(images/twitter.png);
}



.productos{
    position: relative;
    margin: 0px;
}


.productos #lineas{
    height: 353px;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}

.productos #lineas_tabla{
    width: 100%;
    height: 100%;
    position: absolute;

}

.productos #lineas_container{
    position: relative;
    z-index: 10;
    width: 100%;
    height: 500px;
    margin-top: 60px;
    margin-bottom: 100px;

}


.productos .producto{
    position: relative;
    float: left;
    width: 225px;
    min-height: 320px;
    margin: 10px;
    text-decoration: none;
    text-align: center;
    margin-bottom: 20px;
}

.productos .producto .foto{
    position: relative;
    display: block;
    width: 225px;
    height: 225px;
    text-align: center;
    margin-bottom: 5px;
}

.productos .producto .foto img{
    position: absolute;
    width: 215px;
    height: 215px;
    margin: 0px;
    padding: 0px;
    border: none;
    opacity: 0.9;
    bottom: 0px;
    left: 5px;
}

.productos .producto .titulo{
    position: relative;
    color: #333;
    font-size: 15px;
    text-decoration: none;
    line-height: 15px;
    font-weight: bold;
}

.productos .producto .subtitulo{
    position: relative;
    color: #666;
    font-size: 10px;
    text-decoration: none;
    text-transform: uppercase;
}

.contacto{
    position: relative;
    margin: 0px;
    width: 100%;
}

.contacto .contacto{
}

.contacto #botonExcel{
    margin: 5px;
}

.contacto hr{
    margin-left: 0px;
    margin-right: 0px;
}

.contacto .gmaps{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.contacto .botones{
    padding: 8px;
}

.contacto .form{

    position: relative;
    /*margin-left: auto;
    margin-right: auto;*/
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    font-size: 12px;
    color: #333;
}

.contacto .form .form{
    position: relative;
    margin: 0px;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
}

#recaptcha_area table td:last-child{
    display: none;
}

.contacto .form .label{
    font-size: 10px;
    display: block;
    width: 100%;	
    color: #666;
    text-transform: uppercase;
    font-weight: 300;
}

.contacto .form .label b{
    font-weight: 500;
    color: #333;
}

.contacto .form .error{
    font-size: 11px;
    display: block;
    width: 100%;	
    color: #E4002C;
}

.contacto .form .info{
    font-size: 14px;	
}

.contacto .leyenda{
    font-size: 10px;
    text-transform: uppercase;
    color: #666;
    font-weight: 300;
}

.contacto .dato{
    display: block;
    position: relative;
    font-size: 15px;
    font-weight: 300;
    width: 90%;
    border: none;
    outline: none;
}

.contacto .form input[type="text"], .contacto .form input[type="password"], .contacto .form select{
    font-size: 15px;
    font-weight: 300;
    padding: 7px;
    border: 1px solid #e2e2df;	
    width: 356px;
    margin: 0px;
    color: #333;
    outline: none;
    background-color: #fcfcf9;
}

.contacto .form input[type="text"]:focus, .contacto .form input[type="password"]:focus, .contacto .form select:focus{
    border: 1px solid #e1b919;
}

.contacto .form textarea{
    font-size: 13px;
    font-weight: normal;
    padding: 7px;
    border: 1px solid #e2e2df;	
    width: 356px;
    height: 80px;
    margin: 0px;
    resize: none;
    font-weight: 300;
    color: #333;
    outline: none;
    background-color: #fcfcf9;
}

.contacto .form td{
    vertical-align: top;
    padding: 2px;
}

.contacto .form textarea:focus{
    border: 1px solid #e1b919;
}

.contacto .form #empresa{
    width: 734px;
}

.contacto .form #mensaje{
    height: 108px;
}

.contacto #captcha .form{
    margin: 0px;
    margin-top: -3px;
}

.h3_editable{
    position: relative;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 13px;
    color: #387040;
    line-height: 15px;
    width: 100%;
    margin: 0px;
    border: none;
    border-bottom: 1px solid #387040;
    
    outline: none;
} 

.contacto h2{

    text-align: center;
}

.foto-top{
    position: relative;
    width: 960px;
    height: 400px;
    margin: 10px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.botones{
    text-align: right;	
}

.boton{
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 300;
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    border: none;
    width: auto;
    margin: 0px;
    background-color: #387040;
    cursor: pointer;
    color: #FFF;
    text-decoration: none;
}

.boton:hover{
    background-color: #3e7c47;	
    color: #fff;
}

.producto{
    position: relative;
}

.producto .foto-top .zoom{
    margin-left: 0px;
}

.producto .titulo{
    font-size: 25px;
    text-transform: uppercase;
    color: #333;	
    border: none;
    margin: 0px;
    padding: 0px;
    outline: none;
    width: 100%;
    font-weight: bold;
}

.producto .subtitulo{
    font-size: 10px;
    color: #666;	
    margin: 0px;
    border: none;
    width: 100%;
    outline: none;
    text-transform: uppercase;
}

.producto .social{
    position: absolute;
    right: 33px;
    top: 410px;
}

.producto .social .twitter-share-button{
    float: left;	
    margin-left: 5px;
}

.producto .social .fb-like{
    float: left;	
}


.zoom{
    position: relative;
    width: 960px;
    height: 400px;
    overflow: hidden;
    cursor: move;
    margin: 0px;
    left: 0px;
}

.zoom .foto_zoom{
    position: absolute;
    display: none;
    width: 800px;
    height: 800px;
    left: 0px;
    top: 0px;
    background-color: #d4d3d0;
    z-index: 0;
}

.zoom .foto{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 400px;
    height: 400px;
    margin-left: 280px;
    z-index: 0;
}

.zoom .handle{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 400px;
    height: 400px;
    margin-left: 280px;
    z-index: 1;
}


.mas{
    display: block;
    font-size: 120px;
    font-weight: bold;
    line-height:  203px;
    text-align: center;

    width:  223px;
    height: 223px;
    border: 1px solid #CCC;
    color: #CCC;
    display: default;
}


.pdf{
    position: absolute;
    display: block;
    width: 80px;
    height: 61px;
    right: 20px;
    bottom: -85px;
    background-image: url(images/pdf.png);
    text-decoration: none;    
    z-index: 5;
    background-repeat: no-repeat;
    padding-left:  65px;
    padding-top: 30px;
    color: #666;
    text-decoration: none;
}

.pdf:hover{
    text-decoration: underline;
}


.portada{
    padding-bottom: 10px;
}

.portada #fotos .fotos{
    height: 495px;
}

.portada .leyenda{
    position: absolute;
    width: 276px;
    min-height: 133px;
    top: 95px;
    right: 0px;
    z-index: 1;
    background-image: url(images/slider_recuadro.png);
    padding: 15px;
}

.portada .leyenda .titulo{
    position: relative;
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
    color: #FFF;
    margin: 0px;
    border: none;
    background-color: transparent;
    text-shadow: 0px 0px 4px #000;
    outline: none;
    width: 100%;
    text-align: right;
}

.portada .leyenda .texto{
    width: 100%;
    min-height: 110px;
    background-color: transparent;
    border: none;
    color: #FFF;
    text-shadow: 0px 0px 4px #000;
    font-size: 12px;
    line-height: 14px;
    text-align: justify;
    outline: none;
    resize: none;
    margin-top: 10px;
    padding: 0px;
    font-weight: 300;
}

.portada .leyenda hr{
    border-color: #FFF;
    margin: 0px;
}

.portada .slider{

}

.portada .producto{
    position: relative;
    float: left;
    width: 326px;
    text-align: center;
    text-decoration: none;
}

.portada .producto .foto{
    height: 326px;
    width: 326px;

    position: relative;
    display: block;
    text-align: center;
}

.portada .producto .foto img{
    height: 300px;
    width: 300px;

    position: absolute;
    margin: 0px;
    padding: 0px;
    border: none;
    opacity: 0.9;
    bottom: 0px;
    left: 13px;
}

.portada .producto:hover hr{
    border-color: #9fc100;
}

.portada .producto:hover .titulo{
    color: #9fc100;
}


.portada .producto hr{
    border-top: 5px solid #ccc;	
}

.portada .producto .titulo{
    text-decoration: none;
    font-size: 12px;
    color: #CCC;
}

.portada #lineas{
    height: 353px;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}

.portada #lineas_tabla{
    width: 100%;
    height: 353px;
    position: absolute;

}

.portada #lineas_container{
    position: relative;
    z-index: 10;
    width: 100%;
    height: 353px;
    margin-top: -186px;
    margin-bottom: 70px;

}

.portada h3 .mas_menos{
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    right: 0px;
    bottom: 0px;
    line-height: 18px;
    text-align: center;
    color: #387040;
    font-size: 20px;
    cursor: pointer;
    text-decoration: none;
    font-weight: 100;
}

.portada h3 .mas_menos:hover{
    background-color: #387040;
    color: #FFF;
}


#lineas .linea{
    position: relative;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-left: -2px;
    margin-right: -2px;
}

#lineas .linea img{
    width: 304px;
    height: 304px;
    margin: 0px;
    margin-bottom: 25px;
}


#lineas .default img{
    width: 353px;
    height: 353px;
    margin: 0px;
    margin-bottom: 0px;
}

#lineas .linea .titulo{
    position: absolute;
    display: block;
    bottom: -20px;
    width: 100%;
    height: 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
    color: #387040;
}

#lineas .linea:hover .titulo{
    font-weight: bold;
}

.destacado{
    position: relative;
    float: left;
    width: 470px;
    margin: 10px;
    min-height: 200px;
}

.portada .noticias{
    margin-top: 10px;
    margin-bottom: 10px;
}

.clientes{
    margin-top: 10px;
    margin-bottom: 10px;
}

.clientes .cliente{
    position: relative;
    float: left;
    width: 220px;
    margin: 11px;
    cursor: default;
    border: 0px;
}

.clientes .cliente .botones{
    position: absolute;
    bottom: -40px;
    left: 0px;
}

.clientes .cliente .boton{
    padding-left: 10px;
    padding-right: 10px;
}

.clientes .cliente .mas{
    position: relative;
    width: 208px;
    height: 73px;
    margin: 0px;
}

.portada .ver_mas{
    position: absolute;
    right: 5px;
    top: 0px;
    height: 12px;
    font-size: 11px;
    text-transform: lowercase;
    line-height: 12px;
    color: #FFF;
    text-decoration: none;
    font-family: Tahoma, Verdana, Geneva, sans-serif;
}

.portada .ver_mas:hover{
    text-decoration: underline;
}

.secciones{
    position: relative;
    text-align: center;
    margin: 0px;
    margin-bottom: 10px;
    margin-top: -10px;
    height: 40px;
    line-height: 30px;
    background-color: #f9f9f6;
    padding: 0px;
    border-bottom: 1px solid #eeeeeb;
}

.secciones .seccion{
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    border-right: 1px solid #eeeeeb;
    height: 40px;
    line-height: 40px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 12px;
    margin: 0px;
    margin-left: -3px;
}

.secciones .seccion:first-child{
    border-left: 1px solid #eeeeeb;
}

.secciones .seccion.selec {
    background-color: #FFF;
    color: #000;
    border-bottom: 1px solid #FFF;
}

.secciones .seccion:hover {
    color: #000;
}


.noticias .noticia{
    position: relative;
    display: inline-block;
    float: left;
    width: 220px;
    height: 270px;
    margin: 11px;
    margin-right: 12px;
    cursor: pointer;
    border: 1px solid #e9e6d6;
    border-bottom: 3px solid #e9e6d6;
    text-decoration: none;
    overflow: hidden;
}

.noticias .noticia:hover{
    background-color: #fafaf7;
    border: 1px solid #e1b919;
    border-bottom: 3px solid #e1b919;
}

.noticias .noticia:hover .titulo{

}

.noticias .noticia .imagen{
    position: relative;
    width: 220px;
    height: 128px;
    margin-bottom: 0px;
}

.noticias .noticia .titulo{
    display: block;
    font-weight: bold;
    text-align: justify;
    margin-bottom: 4px;
    font-size: 11px;
    line-height: 13px;
    text-decoration: none;
    color: #333;
    text-transform: uppercase;
    
    /*font-family: 'Bowlby One SC', cursive;*/
    margin-left: 5px;
    margin-right: 5px;
}

.noticias .noticia .texto{
    position: relative;
    font-size: 11px;
    margin-left: 5px;
    margin-right: 5px;
    max-height: 50px;
    text-overflow:ellipsis;
}

.noticias .noticia .texto p{
    font-size: 10px;
    margin: 0px;
    margin-bottom: 0.5em;
    color: #666;
    line-height: 13px;
    text-overflow:ellipsis;
}

/**/
.noticia_thumb{
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
    cursor: pointer;
}

.noticia_thumb:hover{
    background-color: #f4f4f4;
}

.noticia_thumb .imagen{
    position: relative;
    float: left;
    width: 144px;
    height: 108px;
}

.noticia_thumb .titulo{
    text-transform: capitalize;
    font-weight: bold;
    text-align: justify;
    margin-bottom: 5px;
    font-size: 11px;
    color: #8a8a8a;
}

.noticia_thumb .texto{
    position: relative;
    float: left;
    width: 310px;
    min-height: 108px;
    margin-right: 16px;
    font-size: 10px;
}

.noticia_thumb .texto p{
    font-size: 10px;
    margin: 0px;
    margin-bottom: 0.5em;
    color: #8a8a8a;
}

.portada .slider1{
    position: relative;
    width: 960px;
    height: 400px;
    margin: 10px;	
    margin-top: 0px;
}

#fotos{

    position: relative;
    width: 960px;
    height: 495px;
    margin: 10px;
    overflow: hidden;
    margin-top: 0px;
}

#fotos .fotos{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 5760px;
    height: 400px;
}

#fotos .fotos .foto{
    float: left;
}


#fotos_admin{
    position: relative;
    width: 960px;
    margin: 10px;
    margin-top: 0px;
}

#fotos_admin .foto{
    margin-bottom: 10px;
}

.foto{
    position: relative;
    width: 960px;
}

.foto img{
    width: 960px;
}

#fotos_admin form{
    padding: 0px;
}

.admin{
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: 0px;
    left: 0px;
    background-color: #e3e3e3;
    opacity: 0.9;
    z-index: 3;

}

.admin .boton{
    float: right;
    margin-right: 5px;
    margin-top: 5px;
    height: 30px;
    line-height: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 12px;
}

.admin input[type="file"]{
    margin: 10px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
}

.servicios{
    margin: 10px;
}

.servicios .foto-top{
    margin-bottom: 10px;
}

.servicios .servicio{

}

.servicio .titulo{
    position: relative;
    color: #343434;
    font-size: 22px;
    text-decoration: none;
    line-height: 16px;
    margin-top: 20px;
}

.servicio .texto{
    position: relative;
    float: left;
    width: 710px;
    min-height: 225px;
    margin-right: 10px;
    text-align: justify;
}

.servicio .foto{
    position: relative;
    float: left;
    width: 220px;
    height: 220px;
    margin: 10px;
    overflow: hidden;
}

.servicio .foto .mascara{
    position: absolute;
    left: -1px;
    top: -1px;
    width: 222px;
    height: 222px;
    background-image: url(images/mascara_circulo.png);
    z-index: 1;
}

.servicio .foto img{
    width: 200px;
    height: 200px;
    margin: 10px;
}

.login #login{
    width: 100%;
    text-align: center;
    margin-top: 220px;
}

.login #pwd{
font-size: 15px;
font-weight: 300;
padding: 7px;
border: 1px solid #e2e2df;
width: 236px;
margin: 0px;
color: #333;
outline: none;
background-color: #fcfcf9;
}

.login #pwd:focus{
border: 1px solid #e1b919;
}

.contenido{
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 38px;
}


.contenido h3{
    margin-left: 0px;
    margin-right: 0px;
}

.contenido hr{
    margin-left: 0px;
    margin-right: 0px;
}

.contenido .mas_menos{
    right: 0px;
}

.accordion{
    margin-bottom: 1.5em;
    width: 100%;
}

.accordion .head{
    /*position: relative;
    font-family: 'Bowlby One SC', cursive;
    text-transform: uppercase;
    font-size: 14px;
    color: #666;	
    margin: 0px;
    margin-left: 10px;
    margin-bottom: 0px;*/
    position: relative;
    display: block;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 13px;
    color: #387040;
    line-height: 15px;
    width: 100%;
    margin: 0px;
    border: none;
    border-bottom: 1px solid #387040;
    
    margin-left: 0px;
    margin-right: 0px;
    cursor: pointer;
}

.accordion .body{
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 1em;
    overflow: hidden;
    display: block;
}

.accordion .mas_menos{
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    right: 0px;
    bottom: 0px;
    line-height: 18px;
    text-align: center;
    color: #387040;
    font-size: 20px;
    cursor: pointer;
    text-decoration: none;
    font-weight: 100;
}

.accordion .head:hover .mas_menos{
    background-color: #387040;
    color: #FFF;
}


.perfil .foto{
    position: relative;
    display: inline-block;
    width: 466px;
    height: 350px;
    margin: 10px;
}

.perfil .foto img{
    width: 466px;
    height: 350px;
}

.perfil .descripcion{
    position: relative;
    margin: 10px;
}

.perfil .descripcion .titulo{
    font-size: 25px;
    text-transform: uppercase;
    color: #333;
    border: none;
    margin: 0px;
    padding: 0px;
    outline: none;
    width: 100%;
    font-weight: bold;
}

.perfil .resumen{
    
}

.perfil .producto{
    position: relative;
    width: 300px;
}

.perfil .producto .foto{
    position: relative;
    width: 300px;
    height: 300px;
}

.perfil .producto .mas{
    width: 298px;
    height: 298px;
    line-height: 250px;
    cursor: default;
}