@import url(http://fonts.googleapis.com/css?family=Open+Sans:300);

*{
	border: 0;
	margin: 0;
	padding: 0;
}

::selection{
	background: rgba(33,33,33,.5);
	color: rgba(255,255,255,1);
}

body{
	background: #000 url(../img/fondo-content.png);
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
}

a{
	text-decoration: none;
}

fieldset{
	/*border: .1em solid #F60;*/
	border-top: .1em solid #F60;
	border-right: .1em solid #F60;
	border-bottom: .1em solid #F60;
	border-left: .1em solid #F60;
	border-radius: .5em;
	padding: 1em;
}

legend{
	color: #F90;
	width: none;
	font-size: 1.2em;
	font-weight: bold;
	border:0;
}

table label, th{
	color: #FFF;
}

table td{
	color: #F90;
}

.logoimg{
	max-width: 33%;
}

#baner{
	width: 100%;
	display: flex;
}

#logo, #titulo, #perfil{
	background: url(../img/fondo-header.png);
	display: inline-block;
	text-align: left;
	width: 17%;
	vertical-align: middle;
}

#titulo{
	width: 66%;
}

#titulo h1{
	padding-top: 10px;
	font-weight: bold;
	font-size: 2em;
	text-align: center;
	color: #0869ae;
}

#perfil{
	font-size: 1.25em;
	text-align: right;
	width: 17%;
}

#perfil li{
	border-right: thin solid #F60;/*#57ABB8;*/
	display: inline;
	padding: 0 .5em;
}

#perfil li:last-child{
	border: 0;
}

#perfil li a{
	font-size: 0.9em;
	color: #286090; /*Color Azul PROSALUD*/
	font-weight: bold;
	padding: .25em;
}

#perfil li a:hover{
	background: #286090; /*Color Azul PROSALUD*/
	border-radius: .25em;
	color: #FFF;
}

#header, #footer{
	width: 100%;
	border-bottom: thin solid #57ABB8;
}
#header{
	background: #C6ECF9 url(../img/fondo-header.png);
}

#article h3{
	font-weight: bold;
	font-size: .9em;
	text-align: center;
	color: #F60;
	padding-top: .85em;
	margin-bottom: .75em;
}

#footer{
	background: #C6ECF9 url(../img/fondo-header.png);
	border-top: thin solid #57ABB8;
	border-bottom: thin solid #57ABB8;
	text-align: center;
}

#footer a{
	color: #286090; /*Color Azul PROSALUD*/
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover{
	color: #F60;
}

#footer span:last-child{
	display: block;
}

/*Menu*/

.navegacion{
	background: url(../img/fondo-header.png);	
	margin: 0 auto;
	padding: .35em .35em;
}

.navegacion ul{
	text-align: center;
	list-style: none;
}
.menu > li{
	border-right: thin solid #F60;/*#57ABB8;*/
	text-align: center;
	position: relative;
	display: inline-block;
	padding: 0.35rem;
	transition: all .25s ease-out;
	width: 8%;
}
.menu > li:last-child{
	border: 0;
}

.menu > li > a {
	font-size: 1em;
	color: #286090; /*Color Azul PROSALUD*/
	font-weight: bold;
}

.menu > li > b {
	font-size: 1.05em;
	color: #286090; /*Color Azul PROSALUD*/
	font-weight: bold;
}

.menu > li:hover{
	background: #286090; /*Color Azul PROSALUD*/
	color: #FFF;
	border-radius: .25em;
	cursor: pointer;
}

.menu > li:hover > a{
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}

.menu > li:hover > b{
	font-weight: bold;
	color: #FFF;
}

.submenu{
	position: absolute;
	top: 2.50rem;
	left: 0.75rem;
	/*display: none;*/
	padding: 1rem;
	list-style-type: none;
	background: url(../img/fondo-header.png);
	color: #286090; /*Color Azul PROSALUD*/
	visibility: hidden;
	transition: all 1s ease-out;
	opacity: 0;
	font-weight: bold;
	font-size: 1.05em;
}

.submenu > li > a{
	color: #286090; /*Color Azul PROSALUD*/
}

