@charset "utf-8";
/* CSS Document */
a{
	text-decoration:none;
	}
#banner {
	background-color:#e5e5e5;
	height: 77px;
	font-size: 40px;
	line-height: 77px;
	vertical-align: middle;
	color: #0c63b0;
	padding-left: 20px;
}
body{
	margin-left:0;
	margin-top:0;
	}
.background_azul{
	background-color:#d9e9f6;
	}
.cuerpo_central1 {
	width: 700px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	margin-top: 30px;
	margin-bottom: 20px;
	border-color:#DDD;
/*	background-color:#E9E9E9; */
}
.celda_ingreso_info{
	background-color:#FFF; 
	border-radius:5px; 
	width:150px; 
	font-size:18px; 
	padding-left:10px; 
	color:#666; 
	border:thin; 
	border-color:#CCC; 
	border-style:solid;
}
.celda_despliegue{
	font-size:10px; 
	width:300px; 
	height:20px;
	}
.celda_despliegue1{
	font-size:10px; 
	width:180px; 
	height:20px;
	}
.celda_despliegue2{
	font-size:20px; 
	border-radius:5px; 
	margin-top:5px;
	}
.celdabordetot{
	border-bottom:thin;
	border-bottom-style:solid;
	border-bottom-color:#999;
	height:30px;
	}

.celda_borde_tot{
	border:thin;
	border-style:solid;
	border-color:#999;
	height:30px;
	}
.celda_izquierda{
	border-bottom:thin;
	border-bottom-style:solid;
	border-bottom-color:#999;
	border-top:thin;
	border-top-style:solid;
	border-top-color:#999;
	border-left:thin;
	border-left-style:solid;
	border-left-color:#999;
}
.celda_derecha{
	border-bottom:thin;
	border-bottom-style:solid;
	border-bottom-color:#999;
	border-top:thin;
	border-top-style:solid;
	border-top-color:#999;
	border-right:thin;
	border-right-style:solid;
	border-right-color:#999;
}
	
.celdabordeizq{
	border-bottom:thin;
	border-bottom-style:solid;
	border-bottom-color:#999;
	padding-left:5px;
	}
.celda1{
	font-size:12px;
	border-bottom:thin;
	border-bottom-style:solid;
	border-bottom-color:#666;
	}
.celda3{
	border-bottom:thin;
	border-bottom-style:solid;
	border-bottom-color:#666;
	padding-left:5px;
	}
.celda4{
	border-bottom:thin;
	border-bottom-style:solid;
	border-bottom-color:#666;
	border-right:thin;
	border-right-style:solid;
	border-right-color:#666;
	padding-right:5px;
	}
.celda5{
	font-size:12px;
	width:120px;
	}
.celda6{
	border:thin; border-style:solid; border-color:#69F;
	text-align:center;
	font-size:6px;
}
.celda7{
	border:thin; border-style:solid; border-color:#FFF;
	text-align:center; background-color:#39F; color:#FFF;
}
.fondo_index{
	background-size: cover;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image:url(../images/1_fondo_login.png);
	background-repeat:no-repeat;
	}
.fondo_citas{
	background-size: cover;
	font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	background-image:url(../images/1_fondo_general.png);
	background-repeat: no-repeat;
	}
.footer{
	width: 100%;
	height: 25px;
	line-height:25px;
	vertical-align:middle;
	background:#0d2a41;
	position: fixed;
	bottom: 0;
	font-size: 10px;
	float:right;
	color:#FFF;
}
.boton{
	border-radius:5px; 
	border:none;
	background-color:#0080C6; 
	color:#FFF;
	}

/* Botones para Popup */
/* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
  background-color: green;
  color: white;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  border-radius:5px;
  width: 100%;
}

/* The popup form - hidden by default */
.form-popup {
  display: none;
/*
  position: fixed;
  bottom: 0;
  right: 15px;
*/
  border: 3px solid #f1f1f1;
}

/* Add styles to the form container */
.form-container {
  max-width: 100%;
  padding: 5px;
  background-color: grey;
}

/* Full-width input fields */
.form-container input[type=text], .form-container input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
  color: white;
  padding: 5px 5px;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}
/* Fin Botones para Popup */


.titulo{
	font-weight:bold;
}
.titulo1{
	font-weight:bold;
	text-align:center;
}
.cursorspecial
{
    cursor: pointer;
}
.pading5{
	padding-left:25px;	
}
.pestana{
	padding-top:1px;
	width:110px;	
	}
.pestana1{
	background-color:transparent; 
	border:none; 
	color:#FFF; 
	margin-top:0; 
	margin-right:0; 
	padding-top:0; 
	min-height:35px; 
	background-size:110px; 
	font-size:9px; 
	font-weight:bold;
	width:110px;
	height:37px;
	}
	
.pestana2{
	background:none; 
	border:none; 
	color:white; 
	font-size:11px	
	}
.letrapeque{
	font-size:18px;
}
.recuadro{
	border:3px; 
	border-style:solid; 
	border-color:#5B9FD6; 
	border-radius:10px; 
	width:5%;
	margin-left:2%;
	height:100px;
	overflow:auto;
	font-family:Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, sans-serif;
	font-size:18px;
	color:#069;
	background-color:#FFF;
}

.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}
.modalDialog > div {
	width: 980px;
	position: relative;
	margin: 5% auto;
	padding: 15px 15px 15px 15px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
  -webkit-transition: opacity 400ms ease-in;
-moz-transition: opacity 400ms ease-in;
transition: opacity 400ms ease-in;
}
.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
.close:hover { background: #00d9ff; }
.textotitulo{
	font-size:14px;
	}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #d9e9f6;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}
