/*!
 * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/template-overviews/simple-sidebar)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-simple-sidebar/blob/master/LICENSE)
 */
/*
 @font-face{ 
	font-family: 'UmaFont';
  src: url('malacitana-sans-regular-webfont.woff2') format('woff2'),
  url('malacitana-sans-regular-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
 }

*/
body {
  overflow-x: hidden;
  margin: 5%;
  background: #c5c5f73a;
  background-image: url("../img/uma.jpg");
  background-repeat: repeat;
  /*font-family: 'UmaFont', Arial, sans-serif;*/
}


html {
  font-size: 100%; /* 100% = 16px */
  font-family: 'UmaFont', Arial, sans-serif;
}
p {
  font-size: 1em; /* 1em = 16px */
}

.container {
  margin-top: 20px;
  background: #babafcbc;
  border: 1px solid #E0E0E0;
  padding: 15px;
  -moz-border-radius: 20px;
  -khtml-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.intermedia {
  margin-top: 20px;
  background: #e6e6fdc5;
  border: 1px solid #b9b8b8;
  padding: 15px;
  -moz-border-radius: 20px;
  -khtml-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}



h1 {
  color: #6c2eb9;
  font-weight: normal;
  font-size: 1.4em;
  font-family: Arial;
}
h2 {
  color: #3c1b66;
  font-weight: normal;
  font-size: 1.3em;
  font-family: Arial;
}
h3 {
  color: #443963;
  font-weight: normal;
  font-size: 1.2em;
  font-family: Arial;
}

div.soluciones {
display: inline-block; 
font-family: Courier;
  color: rgb(158, 64, 64);
}
.clearBoth { clear:both; }


input{
  border-radius: 8px;
}

div.respuesta
{
	  margin-top: 10px;
	  margin-bottom: 10px;
    background: #CCCCFC;
    border: 1px solid #E0E0E0;
    padding: 10px;
	display: inline-block; 
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

