/*
Theme Name: Tribunal Fiscal
Theme URI: http://www.tribunalfiscaltam.gob.mx/
Author: Tamaulipas.gob.mx
Author URI: http://tamaulipas.gob.mx/
Description: Tribunal Fiscal
Version: 1
Text Domain: twentyeleven
*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,800);
.d-none{
    display: none;
}

body {
    background: #f2f2f2 url('img/bg.png') 0 270px repeat-x;
    font: 12px 'Open Sans', sans-serif;
    margin: 0;
}

/***** General *****/
h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

.nineSixty {
    margin: 0 auto;
    width: 960px;
}

/***** Header *****/
#header {
    background: url('img/header.png');
    height: 270px;
    width: 100%;
}

#bar {
    height: 40px;
}

#bar .left {
    float: left;
    height: 40px;
    width: 480px;
}

#bar .right {
    float: right;
    height: 40px;
    width: 415px;
}

#bar ul.links {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

#bar ul.links li {
    background: url('img/liLine.png') left center no-repeat;
    float: left;
    height: 40px;
}

#bar ul.links li:first-child {
    background: none;
}

#bar ul.links li a {
    color: #FFF;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    text-decoration: none;
}

#bar ul.links li a:hover {
    text-decoration: underline;
}

#bar .search {
    float: left;
    height: 33px;
    padding: 7px 0 0 0;
    width: 202px;
}

#bar input[type="text"] {
    background: url('img/searchInbox.png');
    border: none;
    color: #fff;
    float: left;
    height: 27px;
    padding: 0 35px 0 15px;
    width: 152px;
}

#bar input[type="text"]:focus {
    background: #fff;
    border-radius: 15px;
    color: #006036;
}

#bar input[type="submit"] {
    background: url('img/search.png') center no-repeat;
    border: none;
    float: left;
    height: 27px;
    margin: 0 0 0 -35px;
    opacity: 0.6;
    text-indent: -9999px;
    width: 27px;
}

#bar input[type="submit"]:hover {
    cursor: pointer;
    opacity: 1.0;
}

#logos {
    height: 160px;
}

#logos .tribunal {
    background: url('img/logos.png') left center no-repeat;
    float: left;
    display: block;
    height: 160px;
    text-indent: -9999px;
    width: 255px;
}

#logos .tamaulipas {
    background: url('img/logos.png') right center no-repeat;
    float: right;
    display: none;
    height: 160px;
    text-indent: -9999px;
    width: 150px;
}

#navigation {
    height: 70px;
}

ul.menu {
    background: url('img/separatorLi.png') left top no-repeat;
    height: 70px;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1000;
}

ul.menu > li {
    background: url('img/separatorLi.png') right top  no-repeat;
    float: left;
    width: 107px;
}

ul.menu > li:hover {
    background: url('img/ulhover.png');
}

ul.menu > li:hover > a {
    color: #fff !important;
}

ul.menu > li:first-child {
    width: 104px;
}

ul.menu > li.one > a {
    color: #333;
    display: block;
    font-weight: 600;
    height: 70px;
    line-height: 70px;
    text-align: center;
    text-decoration: none;
    width: 107px;
}

ul.menu > li.two > a {
    color: #333;
    display: block;
    font-weight: 600;
    height: 50px;
    padding: 20px 0 0 0;
    text-align: center;
    text-decoration: none;
    width: 107px;
}

ul.menu ul {
    background: #22a3e5;
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 220px;
}

ul.menu ul > li > a {
    color: #fff;
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    text-decoration: none;
}

ul.menu ul > li > a:hover {
    background: #22a3e5;
}

/***** *****/
#banner960 {
    margin: 0 auto;
    width: 960px;
}

#banner960 img {
    margin: 10px 0 0 0;
    vertical-align: middle;
}

/***** Slider *****/
#slider {
    height: 310px;
    margin: 10px auto;
    overflow: hidden;
    width: 960px;
}

#slider .slides {
    height: 310px;
    width: 960px;
}

#slider .prev {
    background: url('img/arrows.png') 0 -67px no-repeat;
    height: 54px;
    left: 50%;
    margin: 0 0 0 -525px;
    position: absolute;
    top: 400px;
    width: 90px;
    z-index: 9999;
}

#slider .prev:hover {
    background: url('img/arrows.png') 0 0 no-repeat;
    cursor: pointer;
}

#slider .next {
    background: url('img/arrows.png') -110px -67px no-repeat;
    height: 54px;
    left: 50%;
    margin: 0 0 0 435px;
    position: absolute;
    top: 400px;
    width: 90px;
    z-index: 9999;
}

#slider .next:hover {
    background: url('img/arrows.png') -110px 0 no-repeat;
    cursor: pointer;
}

