/*
	Hoja de estilo para el proyecto TIF
	Generado por Ing. Felipe Ortiz Zapien
*/

input[type=button],.rbutton { 
 border-radius: 5px;
 box-shadow: 5px 10px 8px rgba(90,145,115,0.4);  
}

table {
	border: 1px solid #c900f8;	
	box-shadow: 5px 10px 8px rgb(0 255 165 / 9%);
}

#Tablepwd {
	position: absolute;
  	left: 50%;
  	top: 40%;
}

#Tbpwd {
	position: absolute;
  	left: 40%;
  	top: 40%;		
}

th {
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	background-color: rgba(255, 255, 116, 0.1);
}


td {
	font-family: monospace;
        font-weight: bold;
	text-shadow: 2px 2px 2px rgb(20 180 200 / 50%);
	background-color: rgba(163, 247, 182,0.001)
}

select {
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	background-color: rgba(241, 224, 6, 0.1);
}


#Tablepwd, #Tablemsg, #Tablesubir,#Tableconfirma {
	position: absolute;
  	left: 40%;
  	top: 40%;	
	background-color:#dafff9;
	text-shadow: 2px 4px 3px rgba(30, 0, 0, 0.6);
	border-radius:7px;
}

#span_vVCADENA,#span_vtitulo  {
	background-color:#fafbfd;
	color:#0008ff;
	border: 1px solid #ccc7c8;
	text-shadow: 2px 4px 3px rgba(30, 0, 0, 0.6);
	border-radius:3px;
}

#span_vMSGCONTENIDO {
	background-color:#fafbfd;
	color:#0e0e0e;
	border: 1px solid #ccc7c8;
	text-shadow: 2px 4px 3px rgba(130, 0, 0, 0.6);
	border-radius:3px;
}

#span_vMSGAVISO {	
	border: 1px solid #ccc7c8;
	text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.6);
	border-radius:3px;
}


* {
	margin  : 0px;
	padding : 0px;
}

/**
 * Map Examples Specific
 */
.smallmap {

    width: 712px;
    height: 456px;
    margin:0;
    border: 1px solid #ccc;
}

#sitio {
//	background-color: yellow;
	background-color: #fdf1cb;
	width: 1200px;
	height: 600px;
	margin:auto;
	border: solid blue 2px;
}

#progreso {
	width: 100%;
  	background-color: #ddd;
}

#barra {
  width: 1%;
  height: 30px;
  background-color: #4CAF50;
}