
html, body, #page {
    height: 100%;
}
#page-wrapper {
    min-height: 100%;
}
#header div.section, #featured div.section, #messages div.section, #main, #triptych, #footer-columns, #footer {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
#header div.section {
    position: relative;
}
.region-header {
    float: right;
    margin: 1em 5px 1.5em;
}
#secondary-menu {
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
}
#main-wrapper {
    min-height: 300px;
}
#content .section, .sidebar .section {
    padding: 0 15px;
}
#breadcrumb {
}
#footer-wrapper {
}
#footer-wrapper .section {
    box-sizing: border-box;
    padding: 0 15px;
}
.region-triptych-first, .region-triptych-middle, .region-triptych-last {
    box-sizing: border-box;
    padding: 0 20px;
}
.region-footer-firstcolumn, .region-footer-secondcolumn, .region-footer-thirdcolumn, .region-footer-fourthcolumn {
    box-sizing: border-box;
    padding: 0 10px;
}
.view-header {
}
.pane-title {
    background: transparent !important;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 28px !important;
    color: #545454 !important;
    font-weight: 600;
    padding: 0 !important;
}

/*Modificacion titulo banner inicio*/
.pane-titleI {
    background: transparent !important;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 28px !important;
    color: #545454 !important;
    font-weight: 600;
    text-align:left;
    padding: 5px 0 15px !important;
}


.pane-title:before {
    width: 35px;
    height: 5px;
    background-color: #D0021B;
    position: absolute;
    content: '';
    margin-top: 40px;
}

/*.pane-title:after {
    min-width: 100%;
    height: 1px;
    background-color: #dce0e0;
    position: absolute;
    content: '';
    left: 0px;
    margin-top: 40px;
}*/

.pane-title h2 {
    font-size: 0.8em;
}
.pane-content {
    font-size: 16px;
    text-align: left;
}
@media all and (min-width: 560px) and (max-width: 850px) {
#sidebar-first, .region-triptych-first, .region-triptych-middle, .region-triptych-last, .region-footer-firstcolumn, .region-footer-secondcolumn, .region-footer-thirdcolumn, .region-footer-fourthcolumn {
    display: inline;
    float: left;
    position: relative;
}
#sidebar-first, #sidebar-second {
    width: 50%;
}
#sidebar-second {
    margin-left: 50%;
}
.one-sidebar #sidebar-first, .one-sidebar #sidebar-second {
    width: 100%;
}
.one-sidebar #sidebar-second {
    margin-left: 0;
}
.region-triptych-first, .region-triptych-middle, .region-triptych-last {
    box-sizing: border-box;
    padding: 0 10px;
    width: 33%;
}
.region-footer-firstcolumn, .region-footer-secondcolumn {
    box-sizing: border-box;
    padding: 0 10px;
    width: 50%;
}
.region-footer-thirdcolumn, .region-footer-fourthcolumn {
    box-sizing: border-box;
    padding: 0 10px;
    width: 50%;
}
.region-footer-thirdcolumn {
    clear: both;
}
}
@media all and (min-width: 851px) {
#header div.section, #featured div.section, #messages div.section, #main, #triptych, #footer-columns, #footer {
    max-width: 1290px;
}
#content, #sidebar-first, #sidebar-second, .region-triptych-first, .region-triptych-middle, .region-triptych-last, .region-footer-firstcolumn, .region-footer-secondcolumn, .region-footer-thirdcolumn, .region-footer-fourthcolumn {
    display: inline;
    float: left;
    position: relative;
}
.two-sidebars #content {
    margin-left: 25%;
    margin-right: 25%;
    width: 50%;
}
.one-sidebar #content {
    width: 75%;
}
.no-sidebars #content {
    width: 100%;
}
.sidebar-first #content {
    margin-left: 25%;
    margin-right: 0;
}
.sidebar-second #content {
    margin-left: 0;
    margin-right: 25%;
}
#sidebar-first {
    margin-left: -100%;
    width: 25%;
}
#sidebar-second {
    clear: none;
    margin-left: -25%;
    width: 25%;
}
.region-triptych-first, .region-triptych-middle, .region-triptych-last {
    box-sizing: border-box;
    width: 33%;
}
.region-footer-firstcolumn, .region-footer-secondcolumn, .region-footer-thirdcolumn, .region-footer-fourthcolumn {
    box-sizing: border-box;
    padding: 0 10px;
    width: 25%;
}
}
body {
    border: 0 none;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 1000px;
    outline: 0 none;/
    padding: 0;
}
a:link, a:visited {
    text-decoration: none;
}
a:hover, a:active  {
    text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: inherit;
    margin: 1em 0 0.5em;
}
h1 {
    color: #000;
    font-size: 1.357em;
}
h2 {
    font-size: 1.143em;
}
p {
    margin: 0 0 1.2em;
}
del {
    text-decoration: line-through;
}
tr.odd {
    background-color: #dddddd;
}
img {
    outline: 0 none;
}
.clear_both {
    clear: both;
}
code, pre, kbd, samp, var {
    padding: 0 0.4em;
}
code {
    background-color: rgba(40, 40, 0, 0.06);
}
pre code, pre kbd, pre samp, pre var, kbd kbd, kbd samp, code var {
    background-color: transparent;
    font-size: 100%;
}
pre code, pre samp, pre var {
    padding: 0;
}
.description code {
    font-size: 1em;
}
kbd {
    background-color: #f2f2f2;
    border: 1px outset #575757;
    border-radius: 5px;
    color: #666;
    display: inline-block;
    margin: 0 3px;
    padding: 0 6px;
}
pre {
    background-color: rgba(40, 40, 0, 0.06);
    margin: 10px 0;
    overflow: hidden;
    padding: 15px;
    white-space: pre-wrap;
}
body, #site-slogan, .ui-widget, .comment-form label {
}
#header, #footer-wrapper, #skip-link, ul.contextual-links, ul.links, ul.primary, .item-list .pager, div.field-type-taxonomy-term-reference, div.messages, div.meta, p.comment-time, table, .breadcrumb {
}
input, textarea, select, a.button {
}
caption {
    font-weight: normal;
    text-align: left;
}
blockquote {
    background: none repeat scroll 0 0 #f7f7f7;
    border-left: 1px solid #bbb;
    font-style: italic;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
}
blockquote:before {
    color: #bbb;
    content: "“";
    font-size: 16px;
    line-height: 0.1em;
    margin-right: 0.2em;
    vertical-align: -0.4em;
}
blockquote:after {
    color: #bbb;
    content: "”";
    font-size: 16px;
    line-height: 0.1em;
    vertical-align: -0.45em;
}
blockquote > p:first-child {
    display: inline;
}
a.feed-icon {
    display: inline-block;
    padding: 15px 0 0;
}
img {
    border: 0 none;
    height: auto;
    max-width: 100%;
}
table {

}
table table {

}
#footer-wrapper table {

}
table tr th {

}
table tr th, table tr th a, table tr th a:hover {

}
table tbody tr th {
    vertical-align: top;
}
tr td, tr th {

}
#footer-wrapper tr td, #footer-wrapper tr th {

}
tr.odd {

}
tr.even {

}
table ul.links {

}
table ul.links li {

}
.block ol, .block ul {
    margin: 0;
    padding: 0 0 0.25em 1em;
}
.contextual-region .contextual .contextual-links a {
    font-size: 16px;
    text-shadow: 0 0 0 !important;
}
.item-list .pager {
    font-size: 16px;
}
.item-list .pager li {
    padding: 0;
}
.item-list .pager a {
    display: inline-block;
    padding: 10px 15px;
}
.item-list .pager .pager-first a {
    padding: 10px 10px 10px 0;
}
.item-list .pager .pager-previous a {
    padding: 10px 0;
}
.item-list .pager .pager-current {
    padding: 0 10px;
}
.item-list .pager .pager-next a, .item-list .pager .pager-last a {
    padding: 10px 0 10px 10px;
}
ul.menu li {
    margin: 12px 0;
}
ul.menu li a {
    padding: 10px 0;
}
.region-content ul, .region-content ol {
    margin: 1 em 0;
    padding: 0 0 0.25em 15px;
}
.item-list ul li {
    margin: 0;
    padding: 0.2em 0.5em 0 0;
}
ul.tips {
    padding: 0 0 0 1.25em;
}
#skip-link {
    left: 50%;
    margin-left: -5.25em;
    margin-top: 0;
    position: absolute;
    width: auto;
    z-index: 50;
}
#skip-link a, #skip-link a:link, #skip-link a:visited {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    border-radius: 0 0 10px 10px;
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 1.7;
    padding: 1px 10px 2px;
    text-decoration: none;
}
#skip-link a:hover, #skip-link a:active, #skip-link a:focus {
    outline: 0 none;
}
#logo {
    float: left;
    padding-left: 5px;
}
#name-and-slogan {
    float: left;
    margin: 0;
    padding: 5px 10px 8px;
}
#site-name {
    color: #686868;
    font-size: 1.6em;
    line-height: 1;
}
h1#site-name {
    margin: 0;
}
#site-name a {
    font-weight: normal;
}
#site-slogan {
    font-size: 0.929em;
    font-style: italic;
    margin-top: 7px;
    word-spacing: 0.1em;
}
.region-header .block {
    float: left;
    font-size: 0.857em;
    margin: 0 10px;
    padding: 0;
}
.region-header .block-block {
    margin: 0 0 5px;
    padding: 0;
    width: 100%;
}
.region-header .block .content {
    margin: 0;
    padding: 0;
}
.region-header .block ul {
    margin: 0;
    padding: 0;
}
.region-header .block li {
    list-style: none outside none;
    padding: 0;
}
.region-header .form-text {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
    border-color: rgba(255, 255, 255, 0.3);
    margin-right: 2px;
    width: 120px;
}
.region-header .form-text:hover, .region-header .form-text:focus, .region-header .form-text:active {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
}
.region-header .form-required {
    color: rgba(255, 255, 255, 0.7);
}
.region-header .block-menu {
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0;
    width: 208px;
}
.region-header .block-menu li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: block;
    padding: 3px 7px;
}
.region-header .block-menu li a:hover, .region-header .block-menu li a:focus, .region-header .block-menu li a:active {
    text-decoration: none;
}
.region-header .block-menu li.last a {
    border-bottom: 0 none;
}
.region-header #block-user-login {
    width: auto;
}
.region-header #block-user-login .content {
    margin-top: 2px;
}
.region-header #block-user-login .form-item {
    float: left;
    margin: 0;
    padding: 0;
}
.region-header #block-user-login div.item-list, .region-header #block-user-login div.description {
    font-size: 0.916em;
    margin: 0;
}
.region-header #block-user-login div.item-list {
    clear: both;
}
.region-header #block-user-login div.description {
    display: inline;
}
.region-header #block-user-login .item-list ul {
    line-height: 1;
    padding: 0;
}
.region-header #block-user-login .item-list li {
    float: left;
    list-style: none outside none;
    padding: 3px 0 1px;
}
.region-header #block-user-login .item-list li.last {
    padding-left: 0.5em;
}
.region-header #block-user-login ul.openid-links li.last {
    padding-left: 0;
}
.region-header #user-login-form li.openid-link a, .region-header #user-login li.openid-link a {
    padding-left: 20px;
}
.region-header #block-user-login .form-actions {
    clear: both;
    margin: 4px 0 0;
    padding: 0;
}
.region-header #block-user-login input.form-submit {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin: 4px 0;
    padding: 3px 8px;
}
.region-header #block-user-login input.form-submit:hover, .region-header #block-user-login input.form-submit:focus {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
}
.region-header #block-search-form {
    width: 208px;
}
.region-header #block-search-form .form-text {
    width: 154px;
}
.region-header .block-locale ul li {
    display: inline;
    padding: 0 0.5em;
}
#main-menu {
    background: none repeat scroll 0 0 #dddddd;
    border-radius: 4px;
    clear: both;
}
#main-menu-links {
    font-size: 14px;
    margin: 0 5px;
    padding: 0;
}
#main-menu-links li {
    list-style: none outside none;
    padding: 0;
}
#main-menu-links a {
    border-radius: 8px;
    color: #8b8b8b;
    display: block;
    float: none;
    margin-bottom: 4px;
    margin-left: auto;
    margin-right: auto;
    padding: 0.9em 0 0.9em 10px;
    text-decoration: none;
    text-shadow: 0 1px #eee;
    width: 100%;
}
#main-menu-links a:hover, #main-menu-links a:focus {
}
#main-menu-links a:active {
}
#main-menu-links li a.active {
}
#secondary-menu-links {
    float: right;
    font-size: 0.929em;
    margin: 0 10px;
}
#secondary-menu-links li {
    margin: 0;
    padding: 0;
}
#secondary-menu-links a {
    display: inline-block;
    padding: 0.8em;
}
#secondary-menu-links a:hover, #secondary-menu-links a:focus {
    text-decoration: underline;
}
#main {
    margin-bottom: 40px;
    margin-top: -8px;
}
#featured {
    background: none repeat scroll 0 0 rgba(30, 50, 10, 0.08);
    border-bottom: 1px solid #e7e7e7;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 1.4;
    margin: 0;
    padding: 20px 10px 45px;
    text-align: center;
    text-shadow: 1px 1px #fff;
}
#featured h2 {
    font-size: 1.2em;
    line-height: 1;
}
#featured p {
    margin: 0;
    padding: 0;
}
#highlighted {
    border-bottom: 1px solid #d3d7d9;
    font-size: 120%;
}
#breadcrumb {
    color: #3b6858 !important;
    font-size: 0.7em;
    line-height: 1.25em;
    padding: 10px;
  margin-bottom:-25px;
}
.easy-breadcrumb_segment.easy-breadcrumb_segment-title.active {
    font-weight: bold;
}
.easy-breadcrumb_segment.easy-breadcrumb_segment-title {
    font-weight: bold;
}
.easy-breadcrumb {
    float: left;
}
.region-help {
    border: 1px solid #d3d7d9;
    margin-bottom: 30px;
    padding: 0 1.5em;
}
.content {
    margin-top: 10px;
}
h1#page-title {
    color: #545454;
    font-size: 1.5em;
    margin-left: 15px;
}
.pane-note {
    color: rgb(61, 77, 72);
    font-size: 12px;
}
.tab {
    padding-left: 20px;
}
#content h2 {
   /* font-size: 1.2em!important;*/
    line-height: 1.4;
   /* margin-bottom: 5px;*/
}
#content h2 a:link {
    padding-top: 18px;
}