#slider img {
    border-radius: 10px !important;
}

/***** Buttons *****/
#buttons {
    height: 160px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 10px;
    width: 960px;
}

#buttons #calendarForm {
    display: none;
}

#buttons .button {
    border-radius: 10px;
    box-shadow: 0 0 3px #000;
    float: left;
    height: 140px;
    text-decoration: none;
    overflow: hidden;
    width: 188px;
}

#buttons .acuerdos {
    background: #fafafa;
    border-radius: 10px;
    float: left;
    height: 132px;
    text-decoration: none;
    overflow: hidden;
    padding: 5px;
    position: relative;
    width: 178px;
}

#buttons .acuerdos h3 {
    background: #006036;
    color: #fff;
    font: 200 12px 'Open Sans', sans-serif;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 178px;
}

#buttons .acuerdos h3 a {
    background: #79C142;
    border-radius: 50%;
    color: #fff;
    display: block;
    float: right;
    height: 16px;
    line-height: 14px;
    margin: 1px 2px 0 0;
    text-align: center;
    text-decoration: none;
    width: 16px;
}

#buttons .mr {
    margin: 0 4px 0 0;
}

#buttons .img {
    height: 95px;
    width: 188px;
}

#buttons .one {
    background: url('img/buttons.png') 0 0;
}

#buttons .two {
    background: url('img/buttons.png') -193px 0;;
}

#buttons .thr {
    background: url('img/buttons.png') -386px 0;
}

#buttons .fou {
    background: url('img/buttons.png') -579px 0;
}

#buttons .fiv {
    background: url('img/buttons.png') -772px 0;
}

#buttons .title {
    height: 45px;
    overflow: hidden;
    width: 188px;
}

#buttons .bg {
    height: 45px;
    overflow: hidden;
    width: 188px;
}

#buttons .orange {
    background: url('img/greenOrange.png') right center no-repeat;
    height: 45px;
    overflow: hidden;
    width: 188px;
}

#buttons .green {
    background: url('img/greenOrange.png') left center no-repeat;
    bottom: 45px;
    height: 45px;
    overflow: hidden;
    position: relative;
    width: 188px;
}

#buttons .tx {
    color: #fff;
    bottom: 45px;
    font-size: 13px;
    font-weight: 800;
    height: 29px;
    line-height: 14px;
    overflow: hidden;
    padding: 8px 10px;
    position: relative;
    text-shadow: 0 0 2px #333;
    text-transform: uppercase;
    width: 168px;
}

/* greenOrange.png */

/***** News *****/
#news {
    background: url('img/news.png');
    height: 372px;
    width: 100%;
}

#newsSixty {
    height: 372px;
}

#news .new {
    float: left;
    height: 332px;
    padding: 20px 0;
    width: 310px;
}

#news .mr {
    margin: 0 15px 0 0;
}

#news img {
    border-radius: 8px;
    margin: 0 0 10px 0;
}

#news a.title {
    color: #26a2ea;
    display: block;
    font-size: 18px;
    font-weight: 800;
    line-height: 18px;
    margin: 0 0 5px 0;
    padding: 0 5px;
    text-decoration: none;
    text-transform: uppercase;   
}

#news a.title:hover {
    text-decoration: underline;
}

#news time {
    display: block;
    color: #26a2ea;
    font-size: 11px;
    height: 11px;
    line-height: 11px;
    padding: 0 5px;
}

#news p {
    color: #555;
    font-size: 14px;
    font-weight: 300;
    height: 110px;
    line-height: 18px;
    margin: 10px 0 15px 0;
    overflow: hidden;
    padding: 0 5px;
}

#news a.reedMore {
    color: #22a3e5;
    float: right;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    width: 40px;
}

#news a.reedMore:hover {
    text-decoration: underline;
}

/***** Footer *****/
#footer {
    background: url('img/footer.png') bottom center;
    height: 406px;
    width: 100%;
}

#footerLogos {
    height: 170px;
}

/*#footerLogos a {
    background: purple;
    display: block;
    float: left;
    height: 170px;
    text-indent: -9999px;
}*/

#footerLogos a.gob {
    background: url('img/logos/logTam.png') center no-repeat;
    background-size: contain;
    margin: 0 72px 0 0;
    width: 130px;
}

#footerLogos a.dif {
    background: url('img/logos/dif.png') center no-repeat;
    margin: 0 67px 0 0;
    width: 142px;
}

#footerLogos a.congreso {
    background: url('img/logos/congreso.png') center no-repeat;
    margin: 0 91px 0 0;
    width: 114px;
}

