
/* Global Styles */
/* ===================================
1. General
==================================== */

body {
    font-family:'Open Sans', Arial, sans-serif;
    font-size:14px;
    font-weight:300;
    line-height:1.7em;
    color:#494949;
	text-align: justify;
}
html,
body {
    height: 100%;
}

body {

    padding-top: 10px;
}

/* ===================================
2. Links
==================================== */


a {
  color: #418d5f;
  text-decoration: underline;
}
a:hover,
a:focus {
  color: #000;
  text-decoration: none;
}

/* ===================================
3. imágenes
==================================== */

img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img, {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}

div.envolvente{
	margin-top:20px;
	margin-bottom: 20px;
}


hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

/* ===================================
4. Tipografías
==================================== */
h1,h2,h3,h4,h5,h6{
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;

}

h1 {
  font-size: 22px;
  color: #418d5f;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  }

  h1.titulo {
    font-size: 22px;
    color: #418d5f;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
h2 {
  margin-bottom: 0px;
  margin-top: 30px;
  font-size: 16px;
  color: #418d5f;
  text-align: center;
}   
  h2.titulo {
    color: #418d5f;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 30px;
    text-align: center;
}
h3 {
  margin-bottom: 0px;
  margin-top: 25px;
  font-size: 16px;
  color: #494949;
}

h4 {
  font-size: 16px;
  color: #418d5f;
  margin-top: 20px;
  margin-bottom: 20px;
}
h5 {
  font-size: 14px;
}
  h5.titulo {
    margin-bottom: 10px;
    margin-top: 25px;
    font-size: 14px;
    color: #418d5f;
}
h6 {
  font-size: 10px;
  line-height: 15px;
  color:  #494949;
  weight: strong;
}
p {
  margin: 0 0 10px;
}

small{
	font-size: 14px;
	color:#656565;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.revista{
	font-size: 14px;
	color: #418d5f;
}
span{
color: #656565;
}

span.figuras, sup.verde{
color: #418d5f;
font-weight: bold;
}

strong {
  font-weight: bold;
}
table 
{
	font-size: 11px;
	color: #494949;
	font-weight: normal;
	line-height:1.5em;
	cellspacing: 0;
	cellpadding: 0;	alignment-adjust: central;

}
td, th { 
	border: 1px #ddd solid;
	text-align:center;
	padding:2px 0 2px 0;
}
blockquote
{
font-size:13px;
}

.cabezaCuadro{
	color: #418d5f;
	font-weight: 500;
	}
td, th { 
	border: 1px #ddd solid; 
}

/* ===================================
5. Listas
==================================== */

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
