/*
  Theme Name: CEMAT
  Theme URI: http://www.cemat.org/
  Description: CEMAT
  Version: 1.0
  Author: Mundo Web
  Author URI: http://mundoweb.co
  Tags: 
*/
@charset "utf-8";
/*! normalize.css v2.1.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    background: #fff; /* 1 */
    color: #000; /* 2 */
    font-family: sans-serif; /* 3 */
    -ms-text-size-adjust: 100%; /* 4 */
    -webkit-text-size-adjust: 100%; /* 4 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
    text-decoration: none;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

p,img,ul,table,h1,h2,h3{
  padding:0;
  margin:0;
}
img{
  border:none;
}
a{
  text-decoration: none;
  color: #7ec5b7;
}
h1,
h2,
h3 {
  line-height: 40px;
}
h1 {
  font-size: 46px;
  color: #888176;
  font-weight: lighter;
  padding:0 0 5px 0;
  letter-spacing: 2px;
}
h2 {
  line-height: 24px;
  font-size: 24px;
  color: #97b511;
  font-weight: lighter;
  margin-bottom: 5px;
  text-align: left;
}
h3 {
  font-size: 17.0px;
  color: #55c2ed;
  font-weight: normal;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 11.9px;
}

p{
  margin: 0 0 10px;
}

body {
  background: #FFFFFF;
  display: table;
  font: 13px "Arial", sans-serif;
  margin: 0;
  padding: 0;
  width: 100%;
  color: #a6a6a6;
}

#wrapper {
  background: url("images/bg-wrapper.png") repeat-x;
}

.clear {
  clear: both;
}

.container {
  width: 940px;
  margin: 0px auto;
  padding: 0px 3px;
}

#nav {
  height: 85px;
  width: 940px;
  padding-top: 4px;
}


#nav ul,
#nav li,
#nav span {
  margin: 0;
  padding-right: 0px;
  position: relative;
}

#nav:after,
#nav ul:after {
  content: '';
  display: block;
  clear: both;
}

#nav a {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  line-height: 85px;
  padding: 0 14px;
  letter-spacing: 0.5px;
  text-shadow: 1px 1px 1px #7e9027;
}

#nav ul {
  list-style: none;
}

#nav > ul {
  float: left;
}

#nav > ul > li {
  float: left;
  background: url("images/bg-div-nav.png") no-repeat right;
}


#nav > ul > li:last-child {
  background: none;

}

#nav > ul > li.active a {
  color:#64b5b3;
}

#nav > ul > li:hover > a {
  background: #97b22c;
}


#nav ul li.last{
  border-right: none;
}


#header {
  height: 133px;
}

#logo {
  float: left;
  padding: 25px 0px 0px 30px;
}

#header-right {
  float: right;
  padding: 25px 30px 0px 0px;
  width: 220px;
}

#message {
  clear: both; 
  float: right;
  text-align: right;
  font-size: 14px;
  color: #a6a6a6;
}

.medium {
  font-size: 20px;
  font-weight: bold;
  color: #009ee1; 
}

#slider {
  width: 943px;
  height: 313px;
  padding-top: 3px;
  margin-bottom: 45px; 
}

#home-content {
  font-size: 11px;
  color: #5e5e5e;
}

#services {
  width: 943px;
  margin-bottom: 15px;
}

#home-content .s-box {
  width: 265px;
  float: left;
  text-align: justify;
  margin-right: 72px;
  position: relative;
  height: 200px;
}

.s-box-img { 
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}

#home-content .s-box p {
  line-height: 16px;
}

#home-content ul {
  list-style: none outside none;
  padding-left: 15px;
  padding-top: 5px;
}

#home-content ul li  {
  background: url("images/bullet.png") no-repeat left 1px transparent;
  padding-left: 25px;
  margin-bottom: 5px;
}

#home-content ul li a {
  color: #5e5e5e;
  font-size: 11px;
}

#home-content ul li:hover a {
  color: #97b511;
}

#home-content .last {
  margin-right: 0px;
}


    .green-btn {
        
        -moz-box-shadow:inset 0px 1px 0px 0px #cfdc1c;
        -webkit-box-shadow:inset 0px 1px 0px 0px #cfdc1c;
        box-shadow:inset 0px 1px 0px 0px #cfdc1c;
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #9cb812), color-stop(1, #6a8f04));
        background:-moz-linear-gradient(top, #9cb812 5%, #6a8f04 100%);
        background:-webkit-linear-gradient(top, #9cb812 5%, #6a8f04 100%);
        background:-o-linear-gradient(top, #9cb812 5%, #6a8f04 100%);
        background:-ms-linear-gradient(top, #9cb812 5%, #6a8f04 100%);
        background:linear-gradient(to bottom, #9cb812 5%, #6a8f04 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9cb812', endColorstr='#6a8f04',GradientType=0);
        
        background-color:#9cb812;
        
        -moz-border-radius:4px;
        -webkit-border-radius:4px;
        border-radius:4px;
        
        border:1px solid #89b506;
        
        display:inline-block;
        color:#ffffff;
        font-family:arial;
        font-size:12px;
        font-weight:bold;
        padding:4px 0px;
        width: 122px;
        text-align: center;
        text-decoration:none;
        
        text-shadow:0px 1px 0px #6d9004;

        float: right;
        position: absolute;
        bottom: 0px;
        right: 0px;
        
    }
    .green-btn:hover {
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6a8f04), color-stop(1, #9cb812));
        background:-moz-linear-gradient(top, #6a8f04 5%, #9cb812 100%);
        background:-webkit-linear-gradient(top, #6a8f04 5%, #9cb812 100%);
        background:-o-linear-gradient(top, #6a8f04 5%, #9cb812 100%);
        background:-ms-linear-gradient(top, #6a8f04 5%, #9cb812 100%);
        background:linear-gradient(to bottom, #6a8f04 5%, #9cb812 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a8f04', endColorstr='#9cb812',GradientType=0);
        
        background-color:#6a8f04;
    }


#h-div  {
  width: 943px;
  height: 10px;
  text-align: center;
  margin-bottom: 15px;
}

#about {
  width: 943px;
  margin-bottom: 25px;
}

#about .s-box {
  height: 175px;
  width: 286px;
  margin-right: 42px;
}

#about .last {
  margin-right: 0px;
}

ul.no-just {
  text-align: left;
}

ul.no-just li {
  padding-bottom: 5px;
}

#about ul li:hover a {
  color: #97b511;
}

a.more {
  color: #8da937;
  font-size: 13px;
  float: right;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

a.more:hover {
  border-bottom: 1px dotted #709405;
}  

#gallery ul .s-thumb {
  background: none;
  padding-left: 0px;
}

#gallery ul {
  padding-left: 0px;
}

.s-thumb {
  width: 64px;
  height: 64px;
  float: left;
  padding-right: 10px; 
  padding-bottom: 5px; 
}

.s-thumb.last {
  padding-right: 0px;
}

#footer {
  height: 47px;
  background: #65696e;
  border-top: 2px solid #000;
  border-bottom: 1px solid #000;
}

#footer .left {
  float: left;
  width: 350px;
  height: 47px;
}

#bottom-nav {
  clear: both;
  float: left;
  margin-top: 14px;
}

#bottom-nav ul li {
  display: block;
  float: left;
  padding-right: 15px;  
}

#bottom-nav ul li a {
  font-size: 15px;
  color: #a5a5a5;
}

#bottom-nav ul li:hover a {
  color: #d3d3d3;
}

#footer .right {
  float: right;
  width: 250px;
  height: 37px;
  margin-top: 10px;
}

#footer-info {
  text-align: right;
  color: #a5a5a5;
  font-size: 14px;
  line-height: 5px;
}

/****estilos de pagina interna****/


