/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

@import url(../warp/css/base.css);


/* New style-related Base Values
----------------------------------------------------------------------------------------------------*/

body {
  overflow-x: hidden !Important;
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
}


em, code { color: #FF5147; }

ins, mark { background-color: #FF5147; color: white;}
mark { color: rgb(255, 255, 255); }

hr { border-top-color: #ececec; }

pre {
  border: 1px solid #ddd;
  background: #fafafa;
}


a{
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;

}
/*Desde acá empiezan los estilos modificados*/
h2.contentheading{
margin:20px 30px;
}

img.size-auto.align-right{
width:300px;
  height:150px;
}
.suscribir input{
  padding: 10px !important;
  border-radius: 3px !important;
}

h4.ns2-title a{
    font-size:25px;
    text-transform: uppercase;
  line-height:25px;
}
.ns2-image{
margin: 0 30px 0 0;
}
.ns2-links{
margin: 10px  0 0 0;
}
.ns2-introtext{
text-align:justify;
}
.ns2-row{
border-bottom: 2px solid #d1d1d1;
}
img.size-auto.align-right{
    width:100%;
    height:100%;
}