<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**-------------------------------------   
   Sharepoint Styles
-------------------------------------**/
#MSOTlPn_MainTD{
	display: block;
	position: fixed;
	top: 73px;
	right: 10px;
	z-index: 1000;
	height: 90% !important;
	width: auto !important;
	overflow-y: auto;
	background: transparent;	
}

.ms-core-webpartadder{
	  z-index:10000;
}

.ms-signInLink{
	display:none !important;   
}

#s4-bodyContainer{
	padding:0 !important;
	margin: 0 !important;
}

.ms-rteStyle-Titulo_Principal {
	-ms-name: "Titulo_Principal";
	font-family: 'Oswald', sans-serif !important;
	color: #2a2a2a;
	font-weight:400;
	text-transform: uppercase !important;
	font-size: 24px !important;
	line-height: 30px !important;
}

.ms-rteStyle-Subtitulo {
	-ms-name: "Subtitulo";
	font-family: 'Oswald', sans-serif !important;
	color: #2a2a2a !important;
	font-weight: 400 !important;
	text-align: justify !important;
	font-size: 1.3em !important;
	line-height: 18px !important;
}

.ms-rteStyle-Texto_Normal {
	-ms-name: "Texto Normal";
	font-family: 'Oswald', sans-serif !important;
	color: #2a2a2a;
	text-align: justify !important;
	font-size: 1em;
	line-height: 18px !important;
	font-weight: 300 !important;
	margin-top: 10px !important;
}

.ms-rteStyle-Texto_Normal_Resaltado {
	-ms-name: "Texto Normal Resaltado";
	font-family: 'Oswald', sans-serif !important;
	color:  #333 !important;
	text-align: justify !important;
	font-size: 1em !important;
	line-height: 18px !important;
	font-weight: 400 !important;
	margin-top: 10px !important;
}

.ms-wpadder{
	overflow:hidden;	   
}

.sala_prensa {
    /*margin: 3px !important;*/
    text-align: justify;
    padding-bottom: 20px;
}
.ImgNoticia{
    width: 395px;
    height:auto;
}

.ImgNoticia img{
    width: 98%;
    height:auto
 }
.image{
	width: 345px;
    height: auto;
}
.article .date-line{
	display:inline-block;
}
.article .article-header {
	zoom: 1;
	display: block;
	margin-bottom: 15px;
	min-height:87px;
}



/*Inicio Tabs*/
.sky-tabs, .sky-tabs * {
    margin: 0;
    padding: 0;
    outline: none;
    border: 0;
    background: none;
}

.sky-tabs {
    position: relative;
    font-family: 'Oswald';
    font-size: 0;
    text-align: left;
    color: #666;
}

.sky-tabs &gt; input {
    position: absolute;
    display: none;
}

.sky-tabs &gt; label {
    position: relative;
    z-index: 1;
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 1px;
    padding-top: 0;
    padding-left: 0;
    font-size: 13px;
    line-height: 45px;
    cursor: pointer;
}

.sky-tabs &gt; label.inverse {
    float: right;
    padding-right: 0;
    padding-left: 1px;
}

.sky-tabs &gt; label.disabled {
    cursor: default;
}

.sky-tabs &gt; label span {
    display: block;
    background: rgba(243, 243, 243, 0.9);
}

.sky-tabs &gt; label span span {
    padding: 0 20px;
    background: transparent;
    transition: background 0.4s, color 0.4s;
    -o-transition: background 0.4s, color 0.4s;
    -ms-transition: background 0.4s, color 0.4s;
    -moz-transition: background 0.4s, color 0.4s;
    -webkit-transition: background 0.4s, color 0.4s;
}

.sky-tabs &gt; label:hover span span {
    background: #228e52;
    color: #fff;
}

.sky-tabs &gt; label.disabled span span {
    background: transparent;
    color: inherit;
}

.sky-tabs &gt; input:checked + label {
    cursor: default;
}

.sky-tabs &gt; input:checked + label span span {
    background: #228e52;
    color: #fff;
}

.sky-tabs &gt; .switcher {
    display: none;
}

.sky-tabs &gt; .switcher a {
    display: block;
    margin: 0 -20px;
    padding: 0 20px;
    text-decoration: none;
    color: inherit;
}

.sky-tabs &gt; ul {
    list-style: none;
    position: relative;
    display: block;
    font-size: 13px;
}

