[HOME]

Path : /home/hermanostamargo/ftp/administracion/news/news/estilos/
Upload :
Current File : /home/hermanostamargo/ftp/administracion/news/news/estilos/p1.css

/* variables */
.baseHover {
  text-decoration: none;
  -moz-opacity: .8;
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
html,
button,
input,
select,
textarea {
  color: #222222;
}
html {
  font-size: 1em;
  line-height: 1.6;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
img,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.browsehappy {
  margin: 0.2em 0;
  background: #cccccc;
  color: black;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  margin: 0;
}
.main {
  width: 1124px;
  margin: 0 auto;
  position: relative;
}
/* colores generales */

.color-1 {
  color: #00577e;
}
.color-2 {
  color: #031627;
}
.color-3 {
  color: #f8f8f8;
}
.bg-1 {
  background-color: #00577e;
}
.bg-2 {
  background-color: #031627;
}
.bg-3 {
  background-color: #f8f8f8;
}
strong,
h1,
h2,
h3,
h4,
h5 {
  color: #222222;
}
h1 {
  font-size: 1.5em;
}
h2 {
  font-size: 1.25em;
}
h3 {
  font-size: 1.15em;
}
h4,
h5 {
  font-size: 1em;
}
a {
  color: #193955;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #222222;
}
.tel {
  background: url(img/phone.png) left 0.25em no-repeat;
  padding-left: 1.5em;
}
.dir {
  background: url(img/point.png) left 0.35em no-repeat;
  padding-left: 1.5em;
}
.email {
  background: url(img/sobre.png) left no-repeat;
  padding-left: 1.5em;
}
.web {
  background: url(img/icon-web.png) left no-repeat;
  padding-left: 1.5em;
}
.list-style-none {
  list-style: none;
  padding: 0;
}
.btn {
  padding: 1em;
  height: auto;
}
.btn-default {
  padding: .5em 1em;
  border: 2px solid #cccccc;
}
.btn-inline-block {
  display: inline-block;
  margin-top: 1em;
  text-align: center;
  margin-right: 1em;
  min-width: 165px;
}
.btn-block {
  display: block;
  margin: 1em 0;
  text-align: center;
  max-width: 350px;
}
.btn-primary {
  background: #00577e;
  color: white;
  border-top: 1px solid #00577e;
  border-right: 1px solid #00577e;
}
.btn-primary:hover {
  color: white;
  text-decoration: none;
  -moz-opacity: .8;
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.info {
  font-family: "Courier New", Courier, monospace;
  font-weight: bold;
  background: #00577e;
  font-size: 1em;
  border-radius: 20px;
  padding: 0 .5em;
  display: inline-block;
  margin-right: .5em;
}
.info.mas {
  color: white;
  font-size: 1em;
  padding: 0 .5em;
  border-radius: 0;
}
.info abbr {
  border-bottom: none;
}
.half-rule {
  width: 200px;
  margin: 40px auto;
}
/* header */

header {
  border-bottom: 1px solid #cdcdcd;
  overflow: hidden;
  padding-top: .5em;
  margin-bottom: 1.75em;
}
.logo {
  float: left;
  padding-bottom: .5em;
}
.content-div {
  text-align: right;
  font-size: .9em;
  overflow: hidden;
}

header .tel a {
  color: inherit;
  font-weight: bold;
}
header .tel,
header nav {
  display: inline-block;
}


/* redes sociales */

.redes-sociales {
  padding: .6em 0;
  text-align: right;
}
.text-redes {
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  padding: 0 .75em;
  vertical-align: middle;
}
.redes-sociales img {
  margin-left: 5px;
}
.redes-sociales a:hover {
  -moz-opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  opacity: .7;
}
/* fin redes sociales */

/* FOOTER */

footer {
  margin-top: 2em;
  padding: 2em 0;
  color: white;
}
footer .tel {
  background-image: url(img/phone-blanco.png);
}
footer a {
  color: white;
}
.menu-mapa li,
.direccion li {
  margin-top: .35em;
  line-height: 1.3;
}
footer a:hover {
  color: inherit;
  text-decoration: underline;
}

/* FIN FOOTER */

.presentacion .textoP{
  float: left;
  width: 70%;
  margin-top: 1em;
}
.presentacion aside {
    float: right;
    width: 25%;
    margin-top: 1.5em;
}
.presentacion aside p,
.presentacion aside h2 {
  margin-top: .5em;
  margin-bottom: .5em;
}
.presentacion aside a {
  color: inherit;
  display: block;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #cbcbcb;
}
.presentacion aside a:hover {
  text-decoration: none;
  -moz-opacity: .8;
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.titulobloque {
  text-align: center;
  color: white;
  padding: 5px;
}
.ver_mas {
  display: block;
  color: #014F94;
}

/* galerĂ­a */
.presentacion .nivo-controlNav {
  position: absolute;
  bottom: 0;
  right: 2em;
  z-index: 999;
}
.presentacion .nivo-caption {
  bottom: 4em;
}
.presentacion .nivo-caption h2,
.presentacion .nivo-caption p {
  text-align: left;
  font-family: 'Comfortaa';
  font-weight: 300;
}
.presentacion .nivo-caption h2 span {
  font-size: 1.5em;
  padding: 15px 100px 15px 15px;
  background: black;
  color: white;
  margin-left: 2em;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {
  
}
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

@media screen and (max-width: 850px){

    * {
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
  .presentacion .nivo-caption {
    display: none !important;
  }
  .main,
  .presentacion .destacados,
  .presentacion .textoP {
    width: 100%;
  }
  .main{
    padding: 0 16px;
  }
  img{
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 600px){
  .logo,
  .content-div{
    float: none;
    width: 100%;
    text-align: center;
  }
}