@charset "utf-8";

* {
  box-sizing: border-box;
}

html {
  font-family: "Lucida Sans", sans-serif;
  font-size:100%;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  padding: 15px;
}

.header {
  background-color: #9933cc;
  color: #ffffff;
  padding: 15px;
}

/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}

@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-01 {width: 8.33%;}
  .col-s-02 {width: 16.66%;}
  .col-s-03 {width: 25%;}
  .col-s-04 {width: 33.33%;}
  .col-s-05 {width: 41.66%;}
  .col-s-06 {width: 50%;}
  .col-s-07 {width: 58.33%;}
  .col-s-08 {width: 66.66%;}
  .col-s-09 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-01 {width: 8.33%;}
  .col-02 {width: 16.66%;}
  .col-03 {width: 25%;}
  .col-04 {width: 33.33%;}
  .col-05 {width: 41.66%;}
  .col-06 {width: 50%;}
  .col-07 {width: 58.33%;}
  .col-08 {width: 66.66%;}
  .col-09 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}

p {
  font-size: 1em; /* 1em = 16px */
}

h1 {
  font-size: 2em; /* 2em = 32px */
  text-align: center;
}

h2 {
  font-size: 1.5em; /* 2em = 32px */
  text-align: center;
}

h3 {
  font-size: 1em; /* 2em = 32px */
  text-align: center;
}


caption {
	font-size:1.5em;
	font-weight:bold;
}

#invisible {
	visibility: hidden;
}
   	

   ul.alltogether {
	list-style-type:none;
	margin:0;
	padding:0;
	display:inline;
	}

   li.fijo {
	float:left;
	}

   li.varia {
	display:inline;
	}

   div.etiqueta {
	display:inline;
	float:left;
	width:135px;
	}

   table, th, tr, td {
   	text-decoration:none;
   	vertical-align: top;
   	border-collapse:collapse;
   	}

   th {
   	text-align:center;
   	text-decoration:none;
   	}

.cmds {
/*	display:inline-block;*/
	color:white;
	height:6em;
	width: 70%;
	background-color:#542772;
	font-weight:bold;
	text-align:center;
	vertical-align: middle;
	padding:6px;
/*	margin:6px;*/
	margin-left: auto;
	margin-right: auto;

	border:4px solid;
	border-color:#6facc6;
	border-radius:10px;
	}

.cmds:hover {
	color:#542772;
	background-color:#f0ecf8;
	font-weight:bold;
	}

   a a:link, a:visited {
   	font-weight:normal;
   	text-decoration:none;
   	}

   a:hover, a:active {
   	font-weight:bold;
   	text-decoration:none;
   	}	

   a.fijo, a.fijo:link, a.fijo:visited {
	display:block;
	color:#FFFFFF;
	background-color:#542772;
	font-weight:normal;
	width:50px;
   	font-style:italic;
   	text-align:center;
   	text-decoration:none;
   	padding:2px;
   	margin:2px;
   	border:2px solid #6facc6;
	border-radius:4px;
   	box-shadow: 2px 2px 1px darkgray;

	}

   a.varia, a.varia:link, a.varia:visited {
	position:relative;
	display:block;
	float:left;
	overflow:hide;
   	font-weight:bold;
   	font-style:italic;
   	text-align:center;
   	text-decoration:none;
   	color:#FFFFFF;
   	background-color:#542772;
   	padding:2px;
   	margin:2px;
   	border:2px solid #6facc6;
   	box-shadow: 2px 2px 1px darkgray;
}

   a.fijo:hover, a.fijo:active, a.varia:hover, a.varia:active {
	background-color:#f0ecf8;
	color:#542772;
	font-weight:bold;
}