.sky-tabs &gt; ul &gt; li {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    overflow: auto;
    padding: 20px 25px 25px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    opacity: 0;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: opacity 0.8s, -o-transform 0.8s;
    -ms-transition: opacity 0.8s, -ms-transform 0.8s;
    -moz-transition: opacity 0.8s, -moz-transform 0.8s;
    -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
    /*border: 1px solid #228e52;*/
}

.sky-tabs &gt; .sky-tab-content-1:checked ~ ul &gt; .sky-tab-content-1,
.sky-tabs &gt; .sky-tab-content-2:checked ~ ul &gt; .sky-tab-content-2,
.sky-tabs &gt; .sky-tab-content-3:checked ~ ul &gt; .sky-tab-content-3,
.sky-tabs &gt; .sky-tab-content-4:checked ~ ul &gt; .sky-tab-content-4,
.sky-tabs &gt; .sky-tab-content-5:checked ~ ul &gt; .sky-tab-content-5,
.sky-tabs &gt; .sky-tab-content-6:checked ~ ul &gt; .sky-tab-content-6,
.sky-tabs &gt; .sky-tab-content-7:checked ~ ul &gt; .sky-tab-content-7,
.sky-tabs &gt; .sky-tab-content-8:checked ~ ul &gt; .sky-tab-content-8,
.sky-tabs &gt; .sky-tab-content-9:checked ~ ul &gt; .sky-tab-content-9 {
    position: relative;
    z-index: 1;
    opacity: 1;
}


/**/
/* positions */
/**/

.sky-tabs-pos-top-center {
    text-align: center;
}

.sky-tabs-pos-top-right {
    text-align: right;
}

.sky-tabs-pos-top-right &gt; label {
    padding-right: 0;
    padding-left: 1px;
}

.sky-tabs-pos-top-justify &gt; label {
    padding-right: 0;
    padding-left: 1px;
}

.sky-tabs-pos-top-justify.sky-tabs-amount-2 &gt; label {
    width: 50%;
}

.sky-tabs-pos-top-justify.sky-tabs-amount-3 &gt; label {
    width: 33.33%;
}

.sky-tabs-pos-top-justify.sky-tabs-amount-4 &gt; label {
    width: 25%;
}

.sky-tabs-pos-top-justify.sky-tabs-amount-5 &gt; label {
    width: 20%;
}

.sky-tabs-pos-top-justify.sky-tabs-amount-6 &gt; label {
    width: 16.66%;
}

.sky-tabs-pos-top-justify.sky-tabs-amount-7 &gt; label {
    width: 14.28%;
}

.sky-tabs-pos-top-justify.sky-tabs-amount-8 &gt; label {
    width: 12.5%;
}

.sky-tabs-pos-top-justify.sky-tabs-amount-9 &gt; label {
    width: 11.11%;
}

.sky-tabs-pos-top-justify &gt; input:first-child + label {
    padding-left: 0;
}

.sky-tabs-pos-left &gt; label,
.sky-tabs-pos-right &gt; label {
    display: block;
    width: 20%;
    float: left;
    clear: left;
    margin-right: 0;
    font-size: 20px;
}

.sky-tabs-pos-right &gt; label {
    float: right;
    clear: right;
}

.sky-tabs-pos-left &gt; ul {
    margin-left: 20%;
}

.sky-tabs-pos-right &gt; ul {
    margin-right: 25%;
}

.sky-tabs-pos-right &gt; label {
    padding-right: 0;
    padding-left: 1px;
}

.sky-tabs-pos-top-center &gt; ul &gt; li,
.sky-tabs-pos-top-justify &gt; ul &gt; li {
    -o-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -webkit-transform-origin: 50% 0%;
}

.sky-tabs-pos-right &gt; ul &gt; li,
.sky-tabs-pos-top-right &gt; ul &gt; li {
    -o-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    -moz-transform-origin: 100% 0%;
    -webkit-transform-origin: 100% 0%;
}

/**/
/* animations */
/**/

.sky-tabs-anim-slide-up &gt; ul &gt; li {
    -o-transform: translateY(-15%);
    -ms-transform: translateY(-15%);
    -moz-transform: translateY(-15%);
    -webkit-transform: translateY(-15%);
}

.sky-tabs-anim-slide-right &gt; ul &gt; li {
    -o-transform: translateX(15%);
    -ms-transform: translateX(15%);
    -moz-transform: translateX(15%);
    -webkit-transform: translateX(15%);
}