.node .content {
    font-size: 1.071em;
}
.node-teaser .content {
    font-size: 1em;
}
.node-teaser h2 {
    margin-top: 0;
    padding-top: 0.5em;
}
.node-teaser h2 a {
    color: #181818;
}
.node-teaser {
    border-bottom: 1px solid #d3d7d9;
    margin-bottom: 30px;
    padding-bottom: 15px;
}
.node-sticky {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.024);
    border: 1px solid #d3d7d9;
    padding: 0 15px 15px;
}
.node-full {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    padding: 0;
}
.node-teaser .content {
    clear: none;
    line-height: 1.6;
}
.meta {
    color: #68696b;
    font-size: 0.857em;
    margin-bottom: 0;
}
.submitted a {
    padding: 10px 0 15px;
}
.submitted .user-picture img {
    float: left;
    height: 20px;
    margin: 1px 5px 0 0;
}
.field-type-taxonomy-term-reference {
    margin: 0 0 1.2em;
}
.field-type-taxonomy-term-reference .field-label {
    font-weight: normal;
    margin: 0;
    padding-right: 5px;
}
.field-type-taxonomy-term-reference .field-label, .field-type-taxonomy-term-reference ul.links {
    font-size: 0.8em;
}
.view-mode-teaser .field-type-taxonomy-term-reference .field-label, .view-mode-teaser .field-type-taxonomy-term-reference ul.links {
    font-size: 0.821em;
}
.field-type-taxonomy-term-reference ul.links {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.field-type-taxonomy-term-reference ul.links li {
    float: left;
    padding: 0 1em 0 0;
    white-space: nowrap;
}
.field-type-taxonomy-term-reference ul.links li a {
    padding: 5px 0 20px;
}
.link-wrapper {
    text-align: right;
}
.field-type-image img, .user-picture img {
    margin: 0 0 1em;
}
ul.links {
    color: #68696b;
    font-size: 0.821em;
}
ul.links.inline li a {
    display: inline;
    padding: 18px 0 5px;
}
.unpublished {
    margin: -20px -15px 0;
    padding: 20px 15px 0;
}
.unpublished .comment-text .comment-arrow {
    border-left: 1px solid #fff4f4;
    border-right: 1px solid #fff4f4;
}
.comment h2.title {
    margin-bottom: 1em;
}
.comment div.user-picture img {
    margin-left: 0;
}
.comment {
    display: table;
    margin-bottom: 20px;
    vertical-align: top;
}
.comment .attribution {
    display: table-cell;
    overflow: hidden;
    padding: 0 30px 0 0;
    vertical-align: top;
}
.comment .attribution img {
    border: 1px solid #d3d7d9;
    margin: 0;
}
.comment .attribution .username {
    white-space: nowrap;
}
.comment .submitted p {
    font-size: 1.071em;
    line-height: 1.2;
    margin: 4px 0;
}
.comment .submitted .comment-time {
    color: #68696b;
    font-size: 0.786em;
}
.comment .submitted .comment-permalink {
    font-size: 0.786em;
    text-transform: lowercase;
}
.comment .submitted .comment-permalink a {
    padding: 8px 0 18px;
}
.comment .content {
    font-size: 0.929em;
    line-height: 1.6;
}
.comment .comment-arrow {
    background: url("/sites/all/themes/responsive_bartik_imss/images/comment-arrow.gif") no-repeat scroll 0 center transparent;
    border-left: 1px solid;
    border-right: 1px solid;
    height: 40px;
    margin-left: -47px;
    margin-top: 10px;
    position: absolute;
    width: 20px;
}
.comment .comment-text {
    border: 1px solid #d3d7d9;
    display: table-cell;
    padding: 10px 25px;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.comment .comment-text h3 a {
    padding-top: 22px;
}
.comment .indented {
    margin-left: 40px;
}
.comment ul.links {
    padding: 0 0 0.25em;
}
.comment ul.links li {
    padding: 0 0.5em 0 0;
}
.comment.unpublished {
    margin-right: 5px;
    padding: 5px 2px 5px 5px;
}
.comment.unpublished .comment-text .comment-arrow {
    border-left: 1px solid #fff4f4;
    border-right: 1px solid #fff4f4;
}
.sidebar .section {
    padding-top: 10px;
}
.sidebar .block {
    border: 1px solid;
    margin: 0 0 20px;
    padding: 15px 20px;
}
.sidebar h2 {
    border-bottom: 1px solid #d6d6d6;
    font-size: 1.071em;
    line-height: 1.2;
    margin: 0 0 0.5em;
    padding-bottom: 5px;
    text-shadow: 0 1px 0 #fff;
}
.sidebar .block .content {
    font-size: 0.914em;
    line-height: 1.4;
}
.sidebar tbody {
    border: medium none;
}
.sidebar tr.even, .sidebar tr.odd {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #d6d6d6;
}
#triptych-wrapper {
    background: none repeat scroll 0 0 rgba(30, 50, 10, 0.08);
    border-top: 1px solid #e7e7e7;
}
#triptych h2 {
    color: #000;
    font-size: 1.4em;
    line-height: 1;
    margin-bottom: 0.6em;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
}
#triptych .block {
    border-bottom: 1px solid #dfdfdf;
    line-height: 1.3;
    margin-bottom: 1em;
    padding-bottom: 1em;
}
#triptych .block.last {
    border-bottom: medium none;
}
#triptych .block ul li, #triptych .block ol li {
    list-style: none outside none;
}
#triptych .block ul, #triptych .block ol {
    padding-left: 0;
}
#triptych #block-user-login .form-text {
    width: 185px;
}
#triptych #block-user-online p {
    margin-bottom: 0;
}
#triptych #block-node-syndicate h2 {
    height: 0;
    overflow: hidden;
    width: 0;
}
#triptych-last #block-node-syndicate {
    text-align: right;
}
#triptych #block-search-form .form-type-search input {
    width: 185px;
}
#triptych-middle #block-system-powered-by {
    text-align: center;
}
#triptych-last #block-system-powered-by {
    text-align: right;
}
#footer-wrapper {
}
#footer-wrapper a {
padding-top:10px;
}
#footer-wrapper a:hover, #footer-wrapper a:focus {
    text-decoration: underline;
}
#footer-wrapper .block {
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin: 20px 0;
    padding: 10px;
}
#footer-columns .block-menu, #footer .block {
    border: medium none;
    margin: 0;
    padding: 0;
}
#footer .block {
    margin: 0.5em 0;
}
#footer .block .content {
    margin-top: 0;
    padding: 0.5em 0;
}
#footer .block h2 {
    margin: 0;
}
#footer-columns h2 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.15);
    font-size: 1em;
    margin-bottom: 0;
    padding-bottom: 3px;
    text-transform: uppercase;
}
#footer-columns .content {
    margin-top: 0;
}
#footer-columns p {
    margin-top: 1em;
}
#footer-columns .content ul {
    list-style: none outside none;
    margin-left: 0;
    padding-left: 0;
}
#footer-columns .content li {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#footer-columns .content li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.15);
    display: block;
    line-height: 1.2;
    padding: 0.8em 2px 0.8em 20px;
    text-indent: -15px;
}
#footer-columns .content li a:hover, #footer-columns .content li a:focus {
    text-decoration: none;
}
#footer {
    border-color: rgba(255, 255, 255, 0.15);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    letter-spacing: 0.2px;
    margin-top: -30px;
}
#footer .region {
    margin-top: 20px;
}
#footer .block {
    clear: both;
}
#footer ul, #footer li {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#footer li a {
    border-color: rgba(255, 255, 255, 0.15);
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    display: block;
    float: left;
    padding: 0 12px;
}
#footer li.first a {
    padding-left: 0;
}
#footer li.last a {
    border-right: medium none;
    padding-right: 0;
}
#footer-wrapper tr.odd {
    background-color: transparent;
}
#footer-wrapper tr.even {
    background-color: rgba(0, 0, 0, 0.15);
}
.tabs {
    margin-bottom: 20px;
}
.tabs ul.primary {
    background: url("/sites/all/themes/responsive_bartik_imss/images/tabs-border.png") repeat-x scroll left bottom transparent;
    border: medium none;
    margin: 0;
    overflow: hidden;
    padding: 0 3px;
}
.tabs ul.primary li {
    display: block;
    float: left;
    margin: 0 5px 0 0;
    vertical-align: bottom;
}
.tabs ul.primary li.active a {
    border-bottom: 1px solid #ffffff;
}
.tabs ul.primary li a {
    background-color: #ededed;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #000;
    display: block;
    float: left;
    font-size: 0.929em;
    height: 1.8em;
    line-height: 1.9;
    margin: 0;
    padding: 0 10px 3px;
    text-shadow: 0 1px 0 #fff;
}
.tabs ul.primary li.active a {
}
.tabs ul.secondary {
    border-bottom: medium none;
    padding: 0.5em 0;
}
.tabs ul.secondary li {
    display: block;
    float: left;
}
.tabs ul.secondary li:last-child {
    border-right: medium none;
}
.tabs ul.secondary li:first-child {
    padding-left: 0;
}
.tabs ul.secondary li a {
    padding: 0.25em 0.5em;
}
.tabs ul.secondary li a.active {
    border-bottom: medium none;
    border-radius: 5px;
}
ul.action-links {
    list-style: none outside none;
    margin: 5px;
    padding: 0.5em 1em;
}
ul.action-links li {
    display: inline-block;
    margin-left: 10px;
}
ul.action-links li a {
    background: url("/sites/all/themes/responsive_bartik_imss/images/add.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    margin: 0 10px 0 0;
    padding-left: 15px;
}
#messages {
    margin: 0 auto;
    padding: 20px 0 5px;
}
.featured #messages {
    background: none repeat scroll 0 0 rgba(30, 50, 10, 0.08);
}
div.messages {
    margin: 8px 15px;
}
.breadcrumb {
    color: #3b6858;
    font-size: 0.7em;
    line-height: 1.25em;
    padding: 10px;
}
.breadcrumb a {
    color: #3b6858;
    font-size: 0.7em;
    line-height: 1.25em;
    padding: 10px;
}
.profile .user-picture {
    float: none;
}
.confirm-parent, .password-parent {
    width: 34em;
}
.password-parent, div.form-item div.password-suggestions {
    position: relative;
}
.password-strength-text, .password-strength-title, div.password-confirm {
    font-size: 0.82em;
}
.password-strength-text {
    margin-top: 0.2em;
}
div.password-confirm {
    margin-top: 2.2em;
    width: 20.73em;
}
input.form-submit, a.button {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("/sites/all/themes/responsive_bartik_imss/images/buttons.png") repeat-x scroll 0 0 #fff;
    border-color: #e4e4e4 #d2d2d2 #b4b4b4;
    border-image: none;
    border-radius: 15px;
    border-style: solid;
    border-width: 1px;
    color: #3a3a3a;
    cursor: pointer;
    font-size: 0.929em;
    font-weight: normal;
    margin-bottom: 1em;
    margin-right: 0.6em;
    padding: 4px 17px;
    text-align: center;
}
a.button:link, a.button:visited, a.button:hover, a.button:focus, a.button:active {
    color: #5a5a5a;
    text-decoration: none;
}
fieldset {
    border: 1px solid #cccccc;
    border-radius: 4px;
    margin-bottom: 32px;
    margin-top: 10px;
    padding: 0 0 10px;
    position: relative;
    top: 12px;
}
.fieldset-wrapper {
    margin-top: 25px;
}
.node-form .vertical-tabs .fieldset-wrapper {
    margin-top: 0;
}
.filter-wrapper {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 1em 0 0.2em;
    top: 0;
}
.filter-help a {
    font-size: 0.857em;
    padding: 2px 20px 0;
}
.filter-wrapper .form-item label {
    margin-right: 10px;
}
.filter-wrapper .form-item {
    padding: 0 0 0.5em 0.5em;
}
.filter-guidelines {
    padding: 0 1.5em 0 0.5em;
}
fieldset.collapsed {
    background: none repeat scroll 0 0 transparent;
    border-radius: 0;
}
fieldset legend {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #dbdbdb;
    border-color: #ccc #ccc -moz-use-text-color;
    border-image: none;
    border-style: solid solid none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-width: 1px 1px medium;
    color: #3b3b3b;
    display: block;
    height: 2em;
    left: -1px;
    line-height: 2;
    padding: 0;
    position: absolute;
    text-indent: 10px;
    text-shadow: 0 1px 0 #fff;
    top: -12px;
    width: 100%;
}
fieldset.collapsed legend {
    border-radius: 4px;
}
fieldset legend a {
    color: #3b3b3b;
}
fieldset legend a:hover, fieldset legend a:focus, fieldset legend a:active {
    color: #000;
}
fieldset .fieldset-wrapper {
    padding: 0 10px;
}
fieldset .fieldset-description {
    color: #3c3c3c;
    font-style: italic;
    line-height: 1.4;
    margin-bottom: 1em;
    margin-top: 5px;
}
input {
    margin: 2px 0;
    padding: 4px;
}
input, textarea {
    font-size: 0.929em;
}
textarea {
    line-height: 1.5;
}
textarea.form-textarea, select.form-select {
    padding: 4px;
}
input.form-text, input.form-tel, input.form-email, input.form-url, input.form-search, input.form-number, input.form-color, textarea.form-textarea, select.form-select {
    border: 1px solid #ccc;
}
input.form-submit:hover, input.form-submit:focus {
    background: none repeat scroll 0 0 #dedede;
}
.password-suggestions ul li {
    margin-left: 1.2em;
}
.form-item {
    margin-bottom: 1em;
    margin-top: 2px;
}
.form-item label {
    font-size: 0.929em;
}
.form-type-radio label, .form-type-checkbox label {
    margin-left: 4px;
}
.form-type-radio .description, .form-type-checkbox .description {
    margin-left: 2px;
}
.form-actions {
    padding-top: 10px;
}
.contact-form #edit-name {
    border-radius: 4px;
    width: 75%;
}
.contact-form #edit-mail {
    border-radius: 4px;
    width: 75%;
}
.contact-form #edit-subject {
    border-radius: 4px;
    width: 75%;
}
.contact-form #edit-message {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    width: 76.3%;
}
input.form-button-disabled, input.form-button-disabled:hover, input.form-button-disabled:focus, input.form-button-disabled:active, .form-disabled input, .form-disabled select, .form-disabled textarea {
    background: none repeat scroll 0 0 #ededed;
    border-color: #bbb;
    color: #717171;
}
.form-disabled label {
    color: #717171;
}
.js input.form-autocomplete {
    background-position: 100% 4px;
}
.js input.throbbing {
    background-position: 100% -16px;
}
.comment-form label {
    float: left;
    font-size: 0.929em;
    width: 120px;
}
.comment-form input, .comment-form .form-select {
    border-radius: 4px;
    margin: 0;
}
.comment-form .form-type-textarea label {
    float: none;
}
.comment-form .form-item, .comment-form .form-radios, .comment-form .form-type-checkbox, .comment-form .form-select {
    margin-bottom: 10px;
    overflow: hidden;
}
.comment-form .form-type-checkbox, .comment-form .form-radios {
    margin-left: 120px;
}
.comment-form .form-type-checkbox label, .comment-form .form-radios label {
    float: none;
    margin-top: 0;
}
.comment-form input.form-file {
    width: auto;
}
.no-sidebars .comment-form .form-text {
    width: 800px;
}
.one-sidebar .comment-form .form-text {
    width: 500px;
}
.two-sidebars .comment-form .form-text {
    width: 320px;
}
.comment-form .form-item .description {
    font-size: 0.786em;
    line-height: 1.2;
    margin-left: 120px;
}
#content h2.comment-form {
    margin-bottom: 0.5em;
}
.comment-form .form-textarea {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.comment-form fieldset.filter-wrapper .fieldset-wrapper, .comment-form .text-format-wrapper .form-item {
    margin-bottom: 0;
    margin-top: 0;
}
.filter-wrapper label {
    float: none;
    width: auto;
}
.filter-wrapper .form-select {
    min-width: 120px;
}
.comment-form fieldset.filter-wrapper .tips {
    font-size: 0.786em;
}
#comment-body-add-more-wrapper .form-type-textarea label {
    margin-bottom: 0.4em;
}
#edit-actions input {
    margin-right: 0.6em;
}
div.password-suggestions {
    border: 0 none;
}
.ui-widget-overlay {
    background: none repeat scroll 0 0 #222222;
    opacity: 0.7;
}
div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane {
    padding: 1em;
}
#forum .name {
    font-size: 1.083em;
}
#forum .description {
    font-size: 1em;
}
#block-search-form {
    padding-bottom: 7px;
}
#block-search-form .content {
    margin-top: 0;
}
#search-form input[type="search"], #block-search-form input[type="search"] {
    box-sizing: border-box;
    padding: 4px;
}
#search-form input#edit-keys, #block-search-form .form-item-search-block-form input {
    float: left;
    font-size: 1em;
    margin-right: 5px;
    width: 9em;
}
#search-block-form input.form-submit, #search-form input.form-submit {
    background: url("/sites/all/themes/responsive_bartik_imss/images/search-button.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    border-color: #e4e4e4 #d2d2d2 #b4b4b4;
    cursor: pointer;
    height: 25px;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    padding: 0;
    text-indent: -9999px;
    width: 34px;
}
#search-block-form input.form-submit:hover, #search-block-form input.form-submit:focus, #search-form input.form-submit:hover, #search-form input.form-submit:focus {
    background-position: center bottom;
}
#search-form .form-item-keys label {
    display: block;
}
ol.search-results {
    padding-left: 0;
}
.search-results li {
    border-bottom: 1px solid #d3d7d9;
    margin-bottom: 0.5em;
    padding-bottom: 0.4285em;
}
.search-results li:last-child {
    border-bottom: medium none;
    margin-bottom: 1em;
    padding-bottom: 0;
}
.search-results .search-snippet-info {
    padding-left: 0;
}
.shortcut-wrapper {
    margin: 2.2em 0 1.1em;
}
.shortcut-wrapper h1#page-title {
    float: left;
    margin: 0;
}
div.add-or-remove-shortcuts {
    padding-top: 0.9em;
}
.overlay div.add-or-remove-shortcuts {
    padding-top: 0.8em;
}
.page-admin #content img {
    margin-right: 15px;
}
.page-admin #content .simpletest-image img {
    margin: 0;
}
.page-admin-structure-block-demo .block-region {
    background: none repeat scroll 0 0 #ffff66;
    border: 1px dotted #9f9e00;
    color: #000;
    margin: 5px;
    padding: 5px;
    text-align: center;
    text-shadow: none;
}
.page-admin-structure-block-demo #featured .block-region {
    font-size: 0.55em;
}
.page-admin-structure-block-demo #header .block-region {
    width: 500px;
}
.page-admin #admin-dblog img {
    margin: 0 5px;
}
#system-theme-settings fieldset {
    padding: 0;
}
#system-theme-settings fieldset .fieldset-legend {
    margin-top: 0;
}
div.admin .right, div.admin .left {
    margin: 0;
    width: 49%;
}
div.admin-panel {
    background: none repeat scroll 0 0 #fbfbfb;
    border: 1px solid #ccc;
    margin: 10px 0;
    padding: 0 5px 5px;
}
div.admin-panel h3 {
    margin: 16px 7px;
}
div.admin-panel dt {
    border-top: 1px solid #ccc;
    padding: 7px 0 0;
}
div.admin-panel dd {
    margin: 0 0 10px;
}
div.admin-panel .description {
    margin: 0 0 14px 7px;
}
.overlay #main, .overlay #content {
    float: none;
    width: auto;
}
.overlay #page {
    padding: 0 2em;
}
.overlay .region-page-top, .overlay #header, .overlay #page-title, .overlay #featured, .overlay #sidebar-first, .overlay #triptych-wrapper, .overlay #footer-wrapper {
    display: none;
}
.overlay-processed .field-type-image {
    display: block;
    float: none;
}
.overlay #messages {
    width: auto;
}
.node .poll {
    margin: 2em 0;
}
.node .poll #edit-choice {
    margin: 0 0 1.5em;
}
.poll .vote-form {
    margin: 0;
    text-align: left;
}
.poll .percent {
    float: right;
    font-size: 0.857em;
    font-style: italic;
    margin-bottom: 3em;
    margin-top: -3.2em;
    text-align: right;
}
.poll .choice-title {
    clear: right;
}
.poll .total {
    clear: both;
    font-size: 0.929em;
    font-style: italic;
    text-align: right;
}
.node .poll {
    margin: 1.8em 0 0;
}
.node .poll .text {
    margin-right: 6.75em;
}
.node .poll #edit-choice {
    margin: 0 0 1.2em;
}
.poll .bar .foreground {
    background-color: #666;
}
#footer-wrapper .poll .bar {
    background-color: #666;
}
#footer-wrapper .poll .bar .foreground {
    background-color: #ddd;
}
.book-navigation .menu {
    border-top: 1px solid #d6d6d6;
}
.book-navigation .book-pager {
    border-bottom: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;
    margin: 0;
}
a#menu-toggle {
    background: none repeat scroll 0 0 rgba(221, 221, 220, 1);
    display: none;
    padding: 0.7em 0 0.7em 10px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 1px #eeeeee;
}
a#menu-toggle:after {
    background: url("/sites/all/themes/responsive_bartik_imss/images/toggle.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    height: 30px;
    position: absolute;
    right: 10px;
    width: 22px;
}
@media all and (max-width: 460px) {
a#menu-toggle {
    display: block;
}
#main-menu-links {
    display: none;
    height: auto;
}
.panels-flexible-region {
    width: 100% !important;
}
.panels-flexible-column {
    width: 100% !important;
}
}
@media all and (max-width: 640px) {
.panels-flexible-region {
    width: 100% !important;
}
.panels-flexible-column {
    width: 100% !important;
}
}
@media all and (min-width: 461px) and (max-width: 900px) {
.region-header {
    margin: 0.5em 5px 0.75em;
}
#logo {
    padding: 5px 0 0 5px;
}
#name-and-slogan {
    padding: 10px 10px 8px;
}
#main-menu-links {
    margin: 0 5px;
    padding: 0;
    text-align: center;
}
#main-menu-links li {
    display: inline-block;
    float: left;
    margin-right: 5px;
    padding: 0;
    width: 32.75%;
}
#main-menu-links li:nth-child(3n) {
    margin-right: -5px;
}
#main-menu-links a {
    border-radius: 8px;
    display: block;
    float: none;
    margin-bottom: 5px;
    padding: 0.9em 5px;
}
#featured {
    font-size: 1.43em;
}
#featured h2 {
    font-size: 1.174em;
}
#triptych h2 {
    font-size: 1.243em;
    margin-bottom: 0.9em;
}
}
@media all and (min-width: 901px) {
.region-header {
    margin: 0;
}
#logo {
    padding: 15px 15px 15px 10px;
}
#name-and-slogan {
    margin: 0 0 30px 15px;
    padding: 26px 0 0;
}
#site-name {
    font-size: 1.821em;
}
#main-menu-links {
    margin: 0 5px;
    padding: 0;
    text-align: center;
}
#main-menu-links li {
    display: inline-block;
    float: left;
    margin-right: 5px;
    padding: 0;
    width: 19%;
}
#main-menu-links a {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    float: left;
    margin-bottom: 0;
    padding: 0.7em 0.8em;
    text-align: center;
}
#featured {
    font-size: 1.643em;
    line-height: 1.4;
}
#featured h2 {
    font-size: 1.174em;
    line-height: 1;
}
.featured #main-menu-links li a:active, .featured #main-menu-links li a.active {
}
}
.element-invisible {
    clip: rect(1px, 1px, 1px, 1px);
    left: 0;
    position: absolute !important;
}
.addthis_toolbox {
    float: right;
    margin-bottom: 20px;
    width: 150px;
}
.imssNumeros {
    color: #444142;
    margin-top: -10px;
    padding-right: 35px;
}
#pane-title-large {
    background: none repeat scroll 0 0 #dddddc;
    color: #3b6858;
    font-size: 1.2em;
    height: 18px;
    padding: 5px 0 5px 20px;
    width: 100%;
    margin-top:0px;
}
#pane-title-large2 {
    background: none repeat scroll 0 0 #dddddc;
    border-radius: 1px;
    font-size: 15px !important;
    font-weight: normal;
    height: auto;
    overflow: hidden;
    padding: 4px 0 5px 12px;
    text-align: left;
    width: auto;
}
.botonEdit {
    background: url("/sites/all/themes/responsive_bartik_imss/images/page_edit.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: right;
    font-size: 0.75em;
    height: 16px;
    width: 16px;
}
.botonEditFaq {
    background: url("/sites/all/themes/responsive_bartik_imss/images/page_edit.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: right;
    font-size: 0.75em;
    height: 16px;
    margin-right: 20px;
    margin-top: -32px;
    width: 16px;
}
.botonDelete {
    background: url("/sites/all/themes/responsive_bartik_imss/images/page_delete.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: right;
    font-size: 0.75em;
    height: 16px;
    width: 16px;
}
.botonDeleteFaq {
    background: url("/sites/all/themes/responsive_bartik_imss/images/page_delete.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: right;
    font-size: 0.75em;
    height: 16px;
    margin-top: -32px;
    width: 16px;
}
.botonAdd {
    background: url("/sites/all/themes/responsive_bartik_imss/images/page_add.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: right;
    font-size: 0.75em;
    height: 16px;
    width: 16px;
}
.anadir {
    float: left;
    margin-right: 10px;
}
.botonAnadir {
    background: none repeat scroll 0 0 aliceblue;
    border: medium solid;
    border-radius: 17px;
    display: block;
    float: left;
    margin-right: 20px;
    overflow: hidden;
    padding: 5px;
    width: 160px;
}
body, body.overlay {
    color: #000;
}
.comment .comment-arrow {
    border-color: #ffffff;
}
#page, #main-wrapper {
    background: none !important
}
#main-menu-links li a.active, #main-menu-links li.active-trail a {
}
.tabs ul.primary li a.active {
    background-color: #ffffff;
}
.tabs ul.primary li.active a {
    background-color: #ffffff;
    border-bottom: 1px solid #ffffff;
}
#header {
}
a {
    color: #3b6858;
    text-decoration: none;
}
a:hover, img:hover  {
    color: #3b6858;
}
a:focus, img:focus {
border:1px solid #3b6858;
}
a:active {
    color: #3b6858;
}


.sidebar .block {
    background-color: #f6f6f2;
    border-color: #f9f9f9;
}
#page-wrapper, #footer-wrapper {
}
.region-header, .region-header a, .region-header li a.active, #name-and-slogan, #name-and-slogan a, #secondary-menu-links li a {
}
.view-header {
}
.pane-title {
    background-color: #dddddc;
    color: #3b6858;
    margin-bottom: 15px !important;
}
.logoimss {
}
.logoimss img {
    float: left;
    margin-left: 20px;
}
.region-header {
    width: 100%;
}
.region-header .block {
    font-size: 0.857em;
    margin: 10px 10px 0;
    padding: 0;
    width: 100%;
}
@media all and (max-width: 460px) {
#block-gtranslate-gtranslate {
    margin-top: 10px;
    width: 100%;
    z-index: 1;
}
}
@media all and (min-width: 461px) and (max-width: 982px) {
.logoimss {
}
}
@media all and (min-width: 983px) and (max-width: 1000px) {
.logoimss {
}
}
@media all and (min-width: 1000px) {
.logoimss {
}
}
#block-gtranslate-gtranslate {
    margin-top: 10px;
    z-index: 1;
}
#cuadro_buscador {
    float: right;
    margin-top: 15px;
    width: 310px;
}
#buscador {
    float: right;
    height: 26px;
    width: 450px;
}
#search-gobmx-input-cell input {
    background: url("http://www.encuentra.gob.mx/images/gobmx/gobmxWM.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    float: left;
    margin-top: -2px;
    width: 200px;
}
#search-gobmx-input-cell input:focus {
    background: none repeat scroll center center white;
    float: left;
    margin-top: -2px;
    width: 200px;
}
#search-gobmx-button {
    background-color: #676767;
    border: 1px solid #ccc;
    color: #ccc;
    cursor: pointer;
    font-size: 15px;
    font-style: normal;
    font-weight: bolder;
    height: 19px;
    line-height: 15px;
    margin-left: 10px;
    margin-top: 5px;
    min-width: 20px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    text-decoration: none;
}
#redes {
    float: left;
    height: 30px;
    padding-right: 10px;
    padding-top: 10px;
    text-align: right;
    width: 311px;
}
#redes img {
    opacity: 0.7;
}
#redes img:hover {
    opacity: 1;
}
#textFB {
    color: #707072;
    float: left;
    margin-left: 7px;
    width: 90px;
}
.banner img {
    transition: all 0.5s ease 0s;
}
.banner img:hover {
    transition: all 0.5s ease 0s;
}
#block-gtranslate-gtranslate .content {
    float: right;
    margin-right: 50px;
}
#footer_bajo {
    clear: both;
    color: #545454;
    font-size: 0.7em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