.menu > li:hover > .submenu{
	visibility: visible;
	opacity: 1;
}

.submenu > li {
	padding: .75rem;
	transition: all .25s ease-out;
}

.submenu > li:hover {
	border-radius: .25em;
	background-color: #286090; /*Color Azul PROSALUD*/
}

.submenu > li:hover > a  {
	color: #FFF;
}

/*------------------------*/

#contenido{
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	padding-bottom: 2em;
	width: 100%;
}

#principal{
	width: 96%
}

#login{
	width: 40%
}

.servicios-acerca{
	background: #286090; /*Color Azul PROSALUD*/
	border-radius: .5em;
	color: #FFF;
	margin: 1em auto;
	padding: 1em;
	text-align: left;
	word-wrap: break-word;
}

.fijo{
	bottom: 0;
	position: fixed;
}

.text{
	background: #EEE;
	border-radius: .25em;
	color: #F60;
	font-size: 1em;
	padding: .25em;
}

.text:focus{
	background: #C6ECF9;
}

.div{
	margin: .5em;
}

.boton{
	background: #F90;
	border-radius: 0 .25em;
	color: #500;
	font-family: "chalet";
	font-size: 1.25em;
	padding: .25em;
	-ms-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}

.boton:hover{
	background: #7BBFD5;
	border-radius: .25em 0;
	color: #000;
	cursor: pointer;
	-ms-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}

/*Botones Bootstrap*/

.btn {
  display: inline-block;
  padding: 3px 6px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-secondary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
  }
  
  .btn-secondary:hover {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62;
  }
  
  .btn-secondary:focus, 
  .btn-secondary.focus {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62;
	box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
  }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-info {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}
  
.btn-info:hover {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b;
}
  
.btn-info:focus, 
.btn-info.focus {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b;
	box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-light {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
  }
  
  .btn-light:hover {
	color: #212529;
	background-color: #e2e6ea;
	border-color: #dae0e5;
  }
  
  .btn-light:focus, 
  .btn-light.focus {
	box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  }
  

/*-----------------------*/

.cien
{
	width: 100%;
}

.noventacinco
{
	width: 95%;
}

.noventa
{
	width: 90%;
}

.ochenta
{
	width: 80%;
}

.sesenta
{
	width: 60%;
}

.cuarenta
{
	width: 40%;
}

.cincuenta
{
	width: 50%;
}

.treinta
{
	width: 30%;
}

.veinte
{
	width: 20%;
}

.diez
{
	width: 10%;
}

.siete
{
	width: 7%;
}

.cinco
{
	width: 5%;
}

.tabla {
	width: 100%;
  	background: #FFF;
	border-collapse: collapse;
}
.tr {
	border-bottom: 1px solid #ccc;
}

.th {
	color: #000;
	font-weight: bold;
	border: 1px solid #ccc;
	padding: .3em;
	background-color: #E5E8E8;
}

.td{
	color: #F60;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding: .25em; 
}

.checkbox{
	width: 4em;
    height: 1.3em;
    border-radius: 50%;
}

/*Galeria de Imagenes*/
.galeria {
	width: 100%;
	margin: auto;
	list-style: none;
	padding: 20px;
	box-sizing: border-box;

	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.galeria li {
	margin: 5px;
}

.galeria img {
	width: 350px;
	height: 300px;
}

.modal {
	position:fixed;
	background: rgba(0,0,0,0.8);
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;

	display: flex;
	justify-content: center;
	align-items: center;
}

.modal__img {
	width: 55%;
}

.modal__buttons {
	width: 100%;
	position: absolute;
	top: 10px;
}

.button__cerrar {
	float: right;
}
.button__eliminar {
	float: left;
}

.modal__button {
	width: 50px;
	height: 50px;
	color: #FFF;
	font-weight: bold;
	font-size: 25px;
	font-family: monospace;
	line-height: 50px;
	text-align: center;
	background: red;
	border-radius: 50%;
	cursor: pointer;

	position: absolute;
	right: 10px;
	top: 10px;
}
/*********************/