.sky-tabs-anim-slide-down &gt; ul &gt; li {
    -o-transform: translateY(15%);
    -ms-transform: translateY(15%);
    -moz-transform: translateY(15%);
    -webkit-transform: translateY(15%);
}

.sky-tabs-anim-slide-left &gt; ul &gt; li {
    -o-transform: translateX(-15%);
    -ms-transform: translateX(-15%);
    -moz-transform: translateX(-15%);
    -webkit-transform: translateX(-15%);
}

.sky-tabs-anim-slide-up-left &gt; ul &gt; li {
    -o-transform: translate(-15%, -15%);
    -ms-transform: translate(-15%, -15%);
    -moz-transform: translate(-15%, -15%);
    -webkit-transform: translate(-15%, -15%);
}

.sky-tabs-anim-slide-up-right &gt; ul &gt; li {
    -o-transform: translate(15%, -15%);
    -ms-transform: translate(15%, -15%);
    -moz-transform: translate(15%, -15%);
    -webkit-transform: translate(15%, -15%);
}

.sky-tabs-anim-slide-down-right &gt; ul &gt; li {
    -o-transform: translate(15%, 15%);
    -ms-transform: translate(15%, 15%);
    -moz-transform: translate(15%, 15%);
    -webkit-transform: translate(15%, 15%);
}

.sky-tabs-anim-slide-down-left &gt; ul &gt; li {
    -o-transform: translate(-15%, 15%);
    -ms-transform: translate(-15%, 15%);
    -moz-transform: translate(-15%, 15%);
    -webkit-transform: translate(-15%, 15%);
}