#footer_bajo a {
    color: #545454;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
@media all and (max-width: 460px) {
#footer_bajo {
    width: 100%;
}
#footer_bajo a {
}
}
@media all and (min-width: 461px) and (max-width: 982px) {
#footer_bajo {
    font-size: 0.7em;
    width: 100%;
}
#footer_bajo a {
}
}
@media all and (min-width: 983px) and (max-width: 1000px) {
#footer_bajo {
    font-size: 0.7em;
    width: 900px;
}
#footer_bajo a {
}
}
@media all and (min-width: 1000px) {
#footer_bajo {
    font-size: 0.7em;
    width: 1000px;
}
#footer_bajo a {
}
}
.imagenNoticia {
    float: left;
    overflow: hidden;
}
.imagenNoticia img {
    float: left;
    height: 100px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    width: 190px;
}
.titulocolorverde a {
    color: #207969;
    float: left;
    overflow: hidden;
    padding-bottom: 8px;
    text-align: left;
}
.titulocolorverde a:hover {
    color: #207969;
    float: left;
    text-align: left;
}
.textoNoticia {
    color: #5d5e5e;
    float: left;
    text-align: left;
}
.wrNoticia {
    margin-left: 10px;
    overflow: hidden;
    padding: 2%;
}
.wrapperComunicados {
    height: auto;
    overflow: hidden;
    padding: 5px;
    width: 95%;
}
.fechaComunicados {
background: none repeat scroll 0 0 #393b3c;
    border-radius: 10px;
    border-style: solid;
    border-width: 0.1em;
    color: #ffffff !important;
    float: left;
    height: 56px;
    margin-right: 10px;
    margin-top: 2px;
    padding: 3px;
    text-align: center;
    width: 56px;
}
.textoComunicados {
    float: left;
    margin-top: 1%;
    width: 80%;
}
.textoComunicados a {
    color: #5d5e5e;
    font-size: 12px;
}
.textoComunicados a:hover {
    color: #5d5e5e;
    font-size: 12px;
}
#rss {
    background: url("/sites/all/themes/responsive_bartik_imss/images/rss.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    float: right;
    height: 19px;
    margin-right: 5px;
    width: 19px;
}
.verMas {
    float: right;
    font-size: 15px;
    margin-top: 50px;
    width: 27%;
}
.verMas a {
    color: #4d7a6b;
    float: right;
}
.verMas a:hover {
    color: #4d7a6b;
}
.tituloVNoticia {
    color: #545454;
    font-size: 16px;
    line-height: 22px;
}
.tituloVNoticia {
    margin-top: 30px;
    overflow: hidden;
    width: 33%;
}
.imagenVNoticia {
    float: left;
    margin: 0 70px 0 auto;
}
.imagenVNoticia img {
    border-color: #8b8b8b;
    border-style: solid;
    border-width: 10px;
    float: left;
    max-width: 363px;
}
.block-noticias {
    margin-top: 3%;
    width: 95%;
}
@media (min-width: 640px) and (max-width: 780px) {
.tituloVNoticia {
    line-height: 2.5em;
    width: 100%;
}
.tituloVNoticia a {
}
.imagenVNoticia {
    margin-left: 20%;
    width: 70%;
}
}
@media (max-width: 640px) {
.block-noticias {
    margin-top: 3%;
    width: 100%;
}
.tituloVNoticia {
    line-height: 2em;
    width: 100%;
}
.tituloVNoticia a {
}
.imagenVNoticia {
    margin-left: 10%;
    width: 80%;
}
.vUltNoticias1 #pane-title-large {
    color: #8b8b8b;
}
.wrNoticia {
    width: 100%;
}
.imagenVNoticia img {
    max-width: 100%;
}
}
#titulo {
    float: left;
    overflow: hidden;
    padding-bottom: 15px;
    width: 80%;
}
.vUltNoticias1 {
    float: left;
    margin-bottom: 20px;
    overflow: hidden;
    width: 70%;
}
.vUltNoticias {
    float: left;
    overflow: hidden;
    width: 30%;
}
.pane-v-comunidados {
    background: none repeat scroll 0 0 #f1f1f1;
}
.tituloh1left, .tituloh1 {
    color: #929497;
    float: right;
    margin-right: 30px;
    margin-top: 20px;
    text-align: center;
}
.tituloh1left {
    color: #929497;
    text-align: left;
}
#iconosHome {
    float: right;
    overflow: hidden;
}
.imgIcono {
    float: left;
    margin-right: 10px;
    overflow: hidden;
}
#acercando {
    margin-bottom: 50px;
    overflow: hidden;
}
#cuadrocarrusel {
    border: 1px solid #c9c9c9;
    height: auto;
    margin: 0px auto auto;
    overflow: hidden;
    width: 100%;
}
#cuadrocarrusel img {
    height: 202px;
    margin: auto;
    width: 130px;
}
.flip {
    float: left;
    margin-left: 10px;
    overflow: hidden;
    padding-bottom: 10px;
    position: static;
    width: 149px;
}
.imagencarrusel {
    float: left;
    font-size: 15px !important;
    height: 202px;
    margin-bottom: 7px;
    margin-left: 7px;
    width: 130px;
}
.tituloh2 {
    color: #545454;
    padding-left: 15px;
    text-align: left;
}
#titulocarrusel {
    color: #929497;
    float: left;
    font-size: 1.3em;
    margin-bottom: 10px;
    min-height: 40px;
    padding-top: 15px;
    text-align: center;
    width: 100%;
}
.textocarrusel {
    font-size: 14px;
    text-align: center;
}
.textocarrusel a {
    color: #444142 !important;
    text-decoration: none;
}
.textocarrusel a:visited {
    color: #444142 !important;
    text-decoration: none;
}
.textocarrusel a:hover {
    color: #444142 !important;
    text-decoration: none;
}
.textocarrusel a:active {
    color: #444142 !important;
    text-decoration: none;
}
.backimagen {
    background-color: rgba(5, 5, 5, 0.5);
    color: white;
    cursor: pointer;
    display: none;
    font-size: 0.65em;
    height#444142 !important;
    overflow: hidden;
    padding: 81px 10px 10px;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    width: 110px;
}
.flip .imagencarrusel .front {
    cursor: pointer;
    z-index: -1;
}
.cuadro_banner {
    width: 100%;
}
.banners {
    float: left;
    margin: 10px;
    text-align: center;
}
.clear {
    clear: both;
}
.submenu {
    float: left;
    margin: 0;
    text-indent: 40px;
    width: 160px;
}
.submenu ul {
    margin-bottom: 0;
    margin-top: 0;
    padding: 0 !important;
}
.submenu li {
    background-color: white;
    border-color: #e2e4e7;
    border-style: solid;
    border-width: 1px;
    color: #67666a;
    display: block;
    height: 20px;
    list-style: none outside none;
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
}
.submenu li:hover {
    background-color: #c2c3c9;
}
.submenu2 {
    display: none;
    margin-left: 165px;
    margin-top: -20px;
}
.submenu2 ul {
}
.submenu2 li {
    background-color: white;
    border-color: gray;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    color: gray;
    display: block;
    float: left;
    height: 40px;
    margin-left: 15px;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
    width: 120px;
}
#menuT {
    display: block;
}
#derechohTexto {
    text-align: justify;
}
.circuloImagen select {
    margin-top: 20px;
    width: 300px;
}
.circuloImagen img {
    margin-bottom: 50px;
    margin-left: 350px;
    margin-top: 50px;
}
.tituloInterno {
    color: #545454;
    font-size: 1.5em;
    margin-left: 15px;
    margin-bottom:20px;
} 
.textoInterno {
    font-size: 1em;
    line-height: 1.5em;
    margin-right: 20px;
    margin-top: -5px;
    text-align: justify;
}
#user-login-form {
    border-color: gray;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 5px 5px #888;
    height: 140px;
    margin-top: 60px;
}
#user-login-form label {
    float: left;
    font-size: 0.8em;
    line-height: 25px;
    margin-left: 10px;
    width: 150px;
}
#user-login-form input {
    font-size: 0.8em;
    margin-right: 10px;
}
#user-login-form li {
    display: none;
}
#edit-submit {
    float: right;
    margin-top: 10px;
}
.title3 {
    color: #545454;
    font-size: 1.5em;
    line-height: 1.5em;
    margin-left: 15px;
    margin-top: 30px;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif !important;
}
.view-archive .tituloArchivo {
    color: rgb(16, 94, 78);
}
.view-archive .tituloArchivo a {
    color: rgb(16, 94, 78);
}
.view-archive .tituloArchivo a:visited {
    color: rgb(16, 94, 78);
}
.view-archive .descargables {
    background-color: #e2e4e7;
    float: left;
    height: 200px;
    overflow: hidden;
    padding-top: 10px;
    text-align: center;
    width: 30%;
}
.view-archive .descargables1 {
    background-color: #fff;
    float: left;
    height: 200px;
    overflow: hidden;
    padding-top: 10px;
    text-align: center;
    width: 12%;
}
.view-archive .descargables0 {
    background-color: rgb(212, 228, 218);
    float: left;
    height: 200px;
    overflow: hidden;
    padding-top: 10px;
    text-align: center;
    width: 12%;
}
.view-archive .descargables img {
    margin: 5px auto 0;
}
.view-archive .groupCom {
    background-color: #f3f3f5;
    float: left;
    height: 200px;
    padding-left: 2%;
    padding-top: 10px;
    width: 68%;
}
.view-archive .groupCom1 {
    background-color: #fff;
    float: left;
    height: 200px;
    line-height: 20px;
    padding-left: 2%;
    padding-top: 10px;
    width: 88%;
}
.view-archive .groupCom0 {
    background-color: rgb(212, 228, 218);
    float: left;
    height: 200px;
    line-height: 20px;
    padding-left: 2%;
    padding-top: 10px;
    width: 88%;
}
.view-archive .lateral-borders {
    border-color: -moz-use-text-color rgb(176, 180, 183);
    border-left: 1px solid rgb(176, 180, 183);
    border-right: 1px solid rgb(176, 180, 183);
    border-style: none solid;
    border-width: 0 1px;
}
.view-archive .top-borders {
    border-color: rgb(176, 180, 183) rgb(176, 180, 183) -moz-use-text-color;
    border-left: 1px solid rgb(176, 180, 183);
    border-right: 1px solid rgb(176, 180, 183);
    border-style: solid solid none;
    border-width: 1px 1px 0;
}
#wrapperCom {
    float: left;
    height: 200px;
    margin-bottom: 0;
    width: 485px;
}
#wrapperDir {
    color: rgb(61, 77, 72);
    float: left;
    font-size: 11px;
    margin-bottom: 0;
    overflow: hidden;
    width: 100%;
}
.lateral-borders-dir {
    border-color: rgb(176, 180, 183);
    border-left: 0.1em solid rgb(176, 180, 183);
    border-right: 0.1em solid rgb(176, 180, 183);
    border-style: solid;
    border-width: 0.1em;
}
.groupDirSmall {
    background-color: #f3f3f5;
    float: left;
    height: 100px;
    overflow: hidden;
    padding: 1% 0.5%;
    text-align: left;
    width: 9%;
}
.groupDirMedium {
    background-color: #f3f3f5;
    float: left;
    height: 100px;
    overflow: hidden;
    padding: 1% 0.5%;
    text-align: left;
    width: 13.5%;
}
.cabeceraDirSmall {
    background-color: rgb(225, 229, 232);
    display: table;
    float: left;
    height: 40px;
    overflow: hidden;
    padding: 1% 0.5%;
    text-align: center;
    width: 9.2%;
}
.cabeceraDirSmall span {
    color: #67666a;
    display: table-cell;
    font-size: 0.9em;
    vertical-align: middle;
}
.cabeceraDirMedium {
    background-color: rgb(225, 229, 232);
    display: table;
    float: left;
    height: 40px;
    overflow: hidden;
    padding: 1% 0.5%;
    text-align: center;
    width: 13.7%;
}
.cabeceraDirMedium span {
    color: #67666a;
    display: table-cell;
    font-size: 0.9em;
    vertical-align: middle;
}
.colDir {
    overflow: hidden;
    width: 100%;
}
.colCom .Cabecera1 {
    color: #67666a;
    float: left;
    height: 45px;
    padding-left: 7px;
    text-align: left;
    width: 88%;
}
.colCom .Cabecera2 {
    color: #67666a;
    float: left;
    height: 45px;
    padding-left: 3%;
    text-align: left;
    width: 12%;
}
.colCom .CabeceraPadding {
    padding-top: 10px;
}
.colCom {
    background-color: rgb(225, 229, 232);
    float: left;
    height: 45px;
    width: 485px;
}
.colComFoot {
    border-color: transparent;
    border-style: solid;
    border-width: 1px;
    float: left;
    height: 0;
    margin-top: 8px;
    width: 99.7%;
}
#widgets-element-socialmedia_share-default img {
    margin-left: 10px;
}
#rss {
    background: url("/sites/all/themes/responsive_bartik_imss/images/rss.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    float: right;
    height: 19px;
    margin-right: 5%;
    width: 19px;
}
@media all and (max-width: 798px) {
.colCom {
    width: 100% !important;
}
.colCom .Cabecera2, .view-archive .descargables1, .view-archive .descargables0 {
    display: none;
}
.colComSecundaria {
    display: none;
}
.colCom .Cabecera1 {
    width: 98%;
}
#wrapperCom {
    width: 100%;
}
#wrapperCom .groupCom0, #wrapperCom .groupCom1 {
    width: 97.5%;
}
.tituloh1left, .tituloh1 {
    color: #929497;
    float: none;
    margin-right: 0;
    margin-top: 20px;
    text-align: center;
}
#titulo {
    float: left;
    overflow: hidden;
    padding-bottom: 15px;
    width: 100%;
}
.vUltNoticias1 {
    margin-bottom: 20px;
    overflow: hidden;
    width: 100%;
}
.vUltNoticias {
    overflow: hidden;
    width: 100%;
}
}
@media all and (min-width: 798px) and (max-width: 900px) {
.colCom {
    width: 100% !important;
}
.colCom .Cabecera1 {
    color: #67666a;
    float: left;
    height: 45px;
    padding-left: 7px;
    width: 68.4%;
}
.colCom .Cabecera2 {
    color: #67666a;
    float: left;
    height: 45px;
    padding-left: 7px;
    width: 29.2%;
}
#wrapperCom {
    width: 100%;
}
.colComSecundaria {
    display: none;
}
.vUltNoticias1 {
    margin-bottom: 20px;
    overflow: hidden;
    width: 100%;
}
.vUltNoticias {
    overflow: hidden;
    width: 100%;
}
}
@media all and (min-width: 900px) and (max-width: 1005px) {
.colCom {
    width: 100% !important;
}
.colCom .Cabecera1 {
    color: #67666a;
    float: left;
    height: 45px;
    padding-left: 7px;
    width: 68.4%;
}
.colCom .Cabecera2 {
    color: #67666a;
    float: left;
    height: 45px;
    padding-left: 7px;
    width: 29.2%;
}
#wrapperCom {
    width: 100%;
}
.colComSecundaria {
    display: none;
}
}
.tb-megamenu .nav > li {
}
.tb-megamenu .nav > li > a {
    font-size: 16px;
    color:#444142!important;
}
.vUltNoticias1 img {
    margin-left: 15px;
}
.UltNoticias1 .titulocolorverde a {
    color: #207969;
    float: left;
    padding: 5px 20px 0;
    text-align: left;
    width: 65%;
}
#tooltip {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 3px 3px rgba(150, 150, 150, 0.5);
    color: #545454 !important;
    display: block;
    font-size: 0.9em;
    font-weight: normal;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0 !important;
    position: absolute;
    text-align: center;
    text-decoration: none !important;
    width: auto;
}
#tooltip h3 {
    font-size: 1em !important;
    line-height: 1em !important;
}
@media all and (min-width: 1030px) {
#tooltip {
    margin-left: -200px;
    margin-right: 50px;
}
}
@media all and (min-width: 1400px) {
#tooltip {
    margin-left: -300px;
    margin-right: 50px;
}
}
.tooltip {
    border: 1px solid #c2c3c9;
    border-radius: 10px;
    color: #545454 !important;
    padding: 2px;
    text-decoration: none !important;
}
.textoIconos {
    color: #ad0040;
    font-size: 0.8em;
    font-weight: bold;
    margin-left: 3px;
    margin-top: -4px;
}
.fuente {
    color: #545454;
    float: right;
    font-size: 0.7em;
}
.fuente span {
    float: right;
}
.actualizacion .pane-content {
    color: #545454;
    float: right;
    font-size: 16px;
    margin-top: 1.6em;
}
.moderar #edit-uid {
    width: 300px;
}
.vHuerfanos caption {
    display: none;
}
.vHuerfanos .views-table.cols-0.footable.footable-loaded {
    background-color: aliceblue;
    margin-top: -11px;
}
.wrapperTramites {
    height: 150px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.fechaTramites {
    color: #67666a;
    float: right;
    font-size: 0.8em;
    margin: 20px;
}
.imagenTramites img {
    margin-top: 20px;
}
.textoTramites {
    font-size: 1em;
    margin-top: -6px;
    text-align: justify;
}
.subtituloTramites .even {
    font-size: 1.1em;
    font-weight: normal;
    line-height: 1.7em;
    margin-bottom: 10px;
    margin-top: -16px;
}

.tituloTramites h1 {
    font-size: 28px;
}


.tituloTramites h2 {
}
.wrapperListaTramites {
    overflow: hidden;
    width: 100%;
}
.relacionadosTramites {
    margin-top: 32px;
    text-align: left;
}
.relacionadosTramites h2 {
}
.ayudaTramites {
    margin-left: 20px;
    margin-right: 10px;
}
.ayudaTramites ul {
    font-size: 1em;
    margin-left: 20px;
    padding: 0;
    word-wrap: break-word;
}
.ayudaTramites li {
    list-style: none outside none;
    margin-bottom: 20px;
}
.ayudaTramites li:before {
    color: #3b6858;
    content: "• ";
}
.balazoTramites {
    background-color: rgb(94, 104, 101);
    border-radius: 20px;
    color: rgb(243, 243, 245);
    font-size: 1.3em;
    line-height: 1.6em;
    margin-top: 30px !important;
    padding: 20px;
    text-align: center;
    width: 250px;
}
.balazoTramites a {
    color: rgb(243, 243, 245);
}
.listaTramites {
    float: left;
    padding: 20px;
    width: 95%;
}
.listaTramites li {
 /*   list-style: none outside none;*/
    margin-bottom: -10px;
}
.listaTramites ul {
}
.InfoListaTramites {
    border-top: 1px solid #c2c3c9;
    color: #545454;
    float: left;
    font-size: 1.2em;
    line-height: 17pt;
    margin: 0 20px;
    width: 95%;
}
.tramitesGratuitos {
    overflow: hidden;
}
.tramitesGratuitos img {
    float: left;
}
/*Actualizacin mm Para espacio*/
.tramitesGratuitos span {
    color: #545454;
    float: left;
    margin-left:-250px;
    margin-top: 1px;
}

.expanded {
    background: url("/sites/all/themes/responsive_bartik_imss/images/tramites/less.png") no-repeat scroll 10px 10px #f3f3f5;
}
.collapsed {
    background: url("/sites/all/themes/responsive_bartik_imss/images/tramites/more.png") no-repeat scroll 10px 10px #f3f3f5;
}
.listaTramites li h3 {
    border-bottom: 1px dashed #c2c3c9;
    border-color: #c2c3c9;
    color: #67666a;
    cursor: pointer;
    display: block;
    font-size: 0.9em;
    list-style: none outside none;
    margin-top: -8.4px;
    padding: 10px 10px 10px 40px;
    text-align: justify;
    text-decoration: none;
}
.acordeonCont {
    display: none;
    padding: 5px 25px 5px 40px;
    text-align: justify;
}
.acordeonCont li {
   /* list-style-type: disc;*/
    margin-bottom: 10px;
}
@media only print {
.acordeonCont {
    display: block;
}
}
.acordeonCont table th {
    background: none repeat scroll 0 0 #e2e4e7;
    border: 1px solid #9a999e;
    color: #545454;
    font-size: 15px;
}
.acordeonCont table td {
    background-color: white;
    border: 1px solid #9a999e;
    color: #545454;
    font-size: 12px;
}
.acordeonCont table td ul {
    padding-left: 20px;
}
.rowverde td {
    background-color: #d8e3db !important;
}
.tituloComunicado {
    margin-top: 3%;
    padding: 2%;
}
.tituloComunicado:before {
    content: "▪";
}
.tituloComunicado a {

}
.tituloComunicado a:hover {
}
.dateComunicados {
    color: #c2c3c9;
    font-size: 0.7em;
    margin-bottom: 0.2%;
    margin-left: 2%;
}
.bodyComunicados {
    color: #5d5e5e;
    margin-left: 4%;
    width: 90%;
}
#rss {
    background: url("/sites/all/themes/responsive_bartik_imss/images/rss.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    float: right;
    height: 19px;
    margin-right: 5%;
    width: 19px;
}
#rss a {
    display: block;
    height: 19px;
    width: 19px;
}
#verMas {
    float: right;
}
#verMas a {
    color: #4d7a6b;
    float: right;
    font-size: 0.8em;
}
#verMas a:hover {
    color: #4d7a6b;
    font-size: 0.8em;
}
.wrapperVNoticias {
    margin-top: -50px;
}
#prensaIndividual .pane-title {
    background: linear-gradient(to right, #c2c3c9 1%, #fff 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 6px 0 0;
}
#tableDir {
    display: none;
}
.buscadorDirectorio .views-exposed-form {
    display: none;
}
#contentBusq {
    margin-top: 50px;
}
#busquedaDir {
    background: none repeat scroll 0 0 #e2e4e7;
    border-radius: 10px;
    margin-top: -50px;
    overflow: hidden;
    padding: 50px 0;
    width: 100%;
}
#busquedaDir button {
    background-color: #e2e4e7;
    border: 0 none;
    color: #3b6858;
    cursor: pointer;
    float: left;
    font-size: 19px;
    height: 30px;
    margin-left: 2%;
    margin-top: 0.5%;
}
#busquedaDir input {
    border: 1px solid rgb(194, 195, 201);
    border-radius: 8px;
    float: left;
    font-size: 1.2em;
    height: 28px;
    width: 60%;
}
#busquedaDir span {
    float: left;
    font-size: 1em;
    margin-left: 3%;
    margin-right: 2%;
    text-align: left;
    width: 17%;
}
#lupaDir {
    overflow: hidden;
}
#lupaDir img {
    float: left;
}
#lupaDir span {
    color: #3b6858;
    float: left;
    font-size: 1.1em;
    margin: 0.5% 0 0 1%;
}
.resultadosDir {
    width: 100%;
}
.resultadosDir tr th {
    background: none repeat scroll 0 0 rgb(225, 229, 232);
    border-color: rgb(176, 180, 183);
    border-left: 0.1em solid rgb(176, 180, 183);
    border-right: 0.1em solid rgb(176, 180, 183);
    border-style: solid;
    border-width: 0.1em;
    color: #545454;
    font-size: 1.3em;
    line-height: 1.3em;
}
.resultadosDir tr td {
    border-color: rgb(176, 180, 183) !important;
    border-left: 0.1em solid rgb(176, 180, 183) !important;
    border-right: 0.1em solid rgb(176, 180, 183) !important;
    border-style: solid !important;
    border-width: 0.1em !important;
}
.resultadosDir .odd {
    background: none repeat scroll 0 0 #fff !important;
}
.resultadosDir .even {
    background: none repeat scroll 0 0 #fff !important;
}
#cabeceraDir {
    min-height: 80px;
    overflow: hidden;
    padding: 0.4%;
}
.cabDirInst {
    border: 0.2em solid rgb(179, 178, 180) !important;
    border-radius: 10px;
    float: left;
    min-height: 70px;
    width: 50%;
}
.cabDirInst:hover, .cabDirFunc:hover {
    border: 0.2em solid rgb(128, 179, 172) !important;
}
.cabDirFunc {
    border: 0.2em solid rgb(179, 178, 180) !important;
    border-radius: 10px;
    float: right;
    min-height: 70px;
    width: 42%;
}
.cabDirInst img, .cabDirFunc img {
    float: left;
    margin: 6px;
}
#textLogoDir {
    color: rgb(179, 178, 180);
    float: left;
    margin-left: 2%;
    margin-top: 8%;
    width: 75%;
}
#textLogoDir span {
    float: left;
}
#textLogoDir span.first {
    color: rgb(134, 132, 136);
    font-size: 1.5em;
}
#textLogoDir span.middle {
    font-size: 1em;
    margin-left: 2%;
    margin-top: 2px;
}
#textLogoDir span.last {
    font-size: 1.3em;
    margin-left: 2%;
    margin-top: 1px;
}
.contentDir {
    color: #545454;
    font-size: 19px;
    margin-top: 3%;
}
.contentDir2 {
    color: #545454;
    float: left;
    font-size: 19px;
    margin-top: 3%;
}
.typeDir {
    margin: 7% auto;
    overflow: hidden;
    width: 660px;
}
.directory {
    float: left;
    margin-right: 5%;
}
.directory a {
    overflow: hidden;
}
.directory img {
    float: left;
}
.directory span {
    color: #fff;
    float: left;
    font-size: 1em;
    line-height: 1.125em;
    margin-left: -135px;
    margin-top: 95px;
    text-align: center;
    width: 132px;
}
.estadosOcultos {
    display: none;
}
#selectorEstados {
    margin-left: 65px;
    margin-top: 3%;
    width: 160px;
}
#borde_directorio {
    border-style: solid;
    border-width: 1px;
    padding: 20px;
}
@media (min-width: 821px) and (max-width: 1024px) {
#textLogoDir {
    font-size: 0.8em;
}
}
@media (min-width: 705px) and (max-width: 820px) {
#textLogoDir {
    font-size: 0.8em;
}
.cabDirInst {
    width: 60%;
}
.cabDirFunc {
    float: left;
    margin-top: 20px;
    width: 60%;
}
#busquedaDir span {
    width: 100%;
}
#busquedaDir input {
    margin-left: 15%;
    margin-top: 2%;
}
#busquedaDir button {
    margin-top: 2%;
}
}
@media (min-width: 540px) and (max-width: 704px) {
#textLogoDir {
    font-size: 0.8em;
}
#cabeceraDir {
    min-height: 180px;
}
.cabDirInst {
    width: 80%;
}
.cabDirFunc {
    float: left;
    margin-top: 20px;
    width: 80%;
}
#lupaDir img {
    height: 10% !important;
    width: 10% !important;
}
#lupaDir span {
    font-size: 0.9em;
}
#busquedaDir span {
    width: 100%;
}
#busquedaDir input {
    margin-left: 15%;
    margin-top: 2%;
    width: 50%;
}
#busquedaDir button {
    font-size: 0.9em;
    margin-top: 2%;
}
.typeDir {
    padding-left: 5%;
}
}
@media (max-width: 539px) {
#textLogoDir span.first {
    font-size: 1.1em;
}
#textLogoDir span.middle {
    font-size: 0.6em;
}
#textLogoDir span.last {
    font-size: 0.9em;
}
#lupaDir img {
    height: 10% !important;
    width: 10% !important;
}
#lupaDir span {
    font-size: 0.8em;
}
#busquedaDir span {
    width: 100%;
}
#busquedaDir input {
    margin-left: 15%;
    margin-top: 2%;
}
#busquedaDir button {
    font-size: 0.7em;
    margin-top: 2%;
}
.directory img {
    float: left;
    height: 95px !important;
    width: 96px !important;
}
.directory span {
    font-size: 0.8em;
    margin-left: -1px;
    margin-top: -30px;
    width: 96px;
}
.directory {
    margin-right: 2%;
}
.typeDir {
    padding-left: 1%;
    width: 100%;
}
.directory a {
    height: 96px;
    width: 96px;
}
.cabDirInst {
    width: 80%;
}
.cabDirFunc {
    float: left;
    margin-top: 20px;
    width: 80%;
}
}
.faqSalud h3 {
    color: #545454;
    float: left;
    font-size: 12px;
    margin-top: -2px;
}
.faqSalud .view-header {
    margin-bottom: 30px;
    overflow: hidden;
}
.faqSalud .view-content {
}
.tituloFaqSalud {
    background-color: #dddddd;
    float: left;
    width: 69.5%;
}
.textoTitulo {
    background-color: #dddddd;
    border-bottom: 0.1em dashed #999999;
    border-color: #999999;
    border-width: 0.1em;
    float: left;
    font-size: 0.8em;
    padding: 3px;
    width: 90%;
}
.simboloFaq {
    border-color: #999999;
    border-radius: 50%;
    border-style: solid;
    border-width: 0.09em;
    float: left;
    font-family: monospace;
    margin-right: 20px;
    text-indent: 6px;
    width: 20px;
}
.respuestaFaqSalud {
    background-color: white;
    float: left;
    padding: 10px;
    width: 65%;
}
.wrapperFaqSalud {
    margin-left: 30%;
    width: 100%;
}
#wrapperCabeceraFaq img {
    float: left;
    margin-right: 50px;
}
#wrapperCabeceraFaq {
    margin-bottom: 20px;
}
.textoCabeceraFaq {
}
.wrapperContentFaq {
    margin-top: 25px;
    overflow: hidden;
    width: 100%;
}
.faqSalud .acordeonTitle {
    border-bottom: 1px dashed #c2c3c9;
    border-color: #c2c3c9;
    color: #67666a;
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
    margin: 0;
    padding: 10px 10px 10px 40px;
    text-decoration: none;
    text-transform: none;
}
.faqSalud .acordeonFaq {
    margin-left: 25%;
}
body {
    margin: 0 auto;
}
.trescolumnas {
}
.columna1 {
    float: left;
    margin: 20px;
    width: 325px;
}
.columna1 li {
    list-style: none outside none;
}
.columna2 {
    float: left;
    margin-top: 40px;
    width: 250px;
}
.columna3 {
    float: left;
    margin-top: 40px;
    width: 300px;
}
.requerimientos .columna1 {
    float: left;
    margin: 10px;
    width: 250px;
}
.requerimientos.columna1 li {
    list-style: none outside none;
}
.requerimientos .columna2 {
    float: left;
    margin-top: 10px;
    width: 250px;
}
.requerimientos .columna3 {
    float: left;
    margin-top: 10px;
    width: 200px;
}
.textoMenu {
    cursor: pointer;
    display: block;
    float: left;
    font-size: 0.8em;
    height: 35px;
    width: 225px;
}
.iconMenu {
    float: left;
    height: auto;
    vertical-align: middle;
    width: auto;
}
.menu {
    height: 42px;
    overflow: hidden;
    width: 280px;
}
.opcionMenu {
    display: none;
    font-size: 0.8em;
    margin: 0 auto;
}
#opcionMenu1 {
    display: block;
}
.requerimientos {
    background-color: #69b08a;
    border-radius: 25px;
    font-size: 0.8em;
    overflow: hidden;
    padding: 15px;
}
.requerimientos ul {
    line-height: 1.5em;
    list-style: none outside none;
    margin-left: 50px;
    text-align: justify;
}
.requerimientos li:before {
    content: "-";
}
.clear {
    clear: both;
}
.requerimientos img {
    position: absolute;
}
.requerimientos h5 {
    margin-left: 50px;
}
.requerimientos li {
    margin-top: 5px;
}
.textogris {
    background-color: #f2f2f4;
    border-radius: 25px;
    height: 100px;
    margin-left: 50px;
    margin-top: 20px;
    overflow: hidden;
    padding: 15px;
    vertical-align: middle;
    width: 230px;
}
.textogrisImagen {
    background: none repeat scroll 0 0 white;
    margin-left: 50px;
    width: 230px;
}
.title3 {
    color: #545454;
    font-size: 1.5em;
    margin-left: 15px;
}
.botonera {
    display: none;
}
.botonS {
    color: white;
    display: block;
    float: left;
    margin-left: 5%;
    margin-top: 20px;
    text-align: center;
    width: 107px;
}
.textoBoton {
    display: block;
    font-size: 0.6em;
    margin-top: -40px;
    padding-left: 10px;
    padding-right: 10px;
}
.botonS a {
    color: white;
    text-decoration: none;
}
@media screen and (max-width: 800px) {
}
.numeroRec {
    border-color: #67666a;
    border-radius: 50%;
    border-style: solid;
    border-width: 1px;
    color: #006655;
    float: left;
    font-size: 26px;
    height: 21px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    width: 43px;
}
.textoRecordatorio {
    font-size: 11px;
    margin-top: 30px;
    text-align: left;
}
.textoRecordatorio.impacto {
    font-size: 24px;
    line-height: 28px;
    margin-top: 46px;
    text-align: center;
}
#huellaRec {
    float: left;
    font-size: 12px;
    margin-left: 2px;
    margin-top: 12px;
}
#huellaRec {
    float: left;
}
body {
    background: none !important;
    color: #545454;
}
body ul {
    line-height: 1.5em;
}
#holder {
    height: 500px !important;
    margin: 0;
    position: relative;
    top: 0;
    width: 800px;
}
#copy {
    bottom: 0;
    font-size: 0.7em;
    right: 1em;
    text-align: right;
}
#textoCentro {
    color: #fff;
    font-size: 19px;
    height: 139px;
    overflow: hidden;
    text-align: center;
    width: 221px;
    z-index: 5;
}
.textoImagen {
    border-radius: 50%;
    color: white;
    display: none;
    font-size: 1.5em;
    height: 138px;
    margin-left: 385px;
    margin-top: 117px;
    overflow: hidden;
    padding: 90px 0 1px;
    position: absolute;
    text-align: center;
    width: 228px;
    z-index: 5;
}
@-moz-document url-prefix("") {
.textoImagen {
    margin-top: 16px;
}
}
@media all and (max-width: 700px) {
.textoImagen {
    display: none !important;
}
#holder {
    margin-top: 60px;
}
}
@media all and (max-width: 400px) {
#ordena {
    margin-left: 0 !important;
}
}
.tabla-oculta {
    max-height: 1px;
    max-width: 1px;
    overflow: hidden;
}
.tabla_oculta {
    max-height: 1px;
    max-width: 1px;
    overflow: hidden;
}
.busquedaTSP .view-filters {
    display: none;
}
.busquedaTSPfila h2 {
    color: #3b6858;
    font-size: 1em !important;
    font-weight: bold;
    margin-bottom: 10px !important;
}
.busquedaTSPfila {
    background-color: rgb(235, 235, 235);
    border-radius: 10px;
    overflow: hidden;
    padding: 5px 20px 20px !important;
}
.busquedaTSPfila.views-row-even {
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    overflow: hidden;
    padding: 5px 20px 20px !important;
}
.verTramite {
    float: left;
    margin-left: 10%;
    width: 181px;
}
.verTramite img {
    float: left;
}
#buscarTSP {
    border-radius: 10px;
    float: left;
    font-size: 12px;
    margin-left: 20px;
    margin-top: 10px;
    width: 230px;
}
#busqueda img {
    float: left;
    margin: 10px;
}
.ordenar {
    background-color: rgb(77, 122, 107);
    border-radius: 10px;
    color: white;
    padding: 5px 10px;
}
#ordena {
    cursor: pointer;
    float: left;
    margin-left: 250px;
    margin-top: 10px;
}
#ordena img {
    cursor: pointer;
    float: left;
    margin-right: 5px;
    margin-top: -3px;
}
.seleccionarTipo {
    background-color: rgb(94, 104, 101);
    border: 1px solid #ebebeb;
    border-radius: 10px;
    color: white;
    cursor: pointer;
    font-size: 15px;
    margin-right: 10px;
    margin-top: 25px;
    padding: 5px 10px;
}
.seleccionarTipo.seleccionado {
    background-color: #89af8c;
}
#verMasTramite {
    float: left;
    font-size: 0.9em;
}
#verMasTramite a {
    float: left;
    font-size: 0.9em;
    text-decoration: none;
}
#botonVerMas {
    background: url("/sites/all/themes/responsive_bartik_imss/images/vermas.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: rgb(173, 0, 64);
    line-height: 20px;
    padding-left: 15px;
    width: 110px;
}
#botonTop {
    cursor: pointer;
    float: right;
    margin-top: 30px;
}
#botonVerMas a {
    text-decoration: none;
}
.bodyTramite {
    float: left;
    width: 100%;
    text-align: justify;
}
#wrapperBuscadorTSP {
    display: none;
}
#etapaActual {
    color: #707072;
    font-size: 19px !important;
}
.pasosCV {
    color: #67666a;
    float: left;
    font-size: 19px;
    margin-left: 10px;
    margin-top: 20px;
    position: absolute;
}
.paso2CV {
    color: #67666a;
    display: block;
    font-size: 19px;
    font-weight: normal !important;
    margin-left: 10px;
    margin-top: 20px;
}
.subTramite {
    color: #67666a;
    font-size: 0.85em;
    font-weight: bold;
    margin-bottom: 13px;
    margin-top: -10px;
}
#wrapperContacto {
    color: #67666a;
    font-size: 1em;
    overflow: hidden;
    text-align: left;
}
#cabContacto {
    color: #207969;
    font-size: 1.2em;
    margin-bottom: 4%;
}
#contacto {
    margin: 30px 0;
    overflow: hidden;
}
.imagenMenu {
    float: left;
    margin-left: 2%;
}
.descContacto {
    float: left;
    margin-left: 2%;
    width: 35%;
}
.descMenu {
    color: #5d5e5e;
    display: none;
    font-size: 1em;
}
#opcionMenu1 {
    display: block;
}
.menucontacto {
    float: left;
    width: 37%;
}
.menucontacto li {
    list-style: none outside none;
}
.menuCont {
    cursor: pointer;
    display: block;
    font-size: 0.9em;
    height: 35px;
    margin-left: 60px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-top: 12px;
}
.menucontacto img {
    float: left;
    padding-left: 12px;
    padding-top: 6px;
}
.menuCont span a {
    color: #545454 !important;
    text-decoration: none;
}
.menuCont span {
    float: left;
    text-align: left;
    width: 205px;
}
#menuCont1 {
    background-color: #e1e5e8;
    margin-bottom: 4px;
}
#menuCont2 {
}
#menuCont2:hover {
    background-color: #e1e5e8;
}
.titleTextCont {
    color: #858585;
    font-size: 1.5em;
}
.subtitleTextCont {
    color: #008670;
    float: left;
    font-size: 1.6em;
    margin-left: 35px;
    margin-right: 15px;
    margin-top: 12px;
}
.typeContact {
    float: left;
    width: 33%;
}
.titleCont_borde_redondo {
    border: 1px solid #cccccc;
    border-radius: 10px;
    box-shadow: 2px 3px 2px #cccccc;
    line-height: 16pt;
    min-height: 120px;
    padding: 10px;
}
.titleCont_cajacolor1 {
    background-color: #f3f3f5;
}
.titleCont_atributos_caja {
    font-size: 16px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 10px;
    text-align: center;
}
.titleCont {
    color: #207969;
    font-size: 1.2em;
    margin-bottom: 2%;
    text-align: center;
}
.titleContElec {
    margin-bottom: -10px;
    margin-top: 10px;
    text-align: center;
}
.imgCont {
    overflow: hidden;
    text-align: center;
}
.imgCont img {
    display: block;
    margin: 10px auto;
}
.infoCont {
    margin-left: 20px;
    margin-right: 20px;
}
.infoCont span {
    color: #207969;
    font-weight: 600;
}
.infoCont_texto {
    color: #5d5e5e;
    font-size: 12px;
    line-height: 1.55em;
    text-align: left;
}
.infoCont p {
    font-weight: bold;
}
.infoCont li {
    margin-bottom: 10%;
}
.infoCont_external {
    background: none repeat scroll 0 0 #9c9aa0;
    border-radius: 10px;
    color: #fff !important;
    margin-left: auto;
    margin-right: auto;
    padding: 3px 10px;
    text-decoration: none !important;
    width: 100%;
}
.medioElect {
    float: left;
    width: 50%;
}
.medioElect img {
    margin-bottom: 25%;
}
@media (min-width: 650px) and (max-width: 900px) {
.menucontacto {
    width: 100%;
}
.imagenMenu {
    width: 35%;
}
.descContacto {
    width: 60%;
}
}
@media (min-width: 400px) and (max-width: 650px) {
.menucontacto {
    width: 100%;
}
.imagenMenu {
    margin-left: 5%;
    width: 100%;
}
.descContacto {
    margin-left: 5%;
    margin-top: 3%;
    width: 90%;
}
.clr {
    clear: both;
}
.typeContact {
    width: 50%;
}
}
@media (max-width: 400px) {
.menucontacto {
    width: 100%;
}
.imagenMenu {
    margin-left: 5%;
    width: 100%;
}
.descContacto {
    margin-left: 5%;
    margin-top: 3%;
    width: 90%;
}
.typeContact {
    width: 100%;
}
}
#buscarNYM {
    background-color: #fcfcfc;
    border: 1px solid #9b98a3;
    border-radius: 10px;
    font-size: 12px;
    margin-left: 5px;
    margin-top: 10px;
    width: 180px;
}
#buttonNYM {
    margin-bottom: 10px;
}
.typeSearch {
    background-color: rgb(94, 104, 101);
    border: 1px solid #ebebeb;
    border-radius: 10px;
    color: white;
    cursor: pointer;
    font-size: 12px;
    margin-top: 25px;
    padding: 5px 10px;
}
#selectorCat {
    border: 1px solid #9b98a3;
    border-radius: 10px;
    font-size: 12px;
    margin-left: 20px;
    margin-top: 10px;
    padding: 3px 10px;
    width: 350px;
}
.typeSearch.seleccionado {
    background-color: #89af8c;
}
.resultNYM {
    float: left;
    font-weight: bold;
    width: 750px;
}
.resultNYM span {
    font-weight: normal;
}
.busquedafila {
    background-color: rgb(235, 235, 235);
    border-radius: 10px;
    color: #298379;
    font-size: 12px;
    overflow: hidden;
    padding: 20px;
}
.busquedafila.views-row-even {
    background-color: rgb(255, 255, 255);
}
.verMasNYM {
    background: url("/sites/all/themes/responsive_bartik_imss/images/vermas.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: rgb(173, 0, 64);
    float: left;
    line-height: 20px;
    margin-left: 40px;
    padding-left: 15px;
    width: 110px;
}
.searchView .view-filters {
    display: none !important;
}

.diez {
    width: 10% !important;
}
.veinte {
    width: 20% !important;
}
.veintiCinco {
    width: 25% !important;
}
.treinta {
    width: 30% !important;
}
.cuarenta {
    width: 40% !important;
}
.cincuenta {
    width: 50% !important;
}
.sesenta {
    width: 60% !important;
}
.sesentayCinco {
    width: 65% !important;
}
.setenta {
    width: 70% !important;
}
.ochenta {
    width: 80% !important;
}
.noventa {
    width: 90% !important;
}
.cien {
    width: 100% !important;
}
.contenedorParaLaTabla {
    display: inline-block;
    width: 100%;
}
.headTabla {
    background: none repeat scroll 0 0 #e2e4e7;
    border: 1px solid #9a999e;
    display: table;
    float: left;
    width: 100%;
}
.headTabla div {
    display: table-cell;
    vertical-align: middle;
}
.headTabla div h1 {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}
.contenidoTabla {
    border: 1px solid #9a999e;
    display: table;
    float: left;
    width: 100%;
}
.contenidoTabla div {
    display: table-cell;
    vertical-align: middle;
}
.contenidoTabla div p {
    font-size: 11pt;
    margin: 0 auto;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: left;
    width: 90%;
}
#imagenDescarga {
    display: block;
    margin: auto;
}
.contenidoTabla ul li {
    list-style: none outside none !important;
}
.contenidoTabla ul li:before {
    color: #1c7a6b;
    content: "•";
}
.bordeDerecho {
    border-right: 1px solid #9a999e;
}
.verde {
    background: none repeat scroll 0 0 #d8e3db;
}
.imagen {
    float: left;
}
@media screen and (max-width: 920px) {
.headTabla div {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #9a999e -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-right: medium none;
    border-style: solid none none;
    border-width: 1px medium medium;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.contenidoTabla div {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #9a999e -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-right: medium none;
    border-style: solid none none;
    border-width: 1px medium medium;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
}
#MenuGaleria {
    text-align: center !important;
}
#MenuGaleria h1 {
    color: #74a297;
    font-size: 12pt;
    font-weight: normal;
    text-align: center;
}
.tablaGaleria tbody tr td {
    background: none repeat scroll 0 0 #ffffff;
}
.tablaGaleria tbody {
    background: none repeat scroll 0 0 #ffffff;
}
.tablaGaleria tbody tr {
    background: none repeat scroll 0 0 #ffffff;
}
#MenuGaleria img {
    display: block;
    margin: 0 auto;
    width: 300px;
}
#MenuGaleria a {
    display: block;
    margin-top: 10px;
    text-align: right;
    width: 370px;
}
.imgGaleria {
}
.Galeria {
    background-color: rgba(1, 1, 1, 0.9);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1001;
}
.contenerImagen {
    background: none repeat scroll 0 0 #fff;
    color: #333;
    height: 350px;
    left: 31%;
    overflow: auto;
    padding: 16px;
    position: fixed;
    top: 20%;
    width: 485px;
    z-index: 1002;
}
.cerrarGaleria {
    margin-left: 470px;
    margin-top: -10px;
    position: absolute;
}
.cerrarGaleria {
    cursor: pointer;
}
.imgGaleria:hover {
    cursor: pointer;
}
.imss-contenedor-columnas {
    display: inline-block;
    width: 100%;
}
.imss-contenedor-columnas .imss-columna {
    float: left;
    font-weight: normal;
    padding: 20px !important;
}
.imss-contenedorBalazo {
    margin-bottom: 20px;
    text-align: center;
}
.imss-balazo-morado {
    background: none repeat scroll 0 0 #9b9bc5;
    border-radius: 30px;
    box-shadow: 3px 3px 2px #cccccc;
    color: #ffffff;
    display: inline-block;
    font-size: 1.1em;
    line-height: 25px;
    margin: auto;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: top;
}

