/*
	HTML5 Reset :: estilo.css
*/

html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
/* Diseño general
-------------------------------------------------------------------------------*/
body {
  background-color: #eeeeee;
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}
.encabezado h1 {
  font-size: 22px;
  padding-top: 1em;
  text-align: center;
  text-transform: uppercase;
}
h1,
h2 {
  font-size: 1em;
}
section {
  padding-left: 10px;
}
ul {
  padding-left: 2.5em;
  margin-bottom: 10px;
}
p {
  margin-bottom: 10px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
}
aside {
  width: 100%;
}
aside > section > header {
  background-color: #2ac7e1;
  color: white;
  margin-bottom: 10px;
  padding: 1px 0 1px 10px;
  /*padding-left: 10px;*/
  text-transform: uppercase;
}
aside > section {
  margin-top: 5px;
  margin-right: 5px;
  padding: 5px 0;
}
footer {
  background-color: #8bc1e5;
  color: #272822;
  line-height: 50px;
  margin-top: 10px;
}
footer div {
  padding-left: 10px;
  font-size: 0.75em;
  text-align: left;
}
/* Menú
-------------------------------------------------------------------------------*/

#menu {
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#menu li {
  float: left;
  margin: 0 -15px 0 0;
}
#menu a {
  float: left;
  position: relative;
  padding: 0 25px;
  height: 0;
  line-height: 30px;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  border-right: 30px solid transparent;
  border-bottom: 30px solid #3d3d3d;
  border-bottom-color: #777777;
  opacity: .3;
  filter: alpha(opacity=30);
}
#menu a:hover,
#menu a :focus {
  border-bottom-color: #2ac7e1;
  opacity: 1;
  filter: alpha(opacity=100);
}
#menu a:focus {
  outline: 0;
}
#menu #actual {
  z-index: 3;
  border-bottom-color: #3d3d3d;
  opacity: 1;
  filter: alpha(opacity=100);
}
nav {
  border-bottom: 2px solid #3d3d3d;
}
/* Contenido
-------------------------------------------------------------------------------*/

.cnPrincipal {
  background-color: white;
  margin: 0 auto;
  max-width: 1000px;
  padding-bottom: 10px;
  text-align: center;
}
.contenido {
  display: inline-block;
  padding-right: 5px;
  vertical-align: top;
}
aside {
  display: inline-block;
  vertical-align: top;
}
/* Formulario
-------------------------------------------------------------------------------*/

.contacto {
  background-color: #dfdfdf;
  border-radius: 10px;
}
.contacto > header {
  background-color: #dfdfdf;
  color: black;
}
/* Generales
-------------------------------------------------------------------------------*/

.titulo {
  color: #3d5c75;
  font-size: 1em;
  font-weight: bold;
}
.negritas {
  font-weight: bold;
}
.centrar {
  text-align: center;
}
.izquierda {
  text-align: left;
}
.derecha {
  text-align: right;
}
.resaltar {
  font-size: 1.5em;
}
.resaltar a {
  text-decoration: none;
  color: #272822;
}
.sinBorde {
  border: none;
}
.responsiva {
  width: 100%;
}
/* Mini Galería Aside
-------------------------------------------------------------------------------*/

#miniGaleriaAside,
#miniGaleria {
  text-align: center;
}
#miniGaleriaAside ul,
#miniGaleria ul {
  list-style: none;
  padding: 0;
}
#miniGaleriaAside ul li,
#miniGaleria ul li {
  display: inline-block;
}
/* Revista
-------------------------------------------------------------------------------*/

.sinLista {
  list-style: none;
  margin: 0;
  padding: 0;
}
.leyendas {
  font-size: 12px;
}
.button {
  border: 0;
  border-top: 1px solid #96d1f8;
  background: #65a9d7;
  background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
  background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
  background: -moz-linear-gradient(top, #3e779d, #65a9d7);
  background: -ms-linear-gradient(top, #3e779d, #65a9d7);
  background: -o-linear-gradient(top, #3e779d, #65a9d7);
  padding: 4.5px 9px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: black 0 1px 0;
  -moz-box-shadow: black 0 1px 0;
  box-shadow: black 0 1px 0;
  text-shadow: rgba(0, 0, 0, 0.4) 0 1px 0;
  color: white;
  font-size: 13px;
  font-family: Helvetica, Arial, Sans-Serif;
  text-decoration: none;
  vertical-align: middle;
  margin-bottom: 1em;
}
.button:hover {
  border-top-color: #28597a;
  background: #28597a;
  color: #cccccc;
  cursor: pointer;
}
.button:active {
  border-top-color: #1b435e;
  background: #1b435e;
}
input.parsley-success,
textarea.parsley-success {
  color: #468847 !important;
  background-color: #dff0d8 !important;
  border: 1px solid #d6e9c6 !important;
}
input.parsley-error,
textarea.parsley-error {
  color: #b94a48 !important;
  background-color: #f2dede !important;
  border: 1px solid #eed3d7 !important;
}
ul.parsley-error-list {
  font-size: 11px;
  margin: 2px;
  list-style-type: none;
}
ul.parsley-error-list li {
  line-height: 11px;
}
/***********************/

.loading {
  text-align: center;
  color: #3d3d3d;
  font-weight: bold;
  font-size: 2em;
  opacity: 0.3;
}
/* Media Querys
-------------------------------------------------------------------------------*/

@media only screen and (min-width: 480px) {
  .contenido {
    display: block;
    margin: 0 auto;
  }
  aside {
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1000px) {
  .contenido {
    display: inline-block;
    width: 650px;
  }
  aside {
    display: inline-block;
    width: 325px;
  }
}