.sky-tabs &gt; .sky-tab-content-1:checked ~ ul &gt; .sky-tab-content-1,
.sky-tabs &gt; .sky-tab-content-2:checked ~ ul &gt; .sky-tab-content-2,
.sky-tabs &gt; .sky-tab-content-3:checked ~ ul &gt; .sky-tab-content-3,
.sky-tabs &gt; .sky-tab-content-4:checked ~ ul &gt; .sky-tab-content-4,
.sky-tabs &gt; .sky-tab-content-5:checked ~ ul &gt; .sky-tab-content-5,
.sky-tabs &gt; .sky-tab-content-6:checked ~ ul &gt; .sky-tab-content-6,
.sky-tabs &gt; .sky-tab-content-7:checked ~ ul &gt; .sky-tab-content-7,
.sky-tabs &gt; .sky-tab-content-8:checked ~ ul &gt; .sky-tab-content-8,
.sky-tabs &gt; .sky-tab-content-9:checked ~ ul &gt; .sky-tab-content-9 {
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

.sky-tabs-anim-scale &gt; ul &gt; li {
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -webkit-transform: scale(0.1, 0.1);
}

.sky-tabs-anim-scale &gt; .sky-tab-content-1:checked ~ ul &gt; .sky-tab-content-1,
.sky-tabs-anim-scale &gt; .sky-tab-content-2:checked ~ ul &gt; .sky-tab-content-2,
.sky-tabs-anim-scale &gt; .sky-tab-content-3:checked ~ ul &gt; .sky-tab-content-3,
.sky-tabs-anim-scale &gt; .sky-tab-content-4:checked ~ ul &gt; .sky-tab-content-4,
.sky-tabs-anim-scale &gt; .sky-tab-content-5:checked ~ ul &gt; .sky-tab-content-5,
.sky-tabs-anim-scale &gt; .sky-tab-content-6:checked ~ ul &gt; .sky-tab-content-6,
.sky-tabs-anim-scale &gt; .sky-tab-content-7:checked ~ ul &gt; .sky-tab-content-7,
.sky-tabs-anim-scale &gt; .sky-tab-content-8:checked ~ ul &gt; .sky-tab-content-8,
.sky-tabs-anim-scale &gt; .sky-tab-content-9:checked ~ ul &gt; .sky-tab-content-9 {
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

.sky-tabs-anim-rotate &gt; ul &gt; li {
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.sky-tabs-anim-rotate.sky-tabs-pos-right &gt; ul &gt; li,
.sky-tabs-anim-rotate.sky-tabs-pos-top-right &gt; ul &gt; li {
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

.sky-tabs-anim-rotate &gt; .sky-tab-content-1:checked ~ ul &gt; .sky-tab-content-1,
.sky-tabs-anim-rotate &gt; .sky-tab-content-2:checked ~ ul &gt; .sky-tab-content-2,
.sky-tabs-anim-rotate &gt; .sky-tab-content-3:checked ~ ul &gt; .sky-tab-content-3,
.sky-tabs-anim-rotate &gt; .sky-tab-content-4:checked ~ ul &gt; .sky-tab-content-4,
.sky-tabs-anim-rotate &gt; .sky-tab-content-5:checked ~ ul &gt; .sky-tab-content-5,
.sky-tabs-anim-rotate &gt; .sky-tab-content-6:checked ~ ul &gt; .sky-tab-content-6,
.sky-tabs-anim-rotate &gt; .sky-tab-content-7:checked ~ ul &gt; .sky-tab-content-7,
.sky-tabs-anim-rotate &gt; .sky-tab-content-8:checked ~ ul &gt; .sky-tab-content-8,
.sky-tabs-anim-rotate &gt; .sky-tab-content-9:checked ~ ul &gt; .sky-tab-content-9 {
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.sky-tabs-anim-flip &gt; ul {
    perspective: 2000px;
    -o-perspective: 2000px;
    -ms-perspective: 2000px;
    -moz-perspective: 2000px;
    -webkit-perspective: 2000px;
    perspective-origin: 50% 50%;
    -o-perspective-origin: 50% 50%;
    -ms-perspective-origin: 50% 50%;
    -moz-perspective-origin: 50% 50%;
    -webkit-perspective-origin: 50% 50%;
}

.sky-tabs-anim-flip &gt; ul &gt; li {
    -o-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -webkit-transform: rotateX(-90deg);
}

.sky-tabs-anim-flip.sky-tabs-pos-left &gt; ul &gt; li {
    -o-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
}

.sky-tabs-anim-flip.sky-tabs-pos-right &gt; ul &gt; li {
    -o-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -webkit-transform: rotateY(-90deg);
}

.sky-tabs-anim-flip &gt; .sky-tab-content-1:checked ~ ul &gt; .sky-tab-content-1,
.sky-tabs-anim-flip &gt; .sky-tab-content-2:checked ~ ul &gt; .sky-tab-content-2,
.sky-tabs-anim-flip &gt; .sky-tab-content-3:checked ~ ul &gt; .sky-tab-content-3,
.sky-tabs-anim-flip &gt; .sky-tab-content-4:checked ~ ul &gt; .sky-tab-content-4,
.sky-tabs-anim-flip &gt; .sky-tab-content-5:checked ~ ul &gt; .sky-tab-content-5,
.sky-tabs-anim-flip &gt; .sky-tab-content-6:checked ~ ul &gt; .sky-tab-content-6,
.sky-tabs-anim-flip &gt; .sky-tab-content-7:checked ~ ul &gt; .sky-tab-content-7,
.sky-tabs-anim-flip &gt; .sky-tab-content-8:checked ~ ul &gt; .sky-tab-content-8,
.sky-tabs-anim-flip &gt; .sky-tab-content-9:checked ~ ul &gt; .sky-tab-content-9 {
    -o-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
}

/**/
/* grid system */
/**/

.sky-tabs .grid-row {
    margin-top: 20px;
}

.sky-tabs .grid-row:after {
    content: '';
    display: table;
    clear: both;
}

.sky-tabs .grid-row:first-child {
    margin-top: 0;
}

.sky-tabs .grid-col {
    display: block;
    float: left;
    width: 100%;
    margin-left: 2%;
}

.sky-tabs .grid-col:first-child {
    margin-left: 0;
}

.sky-tabs .grid-col .inner {
    padding: 10px 0;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.1);
    text-align: center;
}

.sky-tabs .grid-col-1 {
    width: 6.5%;
}

.sky-tabs .grid-col-2 {
    width: 15%;
}

.sky-tabs .grid-col-3 {
    width: 23.5%;
}

.sky-tabs .grid-col-4 {
    width: 32%;
}

.sky-tabs .grid-col-5 {
    width: 40.5%;
}

.sky-tabs .grid-col-6 {
    width: 49%;
}

.sky-tabs .grid-col-7 {
    width: 57.5%;
}

.sky-tabs .grid-col-8 {
    width: 66%;
}

.sky-tabs .grid-col-9 {
    width: 74.5%;
}

.sky-tabs .grid-col-10 {
    width: 83%;
}

.sky-tabs .grid-col-11 {
    width: 91.5%;
}

.sky-tabs .grid-col-offset-1,
.sky-tabs .grid-col-offset-1:first-child {
    margin-left: 8.5%;
}

.sky-tabs .grid-col-offset-2,
.sky-tabs .grid-col-offset-2:first-child {
    margin-left: 17%;
}

.sky-tabs .grid-col-offset-3,
.sky-tabs .grid-col-offset-3:first-child {
    margin-left: 25.5%;
}

.sky-tabs .grid-col-offset-4,
.sky-tabs .grid-col-offset-4:first-child {
    margin-left: 34%;
}

.sky-tabs .grid-col-offset-5,
.sky-tabs .grid-col-offset-5:first-child {
    margin-left: 42.5%;
}

.sky-tabs .grid-col-offset-6,
.sky-tabs .grid-col-offset-6:first-child {
    margin-left: 51%;
}

.sky-tabs .grid-col-offset-7,
.sky-tabs .grid-col-offset-7:first-child {
    margin-left: 59.5%;
}

.sky-tabs .grid-col-offset-8,
.sky-tabs .grid-col-offset-8:first-child {
    margin-left: 68%;
}

.sky-tabs .grid-col-offset-9,
.sky-tabs .grid-col-offset-9:first-child {
    margin-left: 76.5%;
}

.sky-tabs .grid-col-offset-10,
.sky-tabs .grid-col-offset-10:first-child {
    margin-left: 85%;
}

.sky-tabs .grid-col-offset-11,
.sky-tabs .grid-col-offset-11:first-child {
    margin-left: 93.5%;
}


/**/
/* typography */
/**/

.sky-tabs .typography h1,
.sky-tabs .typography h2,
.sky-tabs .typography h3,
.sky-tabs .typography h4,
.sky-tabs .typography h5,
.sky-tabs .typography h6 {
    margin: 40px 0 0 0;
    padding: 0;
    text-align: left;
    color: #333;
    font-family: 'Oswald', sans-serif;
}

.sky-tabs .typography h1 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 300;
}

.sky-tabs .typography h2 {
    font-size: 34px;
    line-height: 44px;
    font-weight: 300;
}

.sky-tabs .typography h3 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 300;
}

.sky-tabs .typography h4 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
}

.sky-tabs .typography h5 {
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    text-transform: uppercase;
}

.sky-tabs .typography h6 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

.sky-tabs .typography p {
    margin: 20px 0 0 0;
    padding: 0;
    line-height: 20px;
    text-align: justify;
    font-size: 14px;
}

.sky-tabs .typography ul,
.sky-tabs .typography ol {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
    line-height: 20px;
}

.sky-tabs .typography li {
    position: relative;
    margin-top: 5px;
    padding-left: 20px;
}

.sky-tabs .typography li ul,
.sky-tabs .typography li ol {
    margin-top: 5px;
}

.sky-tabs .typography ul li:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 4px;
    height: 4px;
    background: #333;
}