.imss-balazo-rosa {
    background: none repeat scroll 0 0 #D12F52;
    border-radius: 30px;
    box-shadow: 3px 3px 2px #cccccc;
    color: #ffffff;
    display: inline-block;
    font-size: 1.3em;
    margin: auto;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: top;
}

.imss-balazo-verdeC {
    background: none repeat scroll 0 0 #91C99B;
    border-radius: 30px;
    box-shadow: 3px 3px 2px #cccccc;
    color: #ffffff;
    display: inline-block;
    font-size: 1.3em;
    margin: auto;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: top;
}

.imss-balazo-gris {
    background: none repeat scroll 0 0 #f3f3f5;
    border-radius: 30px;
    box-shadow: 3px 3px 2px #cccccc;
    color: #67666a;
    display: inline-block;
    font-size: 1.3em;
    margin: auto;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: top;
}
.imss-balazo-verde {
    background: none repeat scroll 0 0 #89af8c;
    border-radius: 30px;
    box-shadow: 3px 3px 2px #cccccc;
    color: #ffffff;
    display: inline-block;
    font-size: 1.3em;
    margin: auto;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: top;
}


.imss-balazo-ext {
    border: 1px solid #388678;
    border-radius: 30px;
    display: inline-block;
    font-size: 14px;
    padding: 15px;
    text-align: center;
    vertical-align: top;
}
.imss-balazo-ext a {
    color: #b51a46;
    display: block;
    text-decoration: none;
}
.imss-balazo-ext a img {
    width: 30px;
}
.imss-tablaNormal, .imss-tablaNormal td, .imss-tablaNormal tr {
    border-spacing: 0;
    padding: 0;
}
.imss-tablaNormal {
    min-width: 100px;
}
.imss-tablaNormal td {
    border: 1px solid #9a999e;
    padding: 6px;
}
.imss-tablaNormal td:not(:last-child) {
    border-right: 1px solid #666;
}
.imss-tablaNormal tr:nth-child(2n) {
    background: none repeat scroll 0 0 #ffffff;
}
.imss-tablaNormal tr:nth-child(2n+1) {
    background: none repeat scroll 0 0 #d8e3db;
}
.imss-tablaNormal:not(.imss-tablaNormal) tr {
    text-align: center;
}
.imss-tablaNormal tr:first-child {
    background-color: #e2e4e7;
    border-bottom: 1px solid #000;
    color: #000000;
    text-align: center;
}
.imss-contenedorTramite, .imss-contenedorTramite div, .imss-contenedorTramite hgroup {
    border-spacing: 0;
    padding: 0;
    text-align: left;
}
.imss-contenedorTramite {
    min-width: 100px;
}
.imss-contenedorTramite hgroup div {
    padding: 10px;
}
.imss-contenedorTramite hgroup:nth-child(2n) {
    background: none repeat scroll 0 0 #ffffff;
}
.imss-contenedorTramite hgroup:nth-child(2n+1) {
    background: none repeat scroll 0 0 #ebebeb;
    border-radius: 15px;
}
.imss-contenedorTramite hgroup div:first-child {
    display: inline-block;
    vertical-align: top;
    width: 80%;
}
.imss-contenedorTramite hgroup div:last-child {
    display: inline-block;
    margin-top: 4%;
    vertical-align: top;
    width: 15%;
}
.imss-ver-mas-profesionales {
    background-color: #fff;
    border: 1px solid #388678;
    border-radius: 30px;
    float: right;
    font-size: 12px;
    height: 10px;
    min-width: 80px;
    text-align: center;
}
.imss-tituloTramite a {
    color: #3b6858;
    font-size: 11pt;
    font-weight: bold;
    text-decoration: none;
}
.imss-descripcionTramite {
    color: #494949;
    font-size: 10pt;
    margin-top: 10px;
}
.imss-ver-mas-profesionales a {
    color: #b51a46;
    display: block;
    margin-top: -21%;
    text-align: center;
    text-decoration: none;
}
.imss-ver-mas-profesionales a:hover {
    border-bottom: 1px solid #53968a;
}
.imagenVNoticia {
    width: 387px !important;
}
.imagenVNoticia div img {
    width: 387px !important;
}
.imss-cuadrado-gris {
    background-color: #ddd;
    border-radius: 5px;
    display: block;
    min-height: 120px;
    padding-left: 15px;
}
.imss-cuadrado-blanco {
    background-color: #fff;
    border-radius: 5px;
    display: block;
    min-height: 120px;
    padding-left: 15px;
}
.imss-h4 {
    color: #006655;
    font-size: 16px;
    font-weight: bold;
}
.imss-ver-mas {
    background-color: #fff;
    border: 1px solid #388678;
    border-radius: 10px;
    float: right;
    font-size: 14px;
    margin-right: 10px;
    padding: 2px;
    text-align: center;
}
.imss-ver-mas a {
    color: #b51a46;
    display: block;
    text-decoration: none;
}
.cabeceraPrincipal {
    background: none repeat scroll 0 0 #dddddc;
    border-radius: 5px;
    color: #3b685e;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 5px;
}
.balazoVerde {
    background: none repeat scroll 0 0 #89af8c;
    border-radius: 10px;
    box-shadow: 3px 3px 2px #cccccc;
    color: #ffffff;
    font-size: 1.3em;
    margin: auto;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
}
.balazoGris {
    background: none repeat scroll 0 0 #f3f3f5;
    border: 1px solid #cccccc;
    border-radius: 10px;
    box-shadow: 3px 3px 2px #cccccc;
    color: #615e5e;
    display: inline-block;
    font-size: 1.3em;
    margin: auto;
    padding: 15px;
    text-align: center;
    vertical-align: top;
}
@media only screen and (max-width: 740px) {
.dcolumnas div {
    clear: both;
    float: none;
    width: 100% !important;
}
.lliga{
width:70px; !important;}

.ltramite{
height:170px!important;
}
.menu-parent {
display:block!important;
float:left!important;
height:auto;
}
.tac_big{
   font-size:15px!important;
   line-height:15px!important;
}
.tac_ban_wsize1{
    width:100%!important;
}
.ableft{
    margin-left:0% !important;
}

#bmaternidad{
    margin-left:0%!important;
}

}

