/*
 * Compa�ia, Producto,
 */
 body.page-taxonomy-term{
    color:#717171;   
 }
 body.page-taxonomy-term h1{ 
 } 
 body.page-taxonomy-term h2{
    _font-weight: bold !important;    
 } 
 body.page-taxonomy-term h3{ 
    font-weight: normal !important;
 }
 body.page-taxonomy-term h4{
    font-weight: bold !important;
 } 
 body.page-taxonomy-term p,
 body.page-taxonomy-term table td
 {
    _line-height: 30px;
    line-height: 20px;    
    font-size: 13px;                            /*size*/
    margin-top:7px !important;
    margin-bottom:7px !important;
 }
 _body.page-taxonomy-term table p{
    margin:0;
    padding:0;
    line-height:normal;
 }
  /*Para que la foto se adapte dentro de la celda de la tabla*/
  /*Media Query*/
 body.page-taxonomy-term .views-field-body table img{
    _width: 100%;
 } 
 body.page-taxonomy-term .field-name-body ul,
 body.page-taxonomy-term .views-row ul
 {
    list-style: none  !important;
    _margin:0;
 }
 body.page-taxonomy-term .field-name-body li,
 body.page-taxonomy-term .view-taxonomy-term .views-row li
 {
    font-size: 13px !important;                            /*size*/
    padding: 3px;
    list-style-image: url("../images/listaflecha.png");     

 }
 _body.page-taxonomy-term .field-name-body li:before,
 _body.page-taxonomy-term .view-taxonomy-term .views-row li:before
 {
    /* For a round bullet */
    content:'\2022';
    color: #25378c;
    /* For a square bullet */
    /*content:'\25A0';*/
    display: block;
    position: relative;
    max-width: 0px;
    max-height: 0px;
    left: -10px;
    top: -0px;
    _color: green;
    font-size: 20px;    
 }
     /**separacion de las pesta�as**/
     body.page-taxonomy-term .views-field-field-pesta-a{
        margin-top:20px;
     }
 
    body.page-taxonomy-term .views-field-field-pesta-a article {
        
        _margin: 20px 0px 20px 0px;
        _border-bottom: 2px solid #e4e3e3;
        _border-top: 2px solid #e4e3e3;

        /*para Firefox*/
        -moz-border-radius: 15px 15px 15px 15px;
        /*para Safari y Chrome*/
        -webkit-border-radius: 15px 15px 15px 15px;
        /* para Opera */
        border-radius: 15px 15px 15px 15px;   
        
        padding: 5px 0 5px 10px;     
   }
    body.page-taxonomy-term .view-taxonomy-term .view-content{ 
        _border: 1px solid red; 
    }
    /*separador nods */
    body.page-taxonomy-term #bodier-content .view-content .views-row{
        border-bottom: 0px solid #f2f2f2; 
        _border-bottom: 1px solid #f2f2f2;
        padding-top:0px;
        _padding-top:45px;
        padding-bottom:0px;
        _padding-top:45px;
        _padding-bottom:45px; 
    }
    body.page-taxonomy-term #bodier-content .view-content .views-row-1{
        border-bottom: 0px solid #f2f2f2; 
        padding-top:45px;
        padding-bottom:0px;
    }    
    body.page-taxonomy-term #bodier-content .view-content .views-row{
        padding-top:45px;
		padding-bottom:0px;
    }   	
    /*parrafos*/
    body.page-taxonomy-term #bodier-content .view-content .views-row p{
            _text-align:justify;
    }    
    /*h2 pesta�as*/
    body.page-taxonomy-term .views-field-field-pesta-a article header h2.cerrada {
        background-image: url("../images/flechacerrada.png");
    }
	body.page-taxonomy-term .views-field-field-pesta-a article header h2.abierta{
        background-image: url("../images/flechaabierta.png");
    }
    body.page-taxonomy-term .views-field-field-pesta-a article header h2 {
        margin: 0 !important;
		background-position: 300px center;
        background-repeat: no-repeat;
        padding: 2px !important;
        _color:#25378c !important;
        color:#717171 !important;
        text-transform: uppercase !important;           
        font-size: 14px !important;                         /*size*/
        font-weight: bold !important;
        cursor:pointer; 
	    _display:none;		
        _margin-bottom: 30px !important;		
    }
    /*nodo reference h2*/
	body.page-taxonomy-term .views-field-field-pesta-a article .campos{
        margin-top: 30px !important;			
	}	
    body.page-taxonomy-term .views-field-field-pesta-a article .campos h2{
        _color:red !important;
        font-size: 18px !important;                         /*size*/
        margin-bottom: 10px !important;
	    display:none;		
    }    
    /*nodo reference h3*/
    body.page-taxonomy-term .views-field-field-pesta-a article .campos h3{
        _color:red !important;
        _font-size: 16px !important;                         /*size*/        
		font-size: 14px !important;                         /*size*/ 
		background-image: url("../images/seccion.png");
		background-position: 0 center;
		background-repeat: no-repeat;
		padding-left:25px !important;
	}
    /*nodo reference h4*/
    body.page-taxonomy-term .views-field-field-pesta-a article .campos h4{
        _color:red !important;
        font-size: 14px !important;                         /*size*/        
    }    

body .container #bodier .view-taxonomy-term{
    margin-top: -4px !important;                   /**/      
}

