@charset "utf-8";
/* CSS Document */

body{
	
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:14px;
background: #ccc; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #ffffff 14%, #cccccc 75%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(14%,#ffffff), color-stop(75%,#cccccc)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 14%,#cccccc 75%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  #ffffff 14%,#cccccc 75%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  #ffffff 14%,#cccccc 75%); /* IE10+ */
background: radial-gradient(ellipse at center,  #ffffff 14%,#cccccc 75%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
position:relative;
height:100%;
margin:0;
overflow-x:hidden; 
overflow-y:hidden; 
	
	}
	
.cont_login{
	   margin: 0 auto;
    width: 85%;
	}	
	
	
#mensaje h2 {
    color: #cc0000;
    font-size: 3em;
    margin: 5px 0;
    text-align: center;
}	
	
.imagenito{
  margin-right: 5px;
	}	
	
.teclitas {
    right: 78px !important;
    top: 136px !important;
}	
	
.letrero {
    left: 306px !important;
    width: 77% !important;
}
	
.aviso02 {
       width: 330px !important;
}	
	
#simplemodal-container h2{
	color: #CC0000;
    font-size: 3em;
    margin: 5px 0;
    text-align: center;
	}
	
	

.buttons{
margin: 0 auto;
    text-align: center;
    width: 42%;
	}