.nuevobalazo {
    background: none repeat scroll 0 0 #f3f3f5;
    border: 1px solid #9a999e;
    border-radius: 20px;
    font-size: 1.2em;
    line-height: 1.6em;
    margin: auto;
    padding: 4%;
    width: 75%;
}
.nuevobalazo a {
    color: #ad0040;
}
.boton_ingresos {
    border: 1px solid #3b6858;
    border-radius: 20px;
    color: #67666a;
    font-size: 1.3em;
    line-height: 1.3em;
    margin: auto;
    padding: 5%;
    width: 60%;
}
.boton_ingresos a {
    color: #67666a;
}
.boton_ingresos span {
    color: #ad0040;
}
.boton_ingresos img {
    vertical-align: middle;
}
.logo-cabecera {
    float: left;
    margin-right: 34px;
}
.titleCont_atributos_caja {
    font-size: 16px !important;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif !important;
}
.titleCont_atributos_caja a{
    font-size: 16px !important;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif !important;
}
.textoRecordatorio {
    font-size: 16px !important;
}
.jcarousel-skin-infografias {
    text-align: center;
}
.jcarousel-skin-infografias .jcarousel-container-horizontal {
    height: 240px;
    margin: auto;
    padding: 20px 40px;
    width: 70%;
}
.jcarousel-skin-infografias .jcarousel-container-vertical {
    height: 240px;
    margin: auto;
    padding: 40px 20px;
    width: 130px;
}
.jcarousel-skin-infografias .jcarousel-clip-horizontal {
    overflow: hidden;
    width: 100%;
}
.jcarousel-skin-infografias .jcarousel-clip-vertical {
    height: 440px;
    overflow: hidden;
}
.jcarousel-skin-infografias .jcarousel-item {
    background: #F3F3F5;
    height: 240px;
    list-style: none outside none;
    margin: 20px !important;
    overflow: hidden;
    padding: 0;
    width: 170px;
}
.jcarousel-skin-infografias .jcarousel-item-horizontal {
    margin: 0 4px;
}
.jcarousel-skin-infografias .jcarousel-item-vertical {
    margin: 4px 0;
}
.jcarousel-skin-infografias .jcarousel-item-placeholder {
    background: url("/sites/all/modules/jcarousel/skins/default/throbber.gif") no-repeat scroll center center #fff;
    color: #000;
}
.jcarousel-skin-infografias .jcarousel-next, .jcarousel-skin-infografias .jcarousel-prev {
    background-image: url("/sites/all/statics/salud/flechainfografia.png");

    display: block;
    height: 32px;
    width: 32px;
    margin-top:10%;
}
.jcarousel-skin-infografias .jcarousel-next-disabled, .jcarousel-skin-infografias .jcarousel-prev-disabled {
    display: none;
}
.jcarousel-skin-infografias .jcarousel-prev-horizontal {
    background-position:-6px 0;
    left: 0px;
    position: absolute;
    top: 55px;
}
.jcarousel-skin-infografias .jcarousel-prev-horizontal:hover {
    background-position: -38px 0;
}
.jcarousel-skin-infografias .jcarousel-prev-horizontal:active {
    background-position: -70px 0;
}
.jcarousel-skin-infografias .jcarousel-next-horizontal {
    background-position: 3px -32px;
    position: absolute;
    right: 0px;
    top: 55px;
}
.jcarousel-skin-infografias .jcarousel-next-horizontal:hover {
    background-position: -28px -32px;
    width:30px;
}
.jcarousel-skin-infografias .jcarousel-next-horizontal:active {
    background-position: -58px -32px;
}
.jcarousel-skin-infografias .jcarousel-prev-vertical {
    background-position: 0 -64px;
    left: 55px;
    position: absolute;
    top: 10px;
}
.jcarousel-skin-infografias .jcarousel-prev-vertical:hover {
    background-position: -32px -64px;
}
.jcarousel-skin-infografias .jcarousel-prev-vertical:active {
    background-position: -64px -64px;
}
.jcarousel-skin-infografias .jcarousel-next-vertical {
    background-position: 0 -96px;
    bottom: 10px;
    left: 55px;
    position: absolute;
}
.jcarousel-skin-infografias .jcarousel-next-vertical:hover {
    background-position: -32px -96px;
}
.jcarousel-skin-infografias .jcarousel-next-vertical:active {
    background-position: -64px -96px;
}
.jcarousel-skin-infografias .jcarousel-navigation {
    float: left;
    margin: 140px 0 -140px 45%;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.jcarousel-skin-infografias .jcarousel-navigation li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    float: left;
    height: 12px;
    list-style: none outside none;
    margin: 0 8px 0 0;
    padding: 0;
    width: 12px;
}
.jcarousel-navigation li a {
    color: transparent !important;
    display: block;
    font-size: 0.5em;
}
.jcarousel-navigation li a:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.9);
    border-radius: 50%;
    color: rgba(0, 0, 0, 0.8);
    height: 12px;
    width: 12px;
}
.jcarousel-skin-infografias .jcarousel-navigation li.active a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    font-weight: bold;
    height: 12px;
    text-decoration: none;
    width: 12px;
}
.jcarousel-skin-infografias .jcarousel-item-horizontal img {
margin-top:15%!important;
}
table{
}
contenido-salud{
width:100%;
height:200px;
background:red;
}

