/* CSS Document */

/* #c23138  Es el color de fondo del sitio de WMCM*/

#pant_ingreso {
	width:100%;
	position: absolute;
}

#contenedor_ingresar {
	width: 400px;
	padding: 20px;
	background: #FFF;
	margin: 75px auto;
	border: 2px solid #888;
	border-radius: 20px;
	text-align: center;
	box-shadow: 10px 10px 25px #444;
}

#fecha_ingresar {
	text-align: center;
	font-weight: bold;
	width: 100%;
	font-family: "Franklin Gothic Medium,Franklin Gothic,ITC Franklin Gothic,Arial,sans-serif";
}

.pant1_regis_sino {
	color: white;
	background: #D66;
	border-radius: 8px;
	font-size: 12pt;
	font-weight: bold;
	border: 3px solid #F44;
	padding: 3px 4px;
	font-family: "Franklin Gothic Medium,Franklin Gothic,ITC Franklin Gothic,Arial,sans-serif";
}

.boton {
	box-shadow: 3px 3px 3px #888;
	padding: 3px 7px;
	line-height: 1.42857;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid #888;
	border-radius: 4px;
	color:#0000FF;
	font-weight: bold;
	background-color: #FFF;
	font-size:large;
	font-family: "Franklin Gothic Medium,Franklin Gothic,ITC Franklin Gothic,Arial,sans-serif";
}

.boton-hover:hover, .boton-hover:active, .boton-hover:focus {
	color: #FFF;
	background-color:#000000;
}