select {
	font-weight: normal;
	font-size: 100%;
	width:100%;
}
/*
select:hover {
	border: 4px solid #542772;
}
*/
textarea, input[type="text"], input[type="file"], input[type="password"]  {
	font-family:Helvetica,Arial,sans-serif;
	font-weight: normal;
	font-size: 100%;
	text-decoration:none;
	width:100%;
}
/*
textarea:hover, input[type="text"]:hover, input[type="file"]:hover, input[type="password"]:hover  {
	border: 4xp solid #542772;
}
*/
input[type="submit"], input[type="button"], input[type="reset"], input[type="file"]  {
	position:relative;
	display:block;
	float:left;
	overflow:hide;
   	font-weight:bold;
   	font-size:100%;
   	text-align:center;
   	text-decoration:none;
   	color:#FFFFFF;
   	background-color:#542772;
   	padding:2px;
   	margin:2px;
   	border:2px solid #6facc6;
	border-radius:4px;
   	box-shadow: 2px 2px 1px darkgray;
}

input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="file"]:hover {
	background-color:#f0ecf8;
	color:#542772;
	font-weight:bold;
}

input[type="submit"]:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="file"]:disabled {
	background-color:lightgrey;
	color:darkgray;
	border-color:#6facc6;
	}
	
.center {
	margin-left: auto;
	margin-right: auto;
}

.invisible {
	position: absolute;
	top: 50px;
	left: 50px;
	z-index: 10;
	padding: 6px;
	visibility: hidden;
	border: 1px solid #CCCCCC;
	background-color: #F9F9F9;
}

.invisible:hover {
	visibility: hidden;
	}

.invisible div {
	padding: 2px;
	}

.invisible div.buttons {
	margin-top: 4px;
	}

#dlg {
	position: absolute;
	overflow: hidden;
	top: 50px;
	left: 100px;
	width: 600px;
	height: 200px;
	z-index: 10;
	padding: 6px;
	visibility: hidden;
	background-color: palegreen;
	text-align:center;
	padding:0;
	padding-top:3px;
	padding-bottom:4px;
	border:1px solid #ffffff;
	outline:5px solid palegreen;
	
	}

#mensaje {
	position: absolute;
	overflow: auto;
	top: 50px;
	left: 100px;
	width: 600px;
	height: 200px;
	z-index: 10;
	padding: 6px;
	visibility: hidden;
	background-color: palegreen;
	text-align:center;
	padding:0;
	padding-top:3px;
	padding-bottom:4px;
	border:1px solid #ffffff;
	outline:5px solid palegreen;
	}
	
#doc1, #doc2, #doc3, #doc4 {
	visibility: hidden;
	}

.box-5  {width:calc(5% - 8px);}
.box-10 {width:calc(10% - 8px);}
.box-15 {width:calc(15% - 8px);}
.box-20 {width:calc(20% - 8px);}
.box-25 {width:calc(25% - 8px);}
.box-30 {width:calc(30% - 8px);}
.box-35 {width:calc(35% - 8px);}
.box-40 {width:calc(40% - 8px);}
.box-45 {width:calc(45% - 8px);}
.box-50 {width:calc(50% - 8px);}
.box-55 {width:calc(55% - 8px);}
.box-60 {width:calc(60% - 8px);}
.box-65 {width:calc(65% - 8px);}
.box-70 {width:calc(70% - 8px);}
.box-75 {width:calc(75% - 8px);}
.box-80 {width:calc(80% - 8px);}
.box-85 {width:calc(85% - 8px);}
.box-90 {width:calc(90% - 8px);}
.box-95 {width:calc(95% - 8px);}
.box-100{width:calc(100% - 8px);}

[class^="box"] {
	vertical-align:top;
	display:inline-block;
	margin:0px;
	padding:4px;
	border:0px;
}

.aviso {
	position: relative;
	font-family:times;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	overflow:auto;
}

.aviso .bold {
	font-weight:bold;
}

.aviso .italic {
	font-style:italic;
}

.aviso .underline {
	text-decoration:underline;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #542772;
  color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
  padding: 2px 16px;
  background-color: #542772;
  color: white;
}

.page {
	display:none;
}