.sky-tabs .typography ol {
    counter-reset: list1;
}

.sky-tabs .typography ol &gt; li:before {
    counter-increment: list1;
    content: counter(list1)'.';
    position: absolute;
    top: 0;
    left: 0;
    color: #333;
}

.sky-tabs .typography a {
    text-decoration: underline;
    color: #228e52;
}

.sky-tabs .typography a:hover {
    text-decoration: none;
}

.sky-tabs .typography .pic {
    padding: 4px;
    border: 1px dotted #ccc;
}

.sky-tabs .typography .pic img {
    display: block;
}

.sky-tabs .typography .pic-right {
    float: right;
    margin: 0 0 10px 20px;
}

.sky-tabs .typography .link {
    text-decoration: underline;
    color: #228e52;
    cursor: pointer;
}

.sky-tabs .typography .link:hover {
    text-decoration: none;
}

.sky-tabs .typography h1:first-child,
.sky-tabs .typography h2:first-child,
.sky-tabs .typography h3:first-child,
.sky-tabs .typography h4:first-child,
.sky-tabs .typography h5:first-child,
.sky-tabs .typography h6:first-child,
.sky-tabs .typography p:first-child {
    margin-top: 0;
}

.sky-tabs .typography .text-center {
    text-align: center;
}

.sky-tabs .typography .text-right {
    text-align: right;
}


/**/
/* icons */
/**/

.sky-tabs &gt; label .fa {
    display: block;
    float: left;
    width: 18px;
    margin: 0 12px 0 -6px;
    font-family: FontAwesome;
    font-style: normal;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
}

