body {
	font-size: 12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background-color:#DFDFDF;
	padding-left: 20px;	
}
@media print {
	body{background:none;}
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	text-align:center;
}
h2 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #333;
	text-align:center;
}
h3 {
	font-family: Tahoma, Geneva, sans-serif;
	color:#300;
	text-align:center;
}
.tituloformulario {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color:#003;
	text-align:left;
	text-align:center;
	line-height:4;
}
.tablaformulario { 
	border: solid 1px #666;
	border-spacing: 5px;
	background-color:#FFF;
	margin-left:auto; 
    margin-right:auto;
}
.tablacabecera {
	margin: 0 auto;
	clear: both;
	width: 100%;
	border-spacing: 0;
	border-collapse:collapse;
	border:solid 1px #ccc;
}
input { 
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px; 
    border: 1px solid #848484; 
    outline:0; 
    height:20px; 
}
textarea {
	-webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px; 
    border: 1px solid #848484;
}

.tablaformulario .botonformulario {
	background:#357ebd;
	border: solid 1px #666;
	text-align:center;
	color:#FFF;
	cursor:pointer;
}
.tablaformulario .botonformulario:hover {
	background:#003;
	color:#fff;

}
.botonformulario {
	background:#357ebd;
	border: solid 1px #666;
	text-align:center;
	color:#fff;
	cursor:pointer;
}
.botonformulario:hover {
	background:#003;
	color:#fff;

}

.tablaformulario .botonformulario:hover {
	background:#003;
	color:#fff;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
}
.tablaformulario .fechaoculta {
	border:none;
	background:none;
	color:#666;
}
   
.campotexto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
	background-position: left center;
	-webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px; 
    border: 1px solid #848484; 
    outline:0; 
    height:20px;
}
.areatexto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
	-webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px; 
    border: 1px solid #848484; 
}
.botonbuscar {
	background-color:#5F5F5F;
	color:#FFF;
	border: 1px solid #333;
	font-size:9px;
	cursor:pointer;
}

.tablaformulario .botonbuscar {
	background-color:#003;
	color:#FFF;
	border: 1px solid #333;
	font-size:9px;
	cursor:pointer;
}
.botonbuscar:hover {
	background-color:#9e0000;
	color:#FFF;
	border: 1px solid #000000;
}

.tablaformulario .botonbuscar:hover {
	background-color:#9e0000;
	color:#FFF;
	border: 1px solid #000000;
}
.botondetalles {
	background-color:#0039FF;
	color:#FFF;
	border: 1px solid #003;
	font-size:9px;
	cursor:pointer;
}

.botondetalles:hover {
	background-color:#003;
	color:#FFF;
	border: 1px solid #000000;
}

.tablaformulario .botondetalles {
	background-color:#0039FF;
	color:#FFF;
	border: 1px solid #003;
	font-size:9px;
	cursor:pointer;
}

.tablaformulario .botondetalles:hover {
	background-color:#9E0000;
	color:#fff;
	border: 1px solid #000000;
}

.cpanel {
	position: absolute;
	width: auto; /* Definimos el ancho del objeto a centrar */
	height:auto; /* Definimos el alto del objeto a centrar */
	padding:0 30px 10px 30px;
	font-size:14px;
	display: block;
	color: #565656;
	vertical-align: middle;
	text-decoration: none;
	border: 1px solid #CCC;
	box-shadow: 3px 2px 8px #999;
	border-radius: 10px;
	background: #ededed url(fondopanel.jpg) repeat-x;	
}
.iconSombra {
	background-color: #fff;
	height: 97px;
	display:block;
	width: 108px;
	color: #565656;
	vertical-align: middle;
	text-decoration: none;
	border: 1px solid #CCC;
	cursor:pointer;
	float:left;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition-property:
		background-position,
		-webkit-border-bottom-left-radius,
		-webkit-box-shadow;
	-moz-transition-property:
		background-position,
		-moz-border-radius-bottomleft,
		-moz-box-shadow;
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
}
.iconSombra img {
	padding: 10px 0;
	margin: 0 auto;
	display:block;
}
.iconSombra:hover,
.iconSombra:focus,
.iconSombra:active {
	background-position: 0;
	-webkit-border-bottom-left-radius: 50% 20px;
	-moz-border-radius-bottomleft: 50% 20px;
	border-bottom-left-radius: 50% 20px;
	-webkit-box-shadow: -5px 10px 15px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: -5px 10px 15px rgba(0, 0, 0, 0.25);
	box-shadow: -5px 10px 15px rgba(0, 0, 0, 0.25);
	position: relative;
	z-index: 10;
}
.iconSombra span {
	display: block;
	text-align: center;
	font-size:12px;
}

#flotante {
		position:absolute;
		display:none;
		font-family:Arial;
		padding:3px;
		border:1px solid #808080;
		background-color:#f1f1f1;
		z-index:1;
	}
.flotante2 {
		position:absolute;
		display:none;
		font-family:tahoma;
		font-size:9px;
		padding:3px;
		border:1px solid #808080;
		background-color:#ffd;
		z-index:1;
	}
.flotante2 td {
	font-size:7px;
}
.flotante2 th {
	font-size:7px;
	background:#71654F;
	color:#FFF;
	text-align:center;
}
#mask{position:absolute;left:0;top:0;z-index:9000;background-color:#000;display:none;}

