/*!
 * Leylani García Bañuelos
 * For details, see http://fractalmindsdesign.com
 */
/* Global Styles */
/* ===================================
1. General
==================================== */
body {
    font-family:'verdana', Arial, sans-serif;
    font-size:14px;
    font-weight:300;
    line-height:1.6em;
    color:#656565;
}
html,
body {
    height: 100%;
}

body {

    padding-top: 10px;
}

/* ===================================
2. Links
==================================== */


a {
  color: #006593;

}
a:hover,
a:focus {
  color: #2A5F9C;
  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: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
table 
{
	font-size: 11px;
	color: #494949;
	font-weight: normal;
	line-height:1.5em;
	cellspacing: 0;
	cellpadding: 0;	alignment-adjust: central;

}

blockquote
{
font-size:12px;
}

td, th { 
	border: 1px #ddd solid; 
}

/* ===================================
4. Tipografías
==================================== */
h1,h2,h3,h4,h5,h6{
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  text-align: left;
}

h1 {
  font-size: 21px;
  color: #2A5F9C;
  margin-top: 20px;
  margin-bottom: 19px;

}
h2 {
	margin-bottom: 30px;
  margin-top: 30px;
  font-size: 21px;
  color:#BE1F41;
}
h3{
  margin-bottom: 0px;
  margin-top: 25px;
  font-size: 16px;
  color: #2A5F9C;s
  font-weight: bold;
}
h4 {
  font-size: 15px;
  color: #F9A325;
}
h5 {
  font-size: 17px;
  color: #2A5F9C;
  margin-top: 30px;
}
h6 {
  font-size: 12px;
}
p {
	margin: 0 0 10px;
}

small{
	font-size: 14px;
	color:#656565;
	font-weight:100;
}
.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: #2A5F9C;
	font-weight:bold;
	text-align: left;
}
.entrada{
	font-size: 14px;
	color: #2A5F9C;
}
.cabezaCuadro{
	font-weight: 700;
}
span{
color: #656565;
}

span.figuras, sup.azul{
color: #2A5F9C;
}

strong {
	font-weight: bold;
}
.filacabezaCuadro{
	background:#FDD17C; 
}

/* ===================================
5. Listas
==================================== */

ul,
ol {
	margin-top: 0;
	margin-bottom: 10px;
}