.dcolumnas table{
text-align:center;
border:1px solid #9A999E;
border-collapse:collapse;

}
.green{
background:#D4E4DA!important}


.dcolumnas table tbody td{
text-align:center;
border:1px solid #9A999E;
font-size:16px;
}
.dcolumnas td img {
margin:5px;
font-size:16px;
}
.dcolumnas table tbody td a{
font-color:#3B6858;

}
.dcolumnas table thead th{
    border-bottom-width: 3px !important;
    border: 1px solid #ddd;
    vertical-align: bottom;
    padding: 8px;
    line-height: 1.428571429;
    background-color: transparent;
    color: #545454;
    font-size: 18px;
    text-align: center;

}
.dcolumnas{
font-size:16px;
}

.gsc-search-box tbody{
border-top:none !important;
}
.gsc-search-box td{
border:none !important;
}
q {
    display: inline;
font-style:italic;
color:#67666a;
font-weight:bold;
}
 
q:before {
    content: open-quote;
}
 
q:after {
    content: close-quote;
}


.balazo-gris {
background: #C2C3C9;
font-size: 16px;
width: 80%;
text-align: center;
margin: 10% auto auto;
border-radius: 20px;
padding: 20px;
color:#000000;
}
.balazo-morado {
background: #656584;
color:#FFFFFF;
font-size: 16px;
width: 80%;
text-align: center;
margin: 10% auto auto;
border-radius: 20px;
padding: 20px;
}
.balazo-verde {
background: #3B6858;
color:#FFFFFF;
font-size: 15px;
width: 80%;
text-align: center;
margin: 10% auto auto;
border-radius: 20px;
padding: 20px;
}
.balazo-naranja {
background: #AF5126;
color:#000000;
font-size: 15px;
width: 80%;
text-align: center;
margin: 10% auto auto;
border-radius: 20px;
padding: 20px;
}


.bx-wrapper .bx-pager.bx-default-pager a{
  
padding: 4px;
    width: 30px !important;
    height: 30px!important;
    color: #545454!important;
    text-indent: 0px!important;
    font-size: 16px;
    font-weight: normal;
    background-color: white !important;
    border: 1px solid #545454;
    border-bottom-width: 3px;
}


.tag-cloud{
    list-style:none;

}
.tag-cloud li{
    float:left;
    margin:4px;
}
.level2{
  font-size:16px;
  }
.levell7{
  font-size:18px;
}
.level8{
font-size:20px;}
.level9 {
font-size:22px;} 
.dcolumnas{
font-size:16px!important;
}

.listaTramites li h3 {
  font-size:14px!important;
}
.region-content ul, .region-content ol {
  padding:0 0 0 8%!important;
}
.listaTramites {
  padding:0!important;
  width:100%!important;
}
.acordeonFaq{
font-size:16px!important
}

#cuadrocarrusel{
margin-top:-35px;}

