/*!
 * 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: #ff0000;
  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: 20px;
  margin-bottom: 20px;
  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: 25px;
  color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
}
h2 {
	margin-bottom: 0px;
  margin-top: 30px;
  font-size: 18px;
  text-transform: uppercase;
  color: #ff0000;
}
h3{
  margin-bottom: 0px;
  margin-top: 25px;
  font-size: 16px;
  color: #656565;
  font-weight: bold;
}
h4 {
  font-size: 15px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
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: #ff0000;
}
span{
color: #656565;
}

span.figuras, sup.rojo{
color: #ff0000;
}

strong {
  font-weight: bold;
}

/* ===================================
5. Listas
==================================== */

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