.suggestionsBox {
	position: relative;
	left: 30px;
	margin: 10px 0px 0px 0px;
	width: 200px;
	background-color:#CCC;
	-moz-border-radius:6px; /* Firefox */ 
	-webkit-border-radius:6px; /* Safari y Chrome */ 
	border: 2px solid #000;	
	color:#000;
	font-size:10px;
}	
.suggestionList {
	margin: 0px;
	padding: 0px;
}	
.suggestionList li {
	margin: 0px 0px 2px 0px;
	cursor: pointer;
}	
.suggestionList li:hover {
	background-color: #999;
}
/*** Autocompletar mas ancho **/
.suggestionsBox2 {
	position: relative;
	left: 10px;
	margin: 10px 0px 0px 0px;
	width: 380px;
	background-color:#FFF;
	-moz-border-radius:6px; /* Firefox */ 
	-webkit-border-radius:6px; /* Safari y Chrome */ 
	border: 2px solid #CCC;	
	color:#000;
	font-size:10px;
}	
.suggestionList2 {
	margin: 2px;
	padding: 2px;
}	
.suggestionList2 li {
	margin: 0px 0px 2px 0px;
	cursor: pointer;
}	
.suggestionList2 li:hover {
	background-color: #ccc;
}


@font-face {
   font-family: 'Reloj';
   src: url('fuentes/DS-DIGIB.eot') format('opentype');  /* EOT file for IE */
   src: url('fuentes/DS-DIGIB.TTF') format('truetype');
}

.tablaformulario .RelojPesaRoja {
	background:#000 url(fondoReloj.jpg);
	border:double #fff 3px;
	font-family:Reloj, Arial, Helvetica, sans-serif;
	color:#F03;
	text-align:right;
	font-size:38px;
}
.tablaformulario .RelojPesaVerde {
	background:#000 url(fondoReloj2.jpg);
	border:double #fff 3px;
	font-family:Reloj, Arial, Helvetica, sans-serif;
	color:#0F2910;
	text-align:right;
	font-size:40px;
}
fieldset legend {
	font-weight:bold;
	font-size:9px;
	color:#036;
}

.select
  {
  border: 1px solid #848484; 
  font-size: 16px;
  font-family: Arial, Verdana;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 6px;
  padding-bottom: 4px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 5px;
  background: #FFFFFF;
  background: linear-gradient(left, #FFFFFF, #F7F9FA);
  background: -moz-linear-gradient(left, #FFFFFF, #F7F9FA);
  background: -webkit-linear-gradient(left, #FFFFFF, #F7F9FA);
  background: -o-linear-gradient(left, #FFFFFF, #F7F9FA);
  color: #2E3133;
  }
  
  .select:hover
  {
  border-color: #690000;
  }
  
  .select option
  {
  border: 1px solid #F93;
  background:#FFC;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  }
  
  .select option:hover
  {
  background: #690000;
  background: linear-gradient(left, #FC4F06, #D85F2B);
  background: -moz-linear-gradient(left, #FC4F06, #D85F2B);
  background: -webkit-linear-gradient(left, #FC4F06, #D85F2B);
  background: -o-linear-gradient(left, #FC4F06, #D85F2B);
  font-style: italic;
  color: #FFFFFF;
  }
  
  
.css_btn_class {
	font-size:20px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:13px;
	-webkit-border-radius:13px;
	border-radius:13px;
	border:1px solid #6e140d;
	padding:6px 20px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ad241a), color-stop(100%, #7d1910) );
	background:-moz-linear-gradient( center top, #ad241a 5%, #7d1910 100% );
	background:-ms-linear-gradient( top, #ad241a 5%, #7d1910 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ad241a', endColorstr='#7d1910');
	background-color:#ad241a;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #3d0400;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #f5978e;
 	-moz-box-shadow:inset 1px 1px 0px 0px #f5978e;
 	box-shadow:inset 1px 1px 0px 0px #f5978e;
}.css_btn_class:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #7d1910), color-stop(100%, #ad241a) );
	background:-moz-linear-gradient( center top, #7d1910 5%, #ad241a 100% );
	background:-ms-linear-gradient( top, #7d1910 5%, #ad241a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d1910', endColorstr='#ad241a');
	background-color:#7d1910;
}.css_btn_class:active {
	position:relative;
	top:1px;
}
.textboxAsistente{ 
padding: 8px 8px 8px 15px;
border: 1px solid #CCC;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
-webkit-box-shadow: 0 1px 1px #CCC inset, 0 1px 0 #FFF;
box-shadow: 0 1px 1px #CCC inset, 0 1px 0 #FFF;
font-size:16px;
color:#003;
} 
.textboxAsistente:focus { 
background-color: #FFF; 
border-color: #E8C291; 
outline: none; 
-moz-box-shadow: 0 0 0 1px #e8c291 inset; 
-webkit-box-shadow: 0 0 0 1px #E8C291 inset; 
box-shadow: 0 0 0 1px #E8C291 inset; 
}

.alert-box {
	color:#555;
	border-radius:10px;
	font-family:Tahoma,Geneva,Arial,sans-serif;font-size:11px;
	padding:10px 36px;
	margin:10px;
}
.alert-box span {
	font-weight:bold;
	text-transform:uppercase;
}
.error {
	background:#ffecec url('error.png') no-repeat 10px 50%;
	border:1px solid #f5aca6;
}
.success {
	background:#e9ffd9 url('success.png') no-repeat 10px 50%;
	border:1px solid #a6ca8a;
}
.warning {
	background:#fff8c4 url('warning.png') no-repeat 10px 10px;
	border:1px solid #f2c779;
	padding:10px 10px 10px 20px;
}
.notice {
	background:#e3f7fc url('notice.png') no-repeat 10px 50%;
	border:1px solid #8ed9f6;
}
.iframe_popup {
	text-decoration:none;
}