#wrapper-page {
  background: url("images/bg-wrapper-page.png") repeat-x;
}

#page-content {
  background: #FFFFFF;
}

#slider-page h1 {
  color: #FFFFFF;
  font-size: 36px;
  margin-left: 18px;
  position: absolute;
  text-shadow: 1px 1px 1px #476124;
  top: 45px;
}

#slider-page {
  width: 940px;
  height: 120px;
  padding-top: 3px;
  margin-bottom: 3px;
  position: relative; 
}

#page-h-div {
  width: 943px;
  height: 10px;
  text-align: center;
  margin-bottom: 25px;
}

#main {
  width: 650px;
  float: left;
  padding: 0px 21px;
  margin-bottom: 30px;
}
#main-tabs {
  width: 650px;
  float: left;
  padding: 0px 21px;
  margin-bottom: 30px;
}
#main p {
  color: #a6a6a6;
  font-size: 13px;
  text-align: justify;
  margin-bottom: 20px;
}

#main img {
  background: no-repeat #ffffff;
  border-radius: 2px 2px 2px 2px;
  -moz-box-shadow: 0px 0px 3px #a4a3a3;
  -webkit-box-shadow: 0px 0px 3px #a4a3a3;
  box-shadow: 0px 0px 3px #a4a3a3;
  padding: 3px;
  margin: 5px;
}

#main #two-columns .col-left img {
  margin: 5px 10px 7px 10px;
}

#main span.tel {
  color: #777777;
  font-size: 15px;
}

#sidebar-right {
  float: right;
  width: 248px;
  min-height: 285px;  
  background: url("images/div-sidebar.png") left -10px no-repeat;
}


#sidebar-right ul {
  padding-left: 15px;
}

#sidebar-right ul li  {
  background: url("images/bullet.png") no-repeat left 2px transparent;
  padding-left: 25px;
  margin-bottom: 5px;
  display: block;
  border-bottom: 1px solid #eef6fb;
  height: 30px;
}

#sidebar-right ul li a {
  color: #595959;
  font-size: 14px;
  display: block;
  height: 30px
}

#sidebar-right ul li:hover a {
  color: #97b511;
}
#page-content #main ul {
  list-style: none;
  margin-left: 20px;
  margin-bottom: 15px;
}
#page-content #main ul li {
  background: url("images/bullet-main.png") no-repeat left 5px;
  padding-left: 13px;
  margin-bottom: 2px;
  color: #a6a6a6;
}

#page-content #main ul.doble-h li {
  margin-bottom: 12px;
}

#two-columns .col-left {
  float: left;
  width: 270px;
}

#two-columns .col-left .oficinas {
  margin: 0px auto;
  width: 182px;
}

#two-columns .col-right {
  float: right;
  width: 347px;
  padding: 10px;
}

#two-columns .form-content {
  border-top: 3px solid #a0ca64;
  background-color: #e9f4fa;  
}

.post-box{
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
}