.tituloInterno{
display:none;}
.menu-parent:focus, .menu-item:focus{
background:transparent!important;
border: 1px solid #3b6858;
height:26px;
margin-left:-10px;
}
.menu-parent{
text-align:center!important!;
}
.textoMenuSub:focus{
background:transparent!important;
border: 1px solid #3b6858;
}
#pane-title-large2
{
height:19px!important;}
.menu-parent{
text-align:center;
}
/* BANNERS ACCESIBLES*/

.image { 
   position: relative; 
   width: 100%; /* for IE 6 */
   height: 100%;
}

.tac_banner { 
   position: absolute; 
   font-size:17px;
line-height:22px;

}
.tac_ban_wsize1{
   width:90%;
   margin-top: -41%; 
   height:100%;
}

.tac_ban_wsize2{
   width:85%;
   margin-top: -10%; 
   height:100%;
}


.tac_ban_wsize3{
   width:18%;
   margin-top: -20%; 
   margin-left:2% !important;
   height:100%;
}

.tac_ban_wsize4{
   width:30%;
   margin-top: -10%; 
   height:100%;
   margin-left:10%!important;
}
.tac_ban_wsize5{
   width:87%;
   margin-top: -17%; 
   height:47%;
   margin-left:10%!important;
}

    .tac_ban_wsize6{
   width:92%;
   margin-top: -147px; 
   height:128px;
   margin-left:1%!important;
   padding:10px;
   }

   .icono_acc{
    width:100%;
    height:40px;
  padding:0 5px 5px;
    margin-top:-57px;
    text-align: center;
  line-height:14px;
  font-size:15px;
   }