.boton_menu {
	display: inline-block;
	padding: 3px 7px;
	margin-left: 3px;
	margin-bottom: 0px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;     /* auto */
	border: 1px solid transparent;
	border-radius: 4px;
	color: #000;
	font-size: 11px;
	text-decoration: none;
	font-family: 'Helvetica Neue',Arial,sans-serif;

	background-color: #CCC;
	border-color: #AAA;


	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.15) inset, 0px 1px 1px rgba(0, 0, 0, 0.075);

	/* http://www.colorzilla.com/gradient-editor/ Para hacerlo compatible con la mayoria de navegadores antiguos */
	background-image: linear-gradient(to bottom, #BBB 0px, #FFF 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	background-image: -moz-linear-gradient(top, #BBB 0%, #FFF 100%); /* FF3.6-15 */
	background-image: -webkit-linear-gradient(top, #BBB 0%,#FFF 100%); /* Chrome10-25,Safari5.1-6 */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BBB', endColorstr='#FFF',GradientType=0 ); /* IE6-9 */
}

.boton_menu:hover, .boton_menu:active, .boton_menu:focus {
	background-color: #E7E7E7;
	background-image: linear-gradient(to bottom, #DDD 0px, #FFF 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	background-image: -moz-linear-gradient(top, #DDD 0%, #FFF 100%); /* FF3.6-15 */
	background-image: -webkit-linear-gradient(top, #DDD 0%,#FFF 100%); /* Chrome10-25,Safari5.1-6 */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DDD', endColorstr='#FFF',GradientType=0 ); /* IE6-9 */
}

.boton_menu:link, .boton_menu:visited {
	color: #000;
}

button::-moz-focus-inner {
    border:0;
    padding:0;
}

.titdatos_dc {
	color: #000000;
	text-align: left; 
	padding-left: 7px;
	font : 11pt Arial Narrow, Arial, Agency FB;
}

.datos_dc {
	color:#D44;
	font-weight:bold; 
	font : Arial Narrow, Arial, Agency FB;
	font-size:medium;
/*	white-space: nowrap;
    overflow:hidden; */
}

.dc_tablas td:nth-child(1) {
	width: 85px;
}

.dc_tablas td:nth-child(2) {
	width: 155px;
}

.dc_tablas td:nth-child(3) {
	width: 95px;
}

.dc_tablas td:nth-child(4) {
	width: 145px; 
}

.dc_fecha_act {
	background: #FFF;
	color: #D44;
	text-align: center;
	font-weight:bold; 
	font-size: x-large;
}

.dc_fecha_sig {
	background: #F0F0F0;
	color: #D44;
	text-align: center;
	font-weight:bold; 
	font-size: x-large;
}

.dc_flecha_izqoff {
	color: #9F9F9F;
	text-align: center;
	font-size: smaller;
}

.dc_flecha_derizq  {
	text-align: center;
	font-size: smaller;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.dc_flecha_derizq  a {
	color: #3B3C3B;       /* #009900 */
}

.dc_namedia {
	padding: 3px 0px;
	text-align: center;
	white-space: nowrap;
	color: #FFF;
	vertical-align: middle;
	font-size: 11px;
	text-decoration: none;
	font-family: 'Helvetica Neue',Arial,sans-serif;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.75);

}

.dc_namedia_c1 {
	background: rgb(102,0,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(102,0,0,1) 0%, rgba(140,78,78,1) 50%, rgba(102,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(102,0,0,1) 0%,rgba(140,78,78,1) 50%,rgba(102,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(102,0,0,1) 0%,rgba(140,78,78,1) 50%,rgba(102,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#660000', endColorstr='#660000',GradientType=0 ); /* IE6-9 */
}

.dc_namedia_c2 {
	background: rgb(96,96,96); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(96,96,96,1) 0%, rgba(144,144,144,1) 50%, rgba(96,96,96,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(96,96,96,1) 0%,rgba(144,144,144,1) 50%,rgba(96,96,96,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(96,96,96,1) 0%,rgba(144,144,144,1) 50%,rgba(96,96,96,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606060', endColorstr='#606060',GradientType=0 ); /* IE6-9 */
}


.dc_namedia_c3 {
	background: rgb(37,54,99); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(37,54,99,1) 0%, rgba(99,114,153,1) 50%, rgba(37,54,99,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(37,54,99,1) 0%,rgba(99,114,153,1) 50%,rgba(37,54,99,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(37,54,99,1) 0%,rgba(99,114,153,1) 50%,rgba(37,54,99,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#253663', endColorstr='#253663',GradientType=0 ); /* IE6-9 */
}

.dc_dianormal {
	background-color: #CFFFEC;        /* #E0E0E0 #BFBFBF  hsl(0,0%,75%);   */
}
.dc_dianormal a {
	color: #707070;
}
.dc_dianormal a:hover {
	color: #000000;
}

.dc_turnosxdia {
	background-color: #FEFFBF;         /* #696969  hsl(0,0%,41%);  */
	color: #FF5900;                    /*#FFFFFF */
}
.dc_turnosxdia a {
	color: #FF5900;                    /*#FFFFFF */
}
.dc_turnosxdia a:hover {
	color: #000000;
}

.dc_noatiende {
	background-color: #DFDFDF;         /* #EBEBEB  hsl(0,0%,92%);  */
	color: #000000;
	font-size: 0.8em;    /* EN EL PROGRAMA DICE FONT-SIZE=-2   ( 1.0em ES LA BASE  0.2 LO QUE RESTA QUEDA ENTONCES 0.8em , SI LO SUMARA QUEDARIA 1.2 em )  */
}

.dc_sobreturnos {
	background-color: #FFDFDF;         /* #949494  hsl(0,0%,58%);  */
	color: #FF0000;                    /*#000000 */
}
.dc_sobreturnos a {
	color: #000000;
}
.dc_sobreturnos a:hover {
	color: #FF00FF;                  /*#FFFFFF */
}

.dc_dianohabil {
	background-color: #424242;          /*   hsl(0,0%,26%);  */
	color: #FFFFFF;
}

.dc_nrodia {
	color: #707070;
	font-size: large; 
}

.dc_nrodiadf {
	color: #FF0000;
	font-size: large; 
}

.dc_dianormaldf {
	background-color: #CFFFEC;           /*  #BFBFBF hsl(0,0%,75%);  */
	color: #FF0000;
}
.dc_dianormaldf a {
	color: #FF0000;
}
.dc_dianormaldf a:hover {
	color: #FFFFFF;
}

.dc_turnosxdiadf {
	background-color: #696969;            /* #696969  hsl(0,0%,41%);  */
	color: #FF0000;
	font-size: 0.8em;    /* EN EL PROGRAMA DICE FONT-SIZE=-2   ( 1.0em ES LA BASE  0.2 LO QUE RESTA QUEDA ENTONCES 0.8em , SI LO SUMARA QUEDARIA 1.2 em )  */
}
.dc_turnosxdiadf a {
	color: #FF0000;
}
.dc_turnosxdiadf a:hover {
	color: #FFFFFF;
}


