/* CSS Document */
*{
	margin: 0;
	border: 0px;
	padding: 0px;
}

@font-face{
  font-family: '';
  src: url("");
}

header{
  background-color:#007D34;
}

footer{
	background:#000; 
	color:#6D6D6D;
}

.a{
	text-decoration: none;
  color: #007D34;
}

.fr-prestador{
  background-image: url("../img/prestadorw.jpg");
  text-align: center;
  height: 700px;
}

.fr-afiliado{
  background-image: url("../img/ingresow.jpg");
  text-align: center;
  height: 700px;
}

.fr-adm{
  background-image: url("../img/admin1.jpg");
  text-align: center;
  height: 700px;
}

.fr-convenio{
  background-image: url("../img/convenios.jpg");
  text-align: center;
  height: 700px;
}



.form_350{
	width: 150px;
}

.ancho_350{
  width: 350px;
}

/* Font */
.geqorgia_{
	font-family: Georgia;
	font-size: 25px;
	font-style: oblique;
	color:#001966;
}

.georgia{
	font-family: Georgia;
}


.centuryP{
	font-family: Century;
	font-size: 20px;
	font-style: oblique;
  font-weight: bold;
	color:#001966;
}

.century{
	font-family: Century;
}

.georgia_20{
	font-family: Georgia;
	font-size: 20px;
	font-style: oblique;
	
}

.scroll1 {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000033;
	height: 430px;
	width: 100%;
	overflow-y: scroll;
	line-height: 25px;
}

/* Font */
.bold {
	font-weight: bold;
}

.style{
	font-style: oblique;
}

.Tahoma {
	font-family: Tahoma;
}

.Arial {
	font-family: Arial;
}

.centuryP{
	font-family: Century;
}


/* Color */
.Negro {
	color: #000000;
}

.Blanco {
	color: #FFFFFF;
}

.Rojo {
	color: #F00926;
}

.Amarillo {
	color: #FFFF00;
}

.Gris {
	color: #444444;
}

.GrisClaro {
	color: #888888;
}

.Verde {
	color: #004000;
}

.Verde_claro {
	color:  #05B31E;
}

.Naranja_s {
	color: #e74c3c;
}

.Petroleo_s {
	color: #2980b9;
}

.Petroleo_f {
	color: #1f618d;
}

.Azul_f {
	color: #001966;
}



/* Tamaño */

.t_12{
	font-size: 12px;
}
.t_14{
	font-size: 14px;
}
.t_16{
	font-size: 16px;
}
.t_18{
	font-size: 18px;
}
.t_20{
	font-size: 20px;
}
.t_22{
	font-size: 22px;
}
.t_24{
	font-size: 24px;
}
.t_26{
	font-size: 26px;
}
.t_28{
	font-size: 28px;
}
.t_30{
	font-size: 30px;
}


/* nuevo */

#turnos{
position: fixed;
top:250px;
left: -134px;
width:200px;
border:1px solid #F0F;
background:#000;
color:#FFF;
border-radius: 10px; 
text-align: right;
height: 27px;
padding: 20px;
-webkit-transition: left .7s;
-moz-transition: left .7s;
-o-transition: left .7s;
}

sdpan{
  font-size:12px;
  color:#FFF;
  -webkit-transition: font-size .7s;
}

@media print {
  body * {
    visibility: hidden;
  }

  #area-impresion,
  #area-impresion * {
    visibility: visible;
  }

  #area-impresion {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  .no-print {
    visibility: hidden !important;
  }
}