#footerLogos a.poder {
    background: url('img/logos/poder.png') center no-repeat;
    margin: 0 81px 0 0;
    width: 111px;
}

#footerLogos a.itait {
    background: url('img/logos/itait.png') center no-repeat;
    width: 138px;
}

#banners {
    /* height: 80px; */
    margin: 0 auto 10px auto;
    width: 960px;
}

#banners .ban {
    float: left;
}

#banners .mr {
    margin: 0 10px 0 0;
}

#insideFooter {
    height: 151px;
    padding: 55px 0 0 0;
}

#insideFooter p {
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    line-height: 14px;
    margin: 0 0 20px 0;
}

/***** Page & Single *****/
#theContent {
    /*background: url('img/shadow.png') 640px 0 repeat-y;*/
    overflow: hidden;
}

#theBody {
    float: left;
    padding: 30px 40px 30px 30px;
    width: 570px;
}

#theBody .breadcrumbs {
    color: #555;
    display: block;
    font: 11px 'Open Sans', sans-serif;
    margin: 0 0 10px 0;
}

#theBody h1 {
    color: #22a3e5;
    display: block;
    line-height: 26px;
    margin: 0;
    text-transform: uppercase;
}

#theBody time {
    color: #333;
    display: block;
    font-size: 11px;
    text-transform: capitalize;
}

#theBody a {
    color: #22a3e5;
    text-decoration: none;
}

#theBody a:hover {
    text-decoration: underline;
}

#theBody p {
    color: #333;
    font-size: 13px;
    text-align: justify;
}

#theBody ul.result {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
}

#theBody ul.result li {
    border-top: 1px dashed #b8b8b8;
    padding: 10px 0;
}

#theBody ul.result li:first-child {
    border: none;
    padding: 0 0 10px 0;
}

#theBody ul.result a {
    display: inline-block;
    font-size: 16px;
    font-weight: 800;
    height: 18px;
    line-height: 18px;
    text-transform: uppercase;
}

#theBody ul.result time {
    color: #333;
    display: block;
    height: 14px;
    line-height: 14px;
    text-transform: capitalize;
}

#theBody ul.result p {
    margin: 0;
}

#theBody ol li {
    text-align: justify !important;
}

#theSidebar {
    float: left;
    padding: 30px 0 30px 30px;
    width: 290px;
}

#theSidebar h2 {
    color: #22a3e5;
    text-transform: uppercase;
}

#theSidebar ul.news {
    list-style: none;
    margin: 0;
    padding: 0;
}

#theSidebar li {
    overflow: hidden;
    margin: 0 0 10px 0;
}

#theSidebar a.title {
    clear: both;
    color: #22a3e5;
    font-weight: 800;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
}

#theSidebar a.title:hover {
    text-decoration: underline;
}

#theSidebar a.more {
    color: #22a3e5;
    float: right;
    text-decoration: none;
}

#theSidebar a.more:hover {
    text-decoration: underline;
}

#theSidebar p {
    margin: 0;
}

#theSidebar a.reedMore {
    color: #22a3e5;
    display: block;
    margin: 20px auto 0 auto;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100px;
}

#theSidebar a.reedMore:hover {
    text-decoration: underline;
}

/***** Gallery *****/
#theBody #gallery-1 { background: #fafafa; margin: 0 0 10px 0 !important; padding: 7px 0 3px 0 !important; }
#theBody .gallery { border: none; clear: both; margin: 0 0 0 0 !important; padding: 0; }
#theBody .gallery img { border: none !important; height: 85px;  width: 85px; }
#theBody .gallery .gallery-item { text-align: left; margin: 0 0 0 9px !important; width: 85px !important; }
#theBody .gallery-icon { width: 100px; }

/***** Page Navi *****/
.wp-pagenavi { margin: 20px 0 0 0; }
.wp-pagenavi a, .wp-pagenavi span { text-decoration: none; background:none; color:#666; border: 1px dotted #b8b8b8; padding: 2px 4px; margin: 2px; }
.wp-pagenavi span.current { background:#22a3e5; border: 1px solid #b8b8b8 !important; color:#fff; }
.wp-pagenavi a:hover { background:#22a3e5; border: 1px solid #b8b8b8 !important; color:#fff !important; text-decoration: none !important; }
.wp-pagenavi span.current { font-weight: normal; }

/***** Contact Form *****/
#contactForm {
    overflow: hidden;
    margin: 20px 0 0 0;
}

#contactForm input[type="text"], #contactForm input[type="email"] {
    background: #f1f1f1;
    border: 1px solid #ccc;
    color: #666;
    margin: 0 0 10px 0;
    padding: 5px 10px;
}

#contactForm input[type="text"]:focus, #contactForm input[type="email"]:focus {
    background: #fafafa;
}

