﻿
ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;
}

ul.resp-tabs-list {
	/*overflow:hidden; */
	float:left;
	width:100%;
	margin:5px 0 10px; 
	background: url(i/tabsBorde.png) repeat-x 0 22px
	}
	
	
	
.resp-tabs-list li {
    font-weight: 600;
    font-size: 13px;
	font-size:12px\0/; /*IE8*/
    display: inline-block;
    padding: 0 2% 5px;
	padding: 0px 6px 7px\0/; /*IE8*/
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
	color:#999999;
	background:url(i/tabsBordeCostado.png) no-repeat right center;
	
}



.resp-tabs-list li.last {background:none;}

.resp-tabs-list li:last-child {background:none}

.resp-tabs-list li:hover {border-bottom: 5px solid #0090BA;}

.resp-tabs-list li.resp-tab-active {
	color:#0090BA;
	border-bottom:5px solid #0090BA		
}

.resp-tabs-list .activo {
	/*border-bottom:5px solid #0090BA*/	
}

.resp-tabs-container {
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 0px;
}

.resp-tab-active {
    /*border-right: 1px solid black;*/
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    
}

h2.resp-accordion {
    font-size: 13px;
    margin: 0px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 5px!important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    float: left;
    width: 68%;
    min-height: 250px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
}

.resp-vtabs li.resp-tab-active {
    border: 1px solid #c1c1c1;
    border-right: none;
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
	padding-left:0!important;
}


/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #f3f3f3 !important;
}
.resp-easy-accordion  h2.resp-accordion {
        display: block;
}
.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1 !important;
}


@media (min-width:1025px) and (max-width:1280px) {


.extraTabs.resp-tabs-list li {
    font-weight: 600;
    /*font-size: 14px;*/
    padding: 0 2% 7px;
}



}

@media (min-width:769px) and (max-width:1024px) {

.extraTabs.resp-tabs-list li, .acciones .resp-tabs-list li {
	font-weight: 600;
    font-size: 11px;
    padding: 0 1% 7px;
		
}


}



@media (min-width:481px) and (max-width:768px) {
	
	
.acciones ul.resp-tabs-list {
	background:url(i/tabsBorde.png) repeat-x 0 17px;	
}
.acciones .resp-tabs-list li {
	font-weight: 600;
    font-size: 11px;
    padding: 0 1% 4px;

}

	
.extraTabs.resp-tabs-list li {
	padding:7px 4px 4px;
	font-size:9px;
	
}
	
		
}

@media (max-width:480px) {
	
	.extraTabs.resp-tabs-list li {
	padding:7px 2px 4px;
	font-size:6px;
	/*font-weight:100*/
	
}

}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
/*
@media (min-width:481px) and (max-width:768px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    }
    .resp-accordion-closed {
        display:none !important;
    }
    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
}
*/

@media (max-width:479px) {
	
ul.resp-tabs-list {
	background: url(i/tabsBorde.png) repeat-x 0 17px;
	}
	
.resp-tabs-list li {
    font-weight: 100;
    font-size: 12px;
    padding: 0 1% 3px;
	
}

	
}