﻿
html,
body {
  min-width: 200px;
  /*padding-left: 5px;
  padding-right: 5px;*/
}

body {
  padding-top: 50px;
  padding-bottom: 20px;
}


body {
  color: #313131;
  font-family: 'Open Sans';
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
/*.body-content {
  padding-left: 15px;
  padding-right: 15px;
}*/

/* Set widths on the form inputs since otherwise they're 100% wide */
/*input,
select,
textarea {
    max-width: 280px;
}*/


* {
  margin: 0;
}

html, body {
  height: 99%;
}

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -40px; /* the bottom margin is the negative value of the footer's height */
}

/* .push must be the same height as .footer */
/*.footer, .push {
  height: 40px; 
}*/


#footer {
  width: 100%;
  background-color: #C0C0C0;
}
 
  /*height: 40px;
  position: fixed;
  clear: both;
  bottom: 0;
  margin-top: 2px;
  left: 0;
  color: gray;
  background-color: white;
  text-align: center;
  margin-bottom: 0px;*/



/* --------------- PROPIOS ------------------------ */

/* Titulo */
.imagenTitulo {
  vertical-align: middle;
  max-height: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin: 0;
  border: 0;
  display: inline-block;
}


/* Cabecera */
.textoTitulo {
  color: #313131;
  font-family: 'Open Sans';
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 30px;
  box-sizing: border-box;
  display: block;
  -webkit-margin-before: 0.40em;
  -webkit-margin-after: 0.40em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}


.textoError {
  color: firebrick;
}

/* ------------------------------------------------ */




/* Carousel */
.carousel-caption p {
  font-size: 20px;
  line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
  width: 100%;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
  /* Hide captions */
  .carousel-caption {
    display: none;
  }
}