#contactForm label {
    color: #555;
    display: block;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
}

#contactForm p {
    margin: 0;
}

#contactForm br {
    display: none;
}

#contactForm .phone {
}

#contactForm .phone .lada {
    float: left;
    margin: 0 5px 0 0;
    width: 20px;
}

#contactForm .phone .tel {
    width: 50px;
}

#contactForm .fecha {
    margin: 0 0 10px 0;
    overflow: hidden;
}

#contactForm .fecha .dia {
    float: left;
    margin: 0 28px 0 0;
    width: 18px;
}

#contactForm .fecha .mes {
    float: left;
    margin: 0 28px 0 0;
    width: 18px;
}

#contactForm .fecha .ano {
    float: left;
    margin: 0 25px 0 0;
    width: 36px;
}

#contactForm textarea {
    background: #f1f1f1;
    border: 1px solid #ccc;
    color: #666;
    font: 11px 'Open Sans', sans-serif;
    height: 120px;
    padding: 5px;
    width: 295px;
}

#contactForm textarea:focus {
    background: #fafafa;
}

#contactForm input[type="submit"] {
    background: #777;
    border: none;
    border-radius: 4px;
    color: #fff;
    margin: 10px 0 0 0;
    padding: 5px 10px;
}

#contactForm input[type="submit"]:hover {
    background: #006036;
    cursor: pointer;
}

div.wpcf7-response-output {
    background: #22a3e5 !important;
    color: #fff;
    border: none !important;
    border-radius: 3px;
}
div.wpcf7-mail-sent-ok {
    background: #006036 !important;
    color: #fff;
    border: none !important;
    border-radius: 3px;
}
div.wpcf7-mail-sent-ng {
    background: red;
}
div.wpcf7-spam-blocked {
    background: red;
}
div.wpcf7-validation-errors {
    background: red;
}

#contactForm .wpcf7-not-valid-tip {
    background: #FF7D72 !important;
    border: none !important;
    color: #fff !important;
    height: 22px;
    margin: -5px 0 0 -58px;
    padding: 0 5px !important;
    width: 290px;
}

span.dia .wpcf7-not-valid-tip, span.mes .wpcf7-not-valid-tip, span.anio .wpcf7-not-valid-tip {
    display: none;
}

/***** Calendario *****/
#wrapcal { margin-bottom: 20px; overflow: hidden; width: 175px; }
#wrapcal a { color: #fff; }
.empty { background: none; color: #fff; float: left; height: 15px; line-height: 15px; margin: 0 1px 1px 0; text-align: center; text-decoration: none; width: 24px; }
.day { color: #555; float: left; height: 16px; line-height: 16px; margin: 0 1px 1px 0; text-align: center; text-decoration: none; width: 24px; }
.dayW { background: #22a3e5; color: #555; float: left; height: 16px; line-height: 16px; margin: 0 1px 1px 0; text-align: center; text-decoration: none; width: 24px; }
.day:hover { background: #e5e5e5; }
#dias_semana { clear: both; display: block; height: 16px; margin: 0 0 0 0; width: 275px; }
.days { color: #22a3e5; float: left; height: 15px; line-height: 15px; margin: 0 1px 1px 0; text-align: center; text-decoration: none; width: 24px; }
.dayToday {background: #22a3e5;color: #fff;} .dayToday:hover { background: #22a3e5; color: #fff; }
#refer { background: #dd0f02; color: #e9e9e9; height: 18px; width: 217px; }
.this_day { background: red; float: left; font-size: 13px; height: 16px; line-height: 16px; text-align: center; width: 101px; }
.direction { color: #d7a89f; font-size: 16px; float: left; height: 16px; line-height: 16px; text-align: center; text-decoration: none; width: 58px; }
#all_day { height: 156px; width: 217px; }
#calendarForm select { background: #e0e0e0; border: none; border-radius: 3px; color: #555; padding: 3px 5px 3px 20px; width: 112px; }
#calendarForm input {background: #005289;border: none;border-radius: 3px;color: #fff;padding: 3px 20px;}
#calendarForm { margin: 0 0 20px 0; }

#theSidebar .empty, #theSidebar .day, #theSidebar .dayW, #theSidebar .days  { width: 38px; }
#theSidebar #wrapcal { width: 275px; }

#carousel-logos img {
    max-width: 100%;
    width: auto;
    display: block;
}

#carousel-logos a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

table{
	width: 100%;
}

table.table-gobtam thead tr {
	border-top: 4px solid #005cb9;
	background: #f5f5f5;
}

table.table-gobtam thead td {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 12px !important;
}

table.table-gobtam tbody td {
	font-size: 13px;
}