html, body {
	overflow-x: hidden;
}
body, html {
	width: 100%;
	margin: 0;
	padding: 0;
	/*font-family: Arial, Helvetica, sans-serif;*/
}
a:focus {
	outline: 0;
}
.clear {
	clear: both;
}
.row {
	margin: 0 !important;
}
.margin-top-15 {
	margin-top: 15px;
}
.no-padding {
	padding: 0;
}
.no-padding-left {
	padding-left: 0;
}
.no-padding-right {
	padding-right: 0;
}

/* WEBFONTS */


/* TOP BAR */

.top-bar {
	color: #FFFFFF;
	font-size: 16px;
	padding: 10px 0;
	background: rgb(43,57,144);
	background: -moz-linear-gradient(top,  rgba(43,57,144,1) 0%, rgba(56,68,156,1) 9%, rgba(38,34,98,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(43,57,144,1) 0%,rgba(56,68,156,1) 9%,rgba(38,34,98,1) 100%);
	background: linear-gradient(to bottom,  rgba(43,57,144,1) 0%,rgba(56,68,156,1) 9%,rgba(38,34,98,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b3990', endColorstr='#262262',GradientType=0 );
}
.top-bar a {
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 18px;
	padding: 0 7px;
}
.top-bar a:first-child {
	padding-left: 0;
}

/* HEADER */

.menu {
	color: #1A1A1A;
	font-size: 16px;
}
.menu a {
	color: #1A1A1A !important;
	text-transform: uppercase;
	font-size: 18px;
}
.menu img {
	width: 300px;
	padding: 10px;
}
.navbar {
	border: none;
	background: transparent;
}
.navbar-nav {
	margin-top: 105px;
}
.navbar-nav > li > a {
	padding: 0 10px;
	display: inline;
}
.navbar-nav > li > a:hover {
	text-decoration: underline !important;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
	background: transparent;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	background: transparent;
}
.navbar-nav > li > .dropdown-menu {
	margin-top: -100px;
}
.dropdown-menu {
	border: none;
	box-shadow: none;
	padding-top: 0;
	text-align: right;
	background: url(../img/dropdown.png) no-repeat 162px 10px;
}
.dropdown-menu > li > a {
	font-size: 13px;
	padding-right: 15px;
	margin-bottom: 10px;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover,
.dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
	background: transparent;
	text-decoration: underline;
}
.navbar-nav li.active > a {
	background: transparent;
	color: #FD1A16 !important;
}


/* CONTENT HOME - CAROUSEL */

.carousel {
    height: 440px;
}
.carousel .item,
.carousel .item.active,
.carousel .carousel-inner {
    height: 93%;
}
.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
.carousel-indicators {
    bottom: 10px;
}
.carousel-indicators {
    bottom: 10px;
    left: 50%;
    list-style: outside none none;
    padding-left: 0;
    position: absolute;
    text-align: center;
    z-index: 15;
}
.carousel-indicators li {
    background-color: #e5e5e5;
    border: 6px solid #13007c;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 27px;
    margin: 1px 1px 1px 3px;
    text-indent: -999px;
    width: 37px;
}
.carousel-indicators .active {
    background-color: #13007c;
    border: 6px solid #e5e5e5;
    height: 27px;
    width: 37px;
    margin: 1px 1px 1px 3px;
}

/* CONTENT HOME */

.separator {
	background: url(../img/separator.png) repeat-x top center #CCC;
	width: 100%;
	height: 5px;
	margin: 20px 0;
}
.item-box {
	padding: 0 20px;
}
.item-box .image {
	width: 30%;
	float: left;
}
.item-box .image img {
	width: 100%;
}
.item-box .item-data {
	width: calc(70% - 20px);
	float: left;
	margin: 10px 0 0 20px;
	font-size: 16px;
	line-height: 1.1;
}
.item-box .item-data .title h1 {
	color: #13007C;
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0 2px 0;
}
.item-box .item-data .title h1 a {
	color: #13007C;
}
.item-box .item-data .title h1 span {
	font-weight: normal;
}
.item-box .item-data .text {
	margin-top: 20px;
}
.item-box .item-data .item-options {
	margin-top: 20px;
	color: #666666;
	font-size: 14px;
	font-weight: lighter;
}
.item-box .item-data .item-options .more {
	width: 40%;
	text-transform: uppercase;
	float: left;
	padding-top: 6px;
}
.item-box .item-data .item-options .more a {
	color: #666666;
}
.item-box .item-data .item-options .social {
	width: 60%;
	float: right;
}
.item-box .item-data .item-options .social ul.navbar-right {
	margin: 0;
}
.item-box .item-data .item-options .social ul li {
	float: left;
	margin-left: 8px;
}
.item-box .item-data .item-options .social ul li span {
	display: block;
	margin-top: 6px;
	margin-right: 3px;
}
.item-box .item-data .item-options .social ul li img {
	opacity: .8;
	width: auto;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.item-box .item-data .item-options .social ul li img:hover {
	opacity: 1;
}

/* ORGANIZACION CONTENT */

.organization .grey {
	background: #B3B3B3;
	margin-bottom: 20px;
}
.organization .col-sm-8 {
	font-family: Verdana;
}
.organization h1 {
	text-transform: uppercase;
	font-size: 22px;
	color: #C2000B;
	margin: 0 0 0 10px;
}
.organization h2 {
	font-size: 22px;
	font-style: italic;
	margin: 0 0 0 10px;
	color: #1A1A1A;
}
.organization p {
	color: #1A1A1A;
	padding: 20px 10px;
	margin: 0;
}
.organization .symbols {
	background: url(../img/simbolos_back.jpg);
}
.organization .symbols .separator {
	margin: 0;
}
.organization .symbols h1 {
	margin: 5px;
	padding: 8px 8px 8px 30px;
	background: rgba(255, 255, 255, .5);
}
.organization .symbols .box {
	margin: 5px;
	padding: 10px;
	background: rgba(255, 255, 255, .5);
	text-align: center;
	width: calc(50% - 10px);
	float: left;
}
.organization .symbols .box p {
	padding: 0;
	text-align: left;
	color: #1A1A1A;
}
.organization .symbols .box p.title {
	text-transform: uppercase;
	margin-bottom: 5px;
}
.organization .symbols .box p em {
	font-style: italic;
}
.organization .symbols .box img {
	margin-bottom: 10px;
}
.organization audio {
	width: 100%;
}

/* SECRETARIAS SECTION */

.secretarias .col-sm-8 {
	font-family: Verdana;
	margin-bottom: 20px;
}
.secretarias h1 {
	font-size: 22px;
	color: #C2000B;
	margin: 0 0 0 10px;
	width: calc(100% - 50px);
}
.secretarias p {
	color: #1A1A1A;
	padding: 20px 10px;
	margin: 0;
}
.secretarias img.email,
.secretarias img.top {
	float: right;
	opacity: .8;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    cursor: pointer;
}
.secretarias img.email {
	margin-top: -31px;
}
.secretarias img.email:hover,
.secretarias img.top:hover {
	opacity: 1;
}
.secretarias p {
	float: left;
}
.secretarias p.members {
	padding: 0 10px;
	line-height: 1.3;
	float: none;
}
.secretarias .secre-img img {
	width: 100%;
	display: block;
	margin-top: -20px;
}
.secretarias .secre-img .separator {
	margin: 0 0 15px 0;
}
.secretarias .secre-img .sub {
	padding: 0;
}
.secretarias .secre-img .sub img {
	margin: 0;
}

/* CIRCULARES SECTION */

.circulares .col-sm-8 {
	font-family: Verdana;
	margin-bottom: 20px;
}
.circulares h1 {
	font-size: 22px;
	color: #C2000B;
	margin: 0 0 0 10px;
	width: calc(100% - 50px);
}
.circulares .year {
	font-size: 24px;
	padding: 10px;
	border-top: 1px solid #1A1A1A;
	border-bottom: 1px solid #1A1A1A;
}
.circulares .year:first-child {
	border-bottom: none;
}
.circulares .year a {
	color: #1A1A1A;
}
.circulares .year span {
	font-size: 12px;
	display: inline-block;
	margin-top: -7px;
	vertical-align: middle;
}
.circulares .list-2017 {
	display: none;
}
.circulares .list {
	background-color: #E5E5E5;
	border-top: 1px solid #1A1A1A;
	padding: 5px 0 15px 15px;
}
.circulares .list a:hover {
	text-decoration: none;
}
.circulares .list .list-item {
	padding: 10px 60px 10px 0;
	border-bottom: 1px solid #1A1A1A;
	color: #1A1A1A;
}
.circulares .list .list-item h2 {
	font-size: 20px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
.circulares .list .list-item img {
	float: right;
	margin: -20px -45px 0 0;
}
.circulares .list .list-item span {
	font-size: 16px;
}
.circulares .list .list-item span.section {
	color: #C2000B;
}

/* IMPULSO SECTION */

.impulso .col-sm-8 {
	font-family: Verdana;
	margin-bottom: 20px;
}
.impulso h1 {
	font-size: 22px;
	color: #C2000B;
	margin: 0 0 20px 10px;
	width: calc(100% - 50px);
}
.impulso p {
	margin-left: 10px;
}
.impulso .magazine-item {
	border: 1px solid #666666;
	padding: 3px;
	color: #666666;
	margin: 7px -7px;
}
.impulso .magazine-item img {
	width: 100%;
	height: 305px;
}
.impulso .magazine-item div {
	padding: 5px 10px;
	line-height: 17px;
}
.impulso .magazine-item div strong {
	color: #1A1A1A;
}

/* CULTURA SECTION */

.cultura .col-sm-8 {
	font-family: Verdana;
	margin-bottom: 20px;
}
.cultura h1 {
	font-size: 22px;
	color: #C2000B;
	margin: 0 0 20px 10px;
	width: calc(100% - 50px);
}
.cultura p {
	margin-left: 10px;
}
.cultura p span.title {
	display: block;
	color: #C2000B;
	font-weight: bold;
}

/* JUBILADOS SECTION */

.jubilados .col-sm-8 {
	font-family: Verdana;
	margin-bottom: 20px;
}
.jubilados h1 {
	font-size: 22px;
	color: #C2000B;
	margin: 0 0 20px 10px;
	width: calc(100% - 50px);
}
.jubilados p {
	margin-left: 10px;
}
.jubilados p span.title {
	display: block;
	color: #C2000B;
	font-weight: bold;
}

/* SECCIONALES SECTION */

.seccionales .col-sm-8 {
	font-family: Verdana;
	margin-bottom: 20px;
}
.seccionales .col-sm-8 img {
	margin-top: 20px;
	margin-bottom: 7px;
	width: calc(100% - 5px);
}
.seccionales .col-sm-8 ul {
	height: 60px;
	margin-bottom: 30px;
}
.seccionales .col-sm-8 ul li {
	float: left;
	padding: 10px;
	background: #0baee5;
	text-transform: uppercase;
	color: #09508b;
	cursor: pointer;
	text-align: center;
	height: 54px;
	width: 101px;
	margin-right: 3px;
	line-height: 16px;
	margin-bottom: 3px;
}
.seccionales .col-sm-8 ul li:hover {
	background: #07a0d3;
}
.seccionales .col-sm-8 ul li.selected {
	color: #FFFFFF;
	background: #bb0b24;
}
.seccionales .tab {
	display: none;
}

/* COMISION DIRECTIVA SECTION */

.comision .grey {
	background: #B3B3B3;
	margin-bottom: 20px;
}
.comision .col-sm-8 {
	font-family: Verdana;
	margin-bottom: 20px;
}
.comision .grey img.port {
	width: 100%;
}
.comision h1 {
	font-size: 22px;
	color: #C2000B;
	margin: 0 0 20px 10px;
	width: calc(100% - 50px);
}
.comision p {
	margin-left: 10px;
}

/* NOTICIAS SECTION */

.noticias .col-sm-8 {
	font-family: Verdana;
	margin-bottom: 20px;
}
.noticias h1 {
	font-size: 22px;
	color: #C2000B;
	margin: 0 0 20px 10px;
	width: calc(100% - 230px);
}
.noticias p {
	padding: 0 10px;
}
.noticias strong {
	font-weight: bold;
	color: #C2000B;
}
.noticias em {
	color: #C2000B;
}
.noticias .block {
	margin-bottom: 60px;
}
.noticias .block h1 {
	font-style: italic;
}
.noticias .block img.img-note {
	width: 100%;
}
.noticias .top {
	float: right;
	cursor: pointer;
}
.noticias .top img {
	opacity: .8;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.noticias img.email {
	margin-top: -31px;
}
.noticias .top:hover img {
	opacity: 1;
}
.noticias .social {
	width: 230px;
	float: right;
	margin-top: -47px;
}
.noticias .social ul.navbar-right {
	margin: 0;
}
.noticias .social ul li {
	float: left;
	margin-left: 8px;
}
.noticias .social ul li span {
	display: block;
	margin-top: 6px;
	margin-right: 3px;
}
.noticias .social ul li img {
	opacity: .8;
	width: auto;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.noticias .social ul li img:hover {
	opacity: 1;
}

/* FARMACIAS SECTION */

.farmacias .col-sm-8 {
	font-family: Verdana;
}
.farmacias .block .separator {
    margin: 0;
}
.farmacias h1 {
	font-size: 22px;
	color: #C2000B;
	margin: 10px;
	width: calc(100% - 50px);
}
.farmacias p {
	margin: 0 0 10px 10px;
	line-height: 16px;
}
.farmacias .box {
	width: 100%;
	padding: 5px 0 0 0;
	height: 180px;
	text-align: left;
	background-color: #CCCCCC;
}
.farmacias .box h5 {
	font-weight: bold;
	font-size: 11px;
	line-height: 12px;
	color: #C2000B;
	margin: 3px 0 3px 5px;
}
.farmacias .box p {
	font-size: 11px;
	line-height: 12px;
	margin: 0 0 0 5px;
}
.farmacias .box span {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	display: block;
	text-align: center;
	color: #FFF;
}
.farmacias .box img {
	width: 100%;
}
.farmacias .box.no-uc span {
	text-transform: none;
}
.farmacias .box.one-line span {
	margin-top: 81px;
}
.farmacias .box.two-lines span {
	margin-top: 72px;
}
.farmacias .box.four-lines span {
	margin-top: 61px;
}
.farmacias .box.five-lines span {
	margin-top: 51px;
}
.farmacias .red {
	background-color: #C2000B;
}
.farmacias .grey1 {
	background-color: #808080;
}
.farmacias .grey2 {
	background-color: #4D4D4D;
}
.farmacias .grey3 {
	background-color: #333333;
}
.farmacias .grey4 {
	background-color: #666666;
}

/* SIDE BOX */

.side-box,
.side-box-form,
.side-box-news {
	margin: 20px 0 10px 0;
	padding: 10px;
}
.side-box,
.side-box-form,
.side-box .button {
	background: rgb(226,227,228);
	background: -moz-linear-gradient(top,  rgba(226,227,228,1) 0%, rgba(115,117,119,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(226,227,228,1) 0%,rgba(115,117,119,1) 100%);
	background: linear-gradient(to bottom,  rgba(226,227,228,1) 0%,rgba(115,117,119,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e3e4', endColorstr='#737577',GradientType=0 );
}
.side-box-news {
	background: #E5E5E5;
	padding: 20px;
}
.side-box-news h2,
.side-box-news h3 {
	font-size: 22px;
	color: #C2000B;
	margin:  0 0 15px 0;
}
.side-box-news h3 {
	font-style: italic;
}
.side-box-news ul {
	margin-bottom: 20px;
}
.side-box-news ul li {
	font-size: 16px;
    line-height: 20px;
}
.side-box-news ul li strong {
	color: #1A1A1A;
	font-weight: bold;
}
.side-box .secretarias {
	margin-bottom: 10px;
}
.side-box .secretarias img {
	float: left;
	margin-right: 15px;
}
.side-box .secretarias ul {
	float: left;
}
.side-box .secretarias ul li {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
}
.side-box .button {
	padding: 7px 5px;
	height: 30px;
	height: 40px;
	color: #0B0146;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.side-box .button a {
	color: #0B0146;
}
.side-box .button a:hover {
	text-decoration: none;
}
.side-box .button a:hover span {
	text-decoration: underline;
}
.side-box .button span {
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
}
.side-box .button .logo-small {
	float: right;
	margin: -3px 20px 0 0;
}
.side-box .blue-box {
	padding: 20px;
	background: rgb(43,57,144);
	background: -moz-linear-gradient(top,  rgba(43,57,144,1) 0%, rgba(56,68,156,1) 9%, rgba(38,34,98,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(43,57,144,1) 0%,rgba(56,68,156,1) 9%,rgba(38,34,98,1) 100%);
	background: linear-gradient(to bottom,  rgba(43,57,144,1) 0%,rgba(56,68,156,1) 9%,rgba(38,34,98,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b3990', endColorstr='#262262',GradientType=0 );
}
.side-box .blue-box a {
	display: block;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.side-box .blue-box a.selected span {
	color: #C2000B;
	background-color: rgba(255, 255, 255, .7);
	width: calc(100% - 35px);
	display: inline-block;
}
.side-box .blue-box a.selected img {
	margin-left: 5px;
}
.side-box .blue-box a.selected:hover {
	text-decoration: none;
}
.side-box-form .form-title {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #1A1A1A;
}
.side-box-form .form-title span {
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
	width: 70%;
}
.side-box-form .form-content .side-bar {
	float: left;
	margin-top: 2px;
	width: 26px;
	margin-right: 10px;
	height: 240px;
	border-radius: 2px;
	background: rgb(102,102,102);
	background: -moz-linear-gradient(top,  rgba(102,102,102,1) 0%, rgba(204,204,204,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(102,102,102,1) 0%,rgba(204,204,204,1) 100%);
	background: linear-gradient(to bottom,  rgba(102,102,102,1) 0%,rgba(204,204,204,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#cccccc',GradientType=0 );
}
.side-box-form .form-content .form {
	float: left;
	width: calc(100% - 36px);
	padding-top: 20px;
}
.side-box-form .form-content .form label {
	display: block;
	text-transform: uppercase;
	margin: 0;
	color: #1A1A1A;
}
.side-box-form .form-content .form input {
	width: 100%;
	border: none;
	border-radius: 2px;
	height: 26px;
	padding: 3px;
}
.side-box-form .form-content .form textarea {
	width: 100%;
	border-radius: 2px;
	padding: 3px;
	border: none;
	resize: none;
	height: 110px;
}
.side-box-form .form-content input.submit {
	margin-top: 5px;
	width: 100%;
	color: #1A1A1A;
	border: none;
	border-radius: 2px;
	text-transform: uppercase;
	font-weight: bold;
	background: rgb(102,102,102);
	padding: 3px 0;
	opacity: .8;
	background: -moz-linear-gradient(top,  rgba(102,102,102,1) 0%, rgba(204,204,204,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(102,102,102,1) 0%,rgba(204,204,204,1) 100%);
	background: linear-gradient(to bottom,  rgba(102,102,102,1) 0%,rgba(204,204,204,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#cccccc',GradientType=0 );
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.side-box-form .form-content input.submit:hover {
	opacity: 1;
}
.logos div {
	padding: 0;
	margin-bottom: 20px;
}
.logos div img {
	width: 100%;
}

/* FOOTER */

footer {
	background: #0B0146;
	width: 100%;
	padding: 40px 0;
}
.footer div.col-sm-5 {
	color: #FFFFFF;
}
.footer div.col-sm-7 {
	color: #CCCCCC;
	text-align: right;
}
.footer div.col-sm-7 p {
	text-align: center;
	vertical-align: middle; 
	display: inline-block;
	margin: 0;
}
.footer div.col-sm-7 img {
	vertical-align: middle;
	margin-left: 20px;
}
.footer ul li {
	float: left;
	margin-right: 10px;
}
.footer ul li img {
	opacity: .8;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.footer ul li img:hover {
	opacity: 1;
}

/* MEDIA QUERYS */

@media (max-width: 1199px) {
	.side-box .button .logo-small {
		display: none;
	}
	.side-box .button span {
	    width: 70%;
	}
	
	/*SECCIONALES*/
	.seccionales .col-sm-8 img {
		width: calc(100% - 4px);
	}
	.seccionales .col-sm-8 ul li {
		padding: 10px 0;
		width: 82px;
	}
}
@media (max-width: 991px) {
	.top-bar a {
	    font-size: 14px;
	}
	.menu ul {
		font-size: 0;
	}
	.menu a {
	    font-size: 14px;
	}
	.navbar-nav {
	    margin-top: 112px;
	}
	.navbar-nav > li > a {
	    padding: 0 4px;
	}

	/*HOME*/
	.item-box {
	    padding: 0;
	}
	.item-box .item-data {
	    margin: 0 0 0 15px;
	}
	.item-box .item-data .item-options .social ul li span {
		display: none;
	}
	.item-box .item-data .item-options .social ul li {
	    margin-left: 6px;
	}

	/*ORGANIZACION*/
	.organization .symbols .box img {
		width: 80%;
	}
	/*SECCIONALES*/
	.seccionales .col-sm-8 img {
		width: calc(100% - 3px);
	}
	.seccionales .col-sm-8 ul {
		height: 110px;
	}
	.seccionales .col-sm-8 ul li {
		width: 87px;
	}
	
	.side-box .secretarias img {
	    width: 20px;
	    margin-right: 10px;
	}
	.side-box .secretarias ul li {
		font-size: 12px;
	    line-height: 1.7;
	}
	.side-box .button {
	    font-size: 12px;
	    height: 40px;
    	padding: 6px;
	}
	.side-box .button img {
		width: 18px;
	}
	.side-box .button span {
	    width: 70%;
	}
	.side-box .button .logo-small {
		display: none;
	}
	.footer ul li img {
		width: 48px;
	}
}
@media (max-width: 767px) {
	html, body {
		overflow-x: hidden;
	}
	.top-bar {
		font-size: 0;
		text-align: center;
	}
	.top-bar a {
		display: block;
		font-size: 4px;
	}
	.menu .col-sm-4 {
		text-align: center;
	}
	.menu .col-sm-4 img {
		margin: auto;
		width: 80%;
	}
	.navbar-toggle {
		border-color: #222222;
		margin-right: 0;
	}
	.navbar-toggle .icon-bar {
		background: #222222;
	}
	.navbar-right {
    	float: right !important;
    }
    .navbar-nav {
	    margin: 0 0 10px 0;
		width: 100%;
		text-align: center;
	}
	.navbar-nav li {
		padding: 5px 0;
	}
	.navbar-nav li a {
		font-size: 20px;
	}
	.navbar-nav li .dropdown-menu {
		text-align: center;
	}
	.dropdown-menu {
		background: none;
		padding-top: 10px;
	}
	.dropdown-menu > li {
		padding: 0;
	}
	.dropdown-menu > li > a {
	    display: inline;
	    font-size: 16px;
	    padding: 0;
	    margin: 0;
	}
	.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
	    padding: 5px 15px;
	}

	/*HOME*/
	.carousel-indicators li {
	    width: 35px;
	}
	.item-box .item-data .item-options .more,
	.item-box .item-data .item-options .social {
		width: 100%;
	}
	.item-box .item-data .item-options .social {
		margin-top: 20px;
	}
	.item-box .item-data .item-options .social ul li img {
		opacity: 1;
		width: 25px;
	}

	/*NOTICIAS*/
	.noticias h1 {
		width: 100%;
	}
	.noticias .social {
		width: 100%;
		margin-bottom: 20px;
		margin-top: 0;
		margin-right: calc(50% - 110px);
	}

	/*ORGANIZACION*/
	.organization .symbols p {
		line-height: 1.2;
	}
	.organization .col-sm-6 {
		padding: 0;
	}
	
	/*SECCIONALES*/
	.seccionales .col-sm-8 ul li {
		width: 97px;
	}
	.seccionales .col-sm-8 ul {
		height: 160px;
	}
	
	/*SECRETARIAS*/
	.secretarias .no-padding-left {
		padding-left: 15px;
	}
	.secretarias .no-padding-right {
		padding-right: 15px;
	}

	/*CIRCULARES*/
	.circulares .list {
		margin-top: 15px;
	}

	/*FARMACIAS*/
	.farmacias .box {
		height: auto;
	}
	.farmacias .box span {
		padding: 80px 0;
		margin: 0 !important;
	}

	.side-box .secretarias img {
		width: auto;
	}
	.side-box .secretarias ul li {
	    font-size: 16px;
	    line-height: 1.5;
	}
	.side-box .button {
	    font-size: 16px;
	    padding: 7px 5px;
	}
	.side-box .button img {
	    width: auto;
	}
	/*.side-box .button span {
	    width: auto;
	}*/
	.side-box .button .logo-small {
	    display: inline;
	    margin: -3px 0 0 0;
	}

	.footer {
		text-align: center;
	}
	.footer ul {
	    height: 80px;
	    margin-left: calc(50% - 110px);
	    width: 100%;
	}
	.footer div.col-sm-7 {
		text-align: center;
	}
	.footer div.col-sm-7 img {
		margin: 0;
	}
	.footer div.col-sm-7 p {
		display: block;
		margin-bottom: 20px;
	}
	.footer ul li img {
		opacity: 1;
	}
}