/*botones*/
.sky-tabs .button {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    color: #fff;
    padding: .5em 1em;
    margin: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    background: #228e52;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 1.1em;
}

.sky-tabs .button:hover {
    background: #228e52;
    color: #fff;
    text-decoration: none;
}

.sky-tabs .button:active {
    background: #228e52;
    color: #fff;
    position: relative;
    top: 1px;
}

.sky-tabs .button:visited {
    color: #fff;
}


/**/
/* pad */
/**/

@media screen and (max-width: 1000px) {
    .sky-tabs &gt; label span span {
        padding: 0 15px;
    }
    .sky-tabs &gt; label .fa {
        margin-right: 10px;
        margin-left: -5px;
    }
}


/**/
/* phone */
/**/

@media screen and (max-width: 767px) {
    .sky-tabs .grid-col, .sky-tabs .grid-col:first-child {
        float: none;
        width: 100%;
        margin: 20px 0 0 0;
    }
    
    .sky-tabs-response-to-stack &gt; label {
        display: block;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        text-align: left;
    }
    
    .sky-tabs-response-to-stack &gt; ul {
        margin-top: 0;
        margin-right: 0;
        margin-left: 0;
    }
    
    .sky-tabs-response-to-stack &gt; ul &gt; li {
        -o-transform-origin: 50% 0%;
        -ms-transform-origin: 50% 0%;
        -moz-transform-origin: 50% 0%;
        -webkit-transform-origin: 50% 0%;
    }
    
    .sky-tabs-response-to-stack.sky-tabs-anim-flip &gt; ul &gt; li {
        -webkit-transform: rotateX(-90deg);
    }
    
    .sky-tabs-response-to-icons &gt; label {
        font-size: 0;
    }
    
    .sky-tabs-response-to-icons &gt; label .fa {
        width: 45px;
        margin: 0;
        font-size: 16px;
    }
    
    .sky-tabs-response-to-icons &gt; label span span {
        padding: 0;
    }
    
    .sky-tabs-response-to-icons.sky-tabs-pos-left &gt; label,
    .sky-tabs-response-to-icons.sky-tabs-pos-right &gt; label {
        width: 56px;
    }
    
    .sky-tabs-response-to-icons.sky-tabs-pos-left &gt; ul {
        margin-left: 56px;
    }
    
    .sky-tabs-response-to-icons.sky-tabs-pos-right &gt; ul {
        margin-right: 56px;
    }
    
    .sky-tabs-response-to-switcher &gt; label {
        display: none;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        text-align: left;
    }
    
    .sky-tabs-response-to-switcher &gt; .switcher {
        display: block;
    }
    
    .sky-tabs-response-to-switcher:hover &gt; label {
        display: block;
    }
    
    .sky-tabs-response-to-switcher:hover &gt; .switcher {
        display: none;
    }
    
    .sky-tabs-response-to-switcher &gt; ul {
        margin-top: 0;
        margin-right: 0;
        margin-left: 0;
    }
    
    .sky-tabs-response-to-switcher &gt; ul &gt; li {
        -o-transform-origin: 50% 0%;
        -ms-transform-origin: 50% 0%;
        -moz-transform-origin: 50% 0%;
        -webkit-transform-origin: 50% 0%;
    }
        
    .sky-tabs-response-to-switcher.sky-tabs-anim-flip &gt; ul &gt; li {
        -webkit-transform: rotateX(-90deg);
    }
}
/*
@media screen and (max-width: 1000px) {
    body {
        padding: 20px;
    }
}

@media screen and (max-width: 767px) {
    body {
        padding: 10px;
    }
}
*/

*/

/*Fin Tabs*/
/** BEGIN FORMULARIOS **/
.formulario{
 	width: 100%;
 	padding: 0 5px;
 	/**margin: 0 auto;**/
    margin-bottom: 10px;
   	height: auto;
   	padding: 0 1%;
}

.formulario input{
   width: 90%;
   font-size:1em;
   margin: 5px 0 5px 0;
   height: 28px;
   padding-left: 5px;
   font-weight: 300;
}

#FormularioBusqueda{
	padding: 0 1.5% !important;
}

.formulario .searchT{
	width: 96.5%;
}

.formulario input.full {
    width: 100%;
}

.formulario input.medium {
    width: 83%;
}

.formulario input[type="submit"] {
    width: auto;
    /*margin-left: 15px;*/
    margin-top: -1px;
    padding: 5px 4vw !important;
    line-height: 0em;
    height: 40px;
}

