html, body, div, span, applet, object, iframe, table, caption,
tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins,
kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
acronym, address, big, cite, code, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
    vertical-align: baseline;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

body {
    background: white;
    line-height: 1;
    color: black;
}

body {
    background: #f0f2f4 url("/public/share/BackBody.jpg") repeat-x scroll left top;
    font-family: Arial;
    font-size: 0.9em;
}
a {
    color: #0059b2;
    text-decoration: none;
}

b, strong {
    font-weight: bold!important;
}

h2, h3, h4, h5 {    
    font-weight: normal;
}
h2 {
    color: #253f66;
    font-size: 1.35em;
    margin: 15px 0;
}



.header .headerCenter h2 {
    font-weight: 300;
}

.blockConten a {
    font-family: Arial;
    font-size: 0.9em;
}

.blockConten {
    background: white none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 3px 2px #dddddd;
    margin-bottom: 20px;
    padding: 20px;
}

.footer {    
    margin: 0 auto;
    padding-top: 20px;
}

.container_12{margin-left:auto;margin-right:auto;width:960px}

/*  *** */

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

*,*:before,*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

body {
    margin: 0
}

a {
    background-color: transparent
}

a:hover {
    outline: 0
}

b,strong {
    font-weight: 500
}

img {
    border: 0
}

audio,canvas,iframe,img,svg,video {
    vertical-align: middle
}

img {
    vertical-align: middle
}

body {
    font-family: "Roboto",Arial,sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff
}

.container {
    max-width: 1200px;
    margin: 0 auto
}

a:hover,a:active {
    outline: 0
}

a {
    background: transparent;
    color: #0b4f98;
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

.container:before,.container:after {
    display: table;
    content: " "
}

.container:after {
    clear: both
}

h1,h2,h3,h4,h5,h6 {
    margin: 1em 0;
    line-height: 1.1;
    font-weight: 500
}

h2 {
    font-size: 1.75em
}

@media screen and (max-width: 1280px) {
    .container {
        width:96%
    }
	.footer {
		background: #e5eaee;
		margin: 40px auto 0 auto;
		padding: 30px
	}

	.footer p {
		margin: 0;
		font-size: .875em
	}
}


/**login.css*/

body {
  text-align: left;
  background: #f2f2f2;
}

.container_12 {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 800px) {
  .container_12 {
    width: 100%;
  }
}

.header {
  background-color: #fff;
}

.header-top {
  background: #f0f2f4;
  padding: 8px 0;
  font-size: 15px;
}

.header .headerCenter {
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 3px solid #0071bc;
}

.header .headerCenter > div {
  text-align: center;
  display: flex;
  align-items: center;
}

.header .headerCenter .logo {
  float: left;
  width: 120px;
  height: auto;
}

.header .headerCenter .logo img {
  width: 100%;
  height: auto;
}

.header .headerCenter .header-title {
  flex: 1;
  margin: 0;
  padding-right: 120px; /* ancho del logo */
}

@media screen and (max-width: 800px) {
  .logo img {
    max-width: 100px;
    height: auto;
    margin-left: 1rem;
  }

  .header .headerCenter h2 {
    padding-right: 100px;
    flex: 1;
    font-size: 1em;
    width: 100%;
  }
}

@media screen and (max-width: 580px) {
  .header .headerCenter .header-title {
    padding-right: 0;
    margin-left: 20px;
    text-align: left;
  }
}

.footer {
  width: 100%;
}

.footer-inner {
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 992px) {
  .footer-inner {
    flex-direction: column;
  }

  .footer-col {
    margin-bottom: 2rem;
  }
}

.footer a,
.footer p {
  color: #fff;
  font-size: 1rem;
}

.footer a {
  text-decoration: underline;
}

.footer {
  background-color: #00407a;
}

/* Wrapper
   ========================================================================== */

.login-wrapper {
  margin-bottom: 10rem;
}

@media screen and (max-width: 800px) {
  .login-wrapper {
    margin-bottom: 2rem;
  }
}
