@charset "utf-8";
/*       _         _       _                _            _          
        /\ \     /\ \     / /\            / /\         / /\         
       /  \ \   /  \ \   / /  \          / /  \       / /  \        
      / /\ \ \ / /\ \ \ /_/ /\ \        / / /\ \     / / /\ \       
     / / /\ \_\\/_/\ \ \\_\/\ \ \      / / /\ \ \   / / /\ \ \      
    / / /_/ / /    / / /     \ \ \    /_/ /  \ \ \ /_/ /  \ \ \     
   / / /__\/ /    / / /       \ \ \   \ \ \   \ \ \\ \ \   \ \ \    
  / / /_____/    / / /  _      \ \ \   \ \ \   \ \ \\ \ \   \ \ \   
 / / /\ \ \     / / /_/\_\    __\ \ \___\ \ \___\ \ \\ \ \___\ \ \  
/ / /  \ \ \   / /_____/ /   /___\_\/__/\\ \/____\ \ \\ \/____\ \ \ 
\/_/    \_\/   \________/    \_________\/ \_________\/ \_________\/ */
/* CSS Document */
html, body {  width:  100%;  height: 100%;  margin: 0px;background-color:#FDFDFF;font-family: Arial,Helvetica,sans-serif;}

/* componentes */
input{ 
	padding:5px;border:solid 1px #484a4a;border-radius:5px;height:43px;font-size:24px;font-weight:bold;/*color:#0B40FF;*/vertical-align: middle;
	line-height: 24px;width:98%;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
input:focus{box-shadow:0 0 15px #036;}
/*td{cursor:pointer;}*/
label,.gordo{font-size:20px;	font-weight:bold;color:#333;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;	}

/* cajas */
.box{
	padding:10px;
	background-color:#BBBBBB;
	margin:40px;
	border-width:3px;
	border-style:solid;
	border-color:#484a4a;
	min-height:80px;	
	-webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
   margin-top:-3px;
}
.pestana{  width:80%;  min-width:800px;  -webkit-border-radius: 5px;  -moz-border-radius: 5px;  border-radius: 5px;  padding:15px;}

/* General */
.rojo{color:#FD5757;}
.azul{color:#0B40FF;}
.bot{	
	width:180px;	display: block;	height: 40px;	margin: 0;	font-weight: bold;	text-indent: 0;	text-decoration: none;	text-align: center;	line-height: 40px;
	background-color: #999;	background-repeat: no-repeat;	color: #fff;	outline: none;	cursor:pointer;	border-style:solid;border-width:1px;border-color:#EEF;
}
.bot:hover{	color: #FF0000;background-color:#FFF !important;border-color:#000;}
.bot:focus{ box-shadow:0 0 15px #036;}
.mov{cursor:pointer;}
.hoveClick{cursor:pointer;opacity:0.5;}
.hoveClick:hover{opacity:1;}

/* Páginas */
#estado{position:fixed;top:0px;right:10px;font-size:24px;font-weight:bold;color:#FFF;text-shadow: #000 0px 0px 10px;}
#tiempo{position:fixed;top:0px;right:30px;font-size:44px;font-weight:bold;color:#FF9E0B;text-shadow: #000 0px 0px 10px;}
.opta{width:80%;}
.dow{background-image:url(../img/admin/dow.png);background-repeat:no-repeat;background-position:right center;}
.PP:hover{background-color:#ccc;}
.upq{width:22px;height:21px;background-image:url(../img/admin/up.png);}
.upq:hover{background-image:url(../img/admin/up0.png);}
.doq{width:22px;height:21px;background-image:url(../img/admin/down.png);}
.doq:hover{background-image:url(../img/admin/down0.png);}
	