.tac_ban_wsize5top{
margin-top: -30%!important; 
}
.abright{
   padding-right:2%;
   text-align:right;
}
.ableft{
   
    margin-left: 5%; 
    
}
.abcenter{
   padding-right:2%;
   padding-left:2%;
   text-align:center;
}

.talign_center{

   text-align: center;
}
.talign_left{
   text-align: left;
   margin-left:8% !important;
}
.talign_right{
   text-align: right;
}
.tac_banner p{
  
   padding:5px;
}

.tac_bold{
   font-weight: bold;
}

.tac_italic{
   font-style: italic;
}
.tac_negro a{
   color:#000000;
}
.tac_blanco a{
   color:#FFFFFF;
}
.tac_naranja a{
   color:#F39200;
}
.tac_gris a{
   color:#C2C3C9;
}
.tac_verde a{
   color:#4D7A6B;
}
.tac_cafe a{
color:#300409}
.tac_negro {
   color:#000000;
}
.tac_blanco {
   color:#FFFFFF;
}
.tac_naranja {
   color:#F39200;
}
.tac_gris {
   color:#C2C3C9;
}
.tac_verde {
   color:#4D7A6B;
}
.tac_cafe {
color:#300409}
.tac_big {
  font-size:30px;
 line-height:36px;
}
.tac_rojo, .tac_rojo a{
color:#5A2403;
}

/**
*RESPONSIVE BANNERS CSS
*/

/********ESTILO NUEVO PIE DE PAGINA*******/

.fp_element{
width:100%;
height:50px;
}
.fp_image{
width:50%;
float:left;
}
.fp_text{
width:49%;
float:left;
text-align:left;
}


/********END ESTIO NUEVO PIE DE PAGINA*******/
/**
 *Fix Header
 */
 .logo-cabecera a:focus{
position:initial;
}


/*FIX LI*/
.cabeceraLista{
list-style-type:none;
}
.warning-nav {

    background-color: #fcf8e3 !important;

    border:1px solid #8a6d3b;;
    color: #8a6d3b;
    font-size: 12px;
line-height:18px;
    margin-bottom: 0;
    padding: 12px;
line-height:18px;
    text-align: center;
}
a.botonEditFaq, a.botonDeleteFaq {
    position: relative;
}
.numeroRec {
    height: 42px;
}

/*Atencin de reduccin de espacio para titulos EstiloBase*/
hr.red {
    margin: 10px 0 40px !important;
} 

/*Atencin plantilla de tramites (+)*/
.panels-flexible-column-32-5 {
    width: 75%; !important
}

.panels-flexible-column-32-7 {
    width: 25%; !important
} 

/* Saltos de linea en titulos con 2 espacios*/
.pane-title1 {
    background: transparent !important;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 28px !important;
    color: #545454 !important;
    font-weight: 600;
    padding: 0 !important;
} 

.pane-title1:before {
    width: 35px;
    height: 5px;
    background-color: #D0021B;
    position: absolute;
    left: 15px;
    content: '';
    margin-top: 6.5%;    
} 