.buttons .yes{
		background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #A80303),
	color-stop(1, #570000)
);
background-image: -o-linear-gradient(bottom, #A80303 0%, #570000 100%);
background-image: -moz-linear-gradient(bottom, #A80303 0%, #570000 100%);
background-image: -webkit-linear-gradient(bottom, #A80303 0%, #570000 100%);
background-image: -ms-linear-gradient(bottom, #A80303 0%, #570000 100%);
background-image: linear-gradient(to bottom, #A80303 0%, #570000 100%);
border:1px solid #570000;
color:#fff;
background-color: #CCCCCC;
    border-radius: 5px;
    display: inline-block;
      font-size: 1.5em;
    padding: 10px;
	cursor:pointer;
		margin:0 5px;
	}	

.buttons .no{
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #71A803),
	color-stop(1, #4D6E06)
);
background-image: -o-linear-gradient(bottom, #71A803 0%, #4D6E06 100%);
background-image: -moz-linear-gradient(bottom, #71A803 0%, #4D6E06 100%);
background-image: -webkit-linear-gradient(bottom, #71A803 0%, #4D6E06 100%);
background-image: -ms-linear-gradient(bottom, #71A803 0%, #4D6E06 100%);
background-image: linear-gradient(to bottom, #71A803 0%, #4D6E06 100%);
border:1px solid #4D6E06 ;
color:#fff;
    display:inline-block;
	background-color:#ccc;
	 border-radius: 5px;
	  font-size: 1.5em;
    padding: 10px;
	cursor:pointer;
	margin:0 5px;
	}	
	

#mensaje_info{
  color: #ff4000;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: bold;
    left: 44px;
    position: absolute;
    text-shadow: 1px 1px 0 rgba(250, 250, 250, 0.8);
    top: 125px;
    width: 191px;
	}	
	
	.yellow{
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #FFAE00),
	color-stop(1, #FF7700)
);
background-image: -o-linear-gradient(bottom, #FFAE00 0%, #FF7700 100%);
background-image: -moz-linear-gradient(bottom, #FFAE00 0%, #FF7700 100%);
background-image: -webkit-linear-gradient(bottom, #FFAE00 0%, #FF7700 100%);
background-image: -ms-linear-gradient(bottom, #FFAE00 0%, #FF7700 100%);
background-image: linear-gradient(to bottom, #FFAE00 0%, #FF7700 100%);
   border: 1px solid #ff7700;
    border-radius: 5px;
    color: #ffffff;
    float: left;
    font-family: tahoma;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 23px;
    margin-left: 8px;
    padding: 5px;
    text-align: center;
    width: 95%;
	}	
	
	
.probando {
    border-radius: 5px;
    clear: both;
    color: #333333;
    font-family: tahoma;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 20px;
    padding: 2px 20px;
    text-align: justify;
    width: 91%;
}
	
img.imagenito{
  width: 9%;
	}
	
	
#simplemodal-container{
  background-color: #EEEEEE !important;
    height: 390px !important;
    overflow: hidden !important;
    width: 630px !important;
	}	
	
#simplemodal-container a.modalCloseImg{
	 background-image: none !important;
    overflow: hidden !important;
    right: -27px !important;
	}		
	
#contenido{}	
	
#tiras01{
    background-image: url("../images/tira01.png");
    background-repeat: no-repeat;
    height: 399px;
    left: 0;
    position: absolute;
    top:18%;
    width: 984px;
    z-index: -5;
		transition-duration: 3s;
-moz-transition-duration: 3s; /* Firefox 4 */
-webkit-transition-duration: 3s; /* Safari and Chrome */
-o-transition-duration: 3s; /* Opera */ 
	}
	
	
	
.tira01{
  animation: left_tira ease-out 0.8s;
  animation-iteration-count: 1;
  transform-origin: 0% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: left_tira ease-out 0.8s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 0% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: left_tira ease-out 0.8s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 0% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: left_tira ease-out 0.8s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 0% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: left_tira ease-out 0.8s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 0% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}

@keyframes left_tira{
  0% {
    transform:  translate(-48px,1px)  ;
  }
  100% {
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes left_tira{
  0% {
    -moz-transform:  translate(-48px,1px)  ;
  }
  100% {
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes left_tira {
  0% {
    -webkit-transform:  translate(-48px,1px)  ;
  }
  100% {
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes left_tira {
  0% {
    -o-transform:  translate(-48px,1px)  ;
  }
  100% {
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes left_tira {
  0% {
    -ms-transform:  translate(-48px,1px)  ;
  }
  100% {
    -ms-transform:  translate(0px,0px)  ;
  }
}	

#tiras02{
    background-image: url("../images/tira05.png");
    background-repeat: no-repeat;
    height: 399px;
    right: 0;
    position: absolute;
    top: 27%;
    width: 984px;
    z-index: -5;
		transition-duration: 3s;
-moz-transition-duration: 3s; /* Firefox 4 */
-webkit-transition-duration: 3s; /* Safari and Chrome */
-o-transition-duration: 3s; /* Opera */ 
	}	
	

.tira02{
  animation: right_tira ease-out 0.8s;
  animation-iteration-count: 1;
  transform-origin: 100% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: right_tira ease-out 0.8s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 100% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: right_tira ease-out 0.8s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 100% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: right_tira ease-out 0.8s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 100% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: right_tira ease-out 0.8s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 100% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}

@keyframes right_tira{
  0% {
    transform:  translate(28px,0px)  ;
  }
  100% {
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes right_tira{
  0% {
    -moz-transform:  translate(28px,0px)  ;
  }
  100% {
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes right_tira {
  0% {
    -webkit-transform:  translate(28px,0px)  ;
  }
  100% {
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes right_tira {
  0% {
    -o-transform:  translate(28px,0px)  ;
  }
  100% {
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes right_tira {
  0% {
    -ms-transform:  translate(28px,0px)  ;
  }
  100% {
    -ms-transform:  translate(0px,0px)  ;
  }
}

.olvidon {
    clear: both;
    color: #36b2e1;
    float: left;
    font-size: 12px;
    left: 0;
    text-decoration: underline;
}		
	
	
	
/*#cont_global{
background-image: url("../images/login_dv03.png");
    background-repeat: no-repeat;
    height: 293px;
      left: 28%;
    margin: 0 auto;
    position: absolute;
    top: 28%;
    width: 574px;
	}	*/
	

#cont_global{
   background-color: #fff;
    background-image: url("../images/fnd_login_sesion.jpg");
    background-position: center bottom;
    background-repeat: repeat-x;
    border-radius: 19px;
    box-shadow: 2px 2px 5px #666;
    height: 366px;
    margin: 120px auto 0;
    position: relative;
    width: 508px;
    z-index: 0;
	}	
	

.aviso {
  background-color: #ffffff;
    background-image: url("../images/fnd_login_sesion.jpg");
    background-position: center bottom;
    background-repeat: repeat-x;
    border-radius: 19px;
    box-shadow: 2px 2px 5px #666;
    height: 422px !important;
    padding-top: 25px;
    margin-top: 54px !important;
    width: 650px !important;
}
	
	
#teclado_clave, #teclado_clave_oculto {
    position: absolute;
    right: 53px;
    top: 114px;
    z-index: 1000;
}	
	
	
#lineas{

/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.micibercafe.com/voip/images/lineas.png', sizing='scale');*/
background-position: center center;
    background-repeat: no-repeat;
    bottom: 0;
    height: 209px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 384px;

	}	

	
/*#login{
  background-attachment: scroll;
  background-position: center center;
  margin-top: 27px;
  overflow: hidden;
  padding-bottom: 10px;
  width: 250px;
  float:left;
	/* for IE */
  /* CSS3 standard */

	
/*	}*/
	

#login {
    background-attachment: scroll;
    background-position: center center;
    float: left;
    overflow: hidden;
    padding-bottom: 10px;
    width: 250px;
}	
	
td.color{
	color: #333;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding-right: 10px;
    text-align: right;
	}	
	
	
#login a.vinculo{
 color: #FFFFFF;
    font-size: 14px;
    opacity: 0.7;
    padding-top: 12px;
    text-align: center;
    text-decoration: underline;
	
	}
	
	#login a.vinculo:hover{
 color: #FFFFFF;
    font-size: 14px;
	opacity:6;
    padding-top: 12px;
    text-align: center;
    text-decoration: underline;
	
	}

/*#logo_login{
  float: left;
    height: 90px;
    margin: 55px 0 0;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 300px;
	
	}	
	
*/	
	
#logo_login {
    height: 90px;
    margin: 4px 0 0;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 300px;
}	

input.incognito[type="button"]{
	background-image:url('../images/imagen_incognita.png');
	background-repeat:no-repeat;
	width:50px;
	height:50px;
	border:0;
	cursor:pointer;
	
	}
	
#central{
	margin:auto 0;
    width: 730px;
	}	
	
/*#login #cuadro .borde01{
	background-image:url(../images/l01.png);
	background-repeat:no-repeat;
	height:35px;
	width:6px;
	float:left;
	
	}	*/
	
/*#login #cuadro .borde02{
	background-image:url(../images/l03.png);
	background-repeat:no-repeat;
	height:35px;
	width:7px;
	float:left;
	
	}	*/
	
	
#login #cuadro{
	 height: 25px;
    width: 250px;
	margin:0 auto;
	
	}	
	
input#pass:focus, input#user:focus, input[type="text"]:focus{
    border: 1px solid #6F3;
    

}	
	
input#user, input[type="text"]{
  background-color: #FFFFFF;
    background-repeat: repeat-x;
    border: 1px solid transparent;
    border-radius: 5px;
    color: #6B94DE;
    float: right;
    font-family: 'Arial',Helvetica,sans-serif;
    font-size: 12px;
	font-weight:bold;
    height: 25px;
    margin-right: 5px;
    padding-left: 10px;
    width: 180px;
	transition-duration: 3s;
-moz-transition-duration: 3s; /* Firefox 4 */
-webkit-transition-duration: 3s; /* Safari and Chrome */
-o-transition-duration: 3s; /* Opera */ 
	}	

input#pass{
 background-color: #ffffff;
    background-repeat: repeat-x;
    border: 1px solid transparent;
    border-radius: 5px;
    color: #6b94de;
    float: right;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 16px;
    height: 30px;
    margin-right: 5px;
    padding-left: 10px;
    width: 180px;
		transition-duration: 3s;
-moz-transition-duration: 3s; /* Firefox 4 */
-webkit-transition-duration: 3s; /* Safari and Chrome */
-o-transition-duration: 3s; /* Opera */ 
	}	
	
	
	
#button_ingresar input{
	background-color:#084179;
background-image: linear-gradient(bottom, #084179 12%, #039CEF 62%);
background-image: -o-linear-gradient(bottom, #084179 12%, #039CEF 62%);
background-image: -moz-linear-gradient(bottom, #084179 12%, #039CEF 62%);
background-image: -webkit-linear-gradient(bottom, #084179 12%, #039CEF 62%);
background-image: -ms-linear-gradient(bottom, #084179 12%, #039CEF 62%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.12, #084179),
	color-stop(0.62, #039CEF)
);
 border: 1px solid #084179;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 2px 0 #2BABF0 inset;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font-family:'Arial', Helvetica, sans-serif, Calibri;
    font-size: 13px;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    width: 87px;
		transition-duration: 0.5s;
-moz-transition-duration: 0.5s; /* Firefox 4 */
-webkit-transition-duration: 0.5s; /* Safari and Chrome */
-o-transition-duration: 0.5s; /* Opera */

 
	}	
	
#button_ingresar input:hover{
background-image: linear-gradient(bottom, #084179 12%, #039CEF 62%);
background-image: -o-linear-gradient(bottom, #084179 12%, #039CEF 62%);
background-image: -moz-linear-gradient(bottom, #084179 12%, #039CEF 62%);
background-image: -webkit-linear-gradient(bottom, #084179 12%, #039CEF 62%);
background-image: -ms-linear-gradient(bottom, #084179 12%, #039CEF 62%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.12, #084179),
	color-stop(0.62, #039CEF)
);
 border: 1px solid #084179;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 2px 2px 0 #333 inset;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font-family:'Arial', Helvetica, sans-serif, Calibri;
    font-size: 13px;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    width: 87px;
		transition-duration: 0.5s;
-moz-transition-duration: 0.5s; /* Firefox 4 */
-webkit-transition-duration: 0.5s; /* Safari and Chrome */
-o-transition-duration: 0.5s; /* Opera */
	
	}	
	
	
#fechita .pie{
	margin:0 auto;
	width:960px;
	color:#fff;
	font-size:11px;
	font-family:"Tahoma", Geneva, sans-serif;
	}	
	
	
#fechita  a{
	 color: #FFFFFF;
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
	}	
	
#fechita  a:hover{
	color:#fff;
  text-decoration:underline;
	 font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
	}		
.pie{ margin-top: 40px;}
	
.pie a{
	color:#39F;
	text-decoration:none;

	}
	
.pie a:hover{
	color:#39F;
	text-decoration:underline;
	}	

#datos{
 color:#444;
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
	float:left;
	 display:inline-block;
	}	
#datos02{
	color:#444;
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
	display:inline-block;
	float:right;
	text-align: right;
	}
	
	
#datos a{
 color:#6B94DE;
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
	
	}		
	
#fechita{
  color: #FFFFFF;
    float: right;
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    position: absolute;
    right: 1px;
    text-decoration: none;
    top: 2px;
    width: 470px;
	
	}	
	
#button_ingresar {
    float: right;
    font-family: 'Arial',Helvetica,sans-serif,Calibri;
    font-weight: bold;
    height: 31px;
    margin: 0 12px 12px auto;
    text-align: right;
}

/*#aviso_importante_login {
    background-image: url("../images/globo.png");
    background-position: 8px top;
    background-repeat: no-repeat;
    border-radius: 5px;
    color: #fff;
    font-family: 'Lato',Arial,sans-serif;
    font-size: 16px;
    font-weight: bold;
    height: 108px;
    left: 477px;
    padding: 1em 2em 1em 3em;
    position: absolute;
    text-align: center;
    top: 50px;
    vertical-align: middle;
    width: 49%;
    z-index: 2000;
}*/

#aviso_importante_login{
  padding: 10px 20px;
  width: 242px;
  border-radius: 10px;
  background-color: #00468C;
  font-weight: bold;
  font-family: 'Lato',Arial,sans-serif;
  font-size: 1.25em;
  position: absolute;
  right: -50%;
  top: 24%;
  color: #fff;
  text-align: center;
  line-height: 22px;
  box-shadow:2px 2px 0 rgba(255, 255, 255, 0.5);
	}	
	
	
#aviso_importante_login:before{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 19px solid #00468C;
  border-bottom: 15px solid transparent;
  margin: 10px 0 0 -32px;
  left: 17px;
  top: 50px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.9);
	}	

.central_login{
  animation: login_cuadro ease 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: login_cuadro ease 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: login_cuadro ease 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: login_cuadro ease 1s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: login_cuadro ease 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}

@keyframes login_cuadro{
  0% {
    opacity:0;
    transform:  translate(0px,-25px)  ;
  }
  100% {
    opacity:1;
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes login_cuadro{
  0% {
    opacity:0;
    -moz-transform:  translate(0px,-25px)  ;
  }
  100% {
    opacity:1;
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes login_cuadro {
  0% {
    opacity:0;
    -webkit-transform:  translate(0px,-25px)  ;
  }
  100% {
    opacity:1;
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes login_cuadro {
  0% {
    opacity:0;
    -o-transform:  translate(0px,-25px)  ;
  }
  100% {
    opacity:1;
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes login_cuadro {
  0% {
    opacity:0;
    -ms-transform:  translate(0px,-25px)  ;
  }
  100% {
    opacity:1;
    -ms-transform:  translate(0px,0px)  ;
  }
}