.formulario select {
    width: 92%;
    font-size: 1em;
    margin: 5px 0 5px 0;
}

.formulario input button {
    width: 50% !important;
}

.asterisco {
    font-size: 14px;
    color: #ed1c24;
}

.formulario-select {
    width: 100%;
    height: 41px;   
    overflow: hidden;
    background: url(../img/down_arrow_select.png) no-repeat right #fff;
    border: 1px solid rgba(204, 204, 204, 0.55);
    margin: 5px 0 5px 0;
    padding: 5px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: inset 0px 1px 6px rgba(204, 204, 204, 0.61);
    -webkit-box-shadow: inset 0px 1px 6px rgba(204, 204, 204, 0.61);
    box-shadow: inset 0px 1px 6px rgba(204, 204, 204, 0.61);
}

.formulario-select select {
    background: transparent;
    width: 90%;
    padding: 5px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 34px;
    -webkit-appearance: none;
    font-weight: 300;
}

/** BEGIN ACCORDEON **/
.accordion-container {
    width: 100%;
    margin: 0 0 2px;
    clear: both;
}

.accordion-toggle {
    position: relative;
    display: block;
    padding: 15px;
    font-size: 1.5em;
    font-weight: 300;
    background: #f3f3f3;
    color: #363B3F;
    text-decoration: none;
}

.accordion-toggle.open {
    background: #f1f0f0;
    color: #fff;
}

.accordion-toggle:hover {
    background: #228e52;
    color: #fff !important;
}

.accordion-toggle span.toggle-icon {
    position: absolute;
    top: 11px;
    right: 20px;
    font-size: 1.5em;
}

.accordion-content {
    display: none;
    padding: 20px;
    overflow: auto;
}

.accordion-content img {
    display: block;
    float: left;
    margin: 0 15px 10px 0;
    max-width: 100%;
    height: auto;
}

/* media query for mobile */
@media (max-width: 760px) {
    .content {
        width: auto;
    }
    .accordion-content {
        padding: 10px 0;
        overflow: inherit;
    }
}

/** END ACCORDEON **/


/* END BACK TO TOP*/

.btn {
	display: inline-block;
	*display: inline;
	padding: 4px 12px;
	margin-bottom: 0;
	*margin-left: .3em;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	*background-color: #A09A9A;
	background-image: -moz-linear-gradient(top, #ffffff, #A09A9A);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#A09A9A));
	background-image: -webkit-linear-gradient(top, #ffffff, #A09A9A);
	background-image: -o-linear-gradient(top, #ffffff, #A09A9A);
	background-image: linear-gradient(to bottom, #ffffff, #A09A9A);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	*border: 0;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	 -moz-border-radius: 4px;
	      border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
	color: #333333;
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
}

.btn:active, .btn.active {
	background-color: #cccccc;
}

.btn:first-child {
	*margin-left: 0;
}

.btn:hover, .btn:focus {
	color: #333333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}

.btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.btn.active,
.btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled, .btn[disabled] {
	color: #7e7e7e;
	cursor: default;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.btn-group {
	position: relative;
	display: inline-block;
	*display: inline;
	*margin-left: .3em;
	font-size: 0;
	white-space: nowrap;
	vertical-align: middle;
	*zoom: 1;
}

.btn-group:first-child {
	*margin-left: 0;
}

.btn-group &gt; .btn {
	position: relative;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.btn-group &gt; .btn + .btn {
  margin-left: -1px;
}

.btn-group &gt; .btn:first-child {
	margin-left: 0;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-topleft: 4px;
}

.btn-group &gt; .btn:last-child, .btn-group &gt; .dropdown-toggle {
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
}

a.btn
{
	display:inline !important;
}

a.rvfs-decrease:link, a.rvfs-decrease:hover, a.rvfs-decrease:visited{
	color:#8B0E14 !important; 
	font-weight:bold;
}

a.rvfs-reset:link, a.rvfs-reset:hover, a.rvfs-reset:visited{
	color:#8B0E14 !important; 
	font-weight:bold;
}

a.rvfs-increase:link, a.rvfs-increase:hover, a.rvfs-increase:visited{
	color:#8B0E14 !important; 
	font-weight:bold;
}

a.TituloS:link, a.TituloS:hover, a.TituloS:visited{
	color:#fff !important;
}
</pre></body></html>