/* otro css */
.contenido
{
 	padding: 1em;
}

.corte
{
	clear: both;
}

.alcentro
{
	text-align: center;
}

.miFormulario
{
	margin:0 auto;
	padding:14px;
	width:400px;
}

.inicioDocumento
{
 	background:#FFF;
	border-radius:19px;
 	border:solid 2px #b7ddf2;
	opacity:1;
	text-transform:uppercase;
	white-space:inherit;
	width:750px;
}
  
.inicioDocumento h1
{
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
}

.inicioDocumento p
{
	border-bottom:solid 1px #b7ddf2;
	color:#666666;
	font-size:11px;
	margin-bottom:20px;
	padding-bottom:10px;
}

.inicioDocumento label
{
	display:block;
	float:left;
	font-weight:bold;
	text-align:right;
	width:140px;
}

.inicioDocumento .pequenos
{
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:140px;
}

.inicioDocumento .errorDatos
{
	color:#F00;
	font-size:9px;
	text-align:center;
}

.inicioDocumento input
{
	border:solid 1px #aacfe4;
	float:left;
	font-size:12px;
	margin:2px 0 20px 10px;
	opacity: 1;
	padding:4px;
	width:200px;
}

.inicioDocumento select
{
	border:solid 1px #aacfe4;
	float:left;
	font-size:12px;
	margin:2px 0 20px 10px;
	padding:4px 2px;
	width:205px;
}

.inicioDocumento textarea
{
	border:solid 1px #aacfe4;
	float:left;
	font-size:12px;
	height:150px;
	margin:2px 0 20px 10px;
	padding:4px 2px;
	width:200px;
}

.inicioDocumento button{
	background:#06C;
	clear:both;
	color:#FFFFFF;
	cursor:pointer;
	font-size:11px;
	font-weight:bold;
	height:31px;
	line-height:31px;
	margin-left:0px;
	text-align:center;
	width:145px;
}

.verGaleria img
{
	border: solid 1px #525252;
	box-shadow: 0px 0px 5px 5px #525252;
	height: 140px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 10px;
	width: 140px;
}


.datosPersonales
{
	border: solid 2px #b7ddf2;
	border-radius: 10px;
	float: left;
	margin-left: 100px;
	min-height: 400px;
	width: 40%;
}


.datosPersonales label, input, div
{
	
}

.menu
{
	padding: 10px;
	float: right;
	width: 40%;
}


table.datosProceso
{
	border-spacing: 1px;
	font-size: .7em;
}

table.datosProceso th
{
	background: #555;
	background: -moz-linear-gradient(#36A1FF,#142038);
	background: -webkit-linear-gradient(#36A1FF,#142038);
	background: -o-linear-gradient(#36A1FF,#142038);
	background: linear-gradient(#36A1FF,#142038);
	border-radius: 3px;
	color: #FFF;
	height: 30px;
}


table.datosProceso th:hover
{
	background: #1A1A1A;
	color: #FFF;
	height: 30px;
}

table.datosProceso td
{
	height: 20px;
	border-bottom: medium double #369;
}


.graficaProceso
{  
	position: relative; /* IE is dumb */  
	width: 200px;  
    border: 1px solid #00CC00;  
    padding: 2px;  
}
  
.graficaProceso .porcentaje
{  
	display: block;  
    position: relative;  
  	background: #00CC00;
    text-align: center;  
    color: #333;  
    height: 2em;  
    line-height: 2em;  
}  
 
.graficaProceso .porcentaje span { position: absolute; left: 1em; }  

.graficaAlerta {  
	position: relative; /* IE is dumb */  
	width: 200px;  
    border: 1px solid #D7E200;  
    padding: 2px;  
}
  
.graficaAlerta .porcentaje {  
	display: block;  
    position: relative;  
  	background: #D7E200;
    text-align: center;  
    color: #333;  
    height: 2em;  
    line-height: 2em;  
}  
 
.graficaAlerta .porcentaje span { position: absolute; left: 1em; }  

.graficaVencido {  
	position: relative; /* IE is dumb */  
	width: 200px;  
    border: 1px solid #7A1919;  
    padding: 2px;  
}
  
.graficaVencido .porcentaje {  
	display: block;  
    position: relative;  
  	background: #7A1919;
    text-align: center;  
    color: #FFF;  
    height: 2em;  
    line-height: 2em;  
}  
 
.graficaVencido .porcentaje span { position: absolute; left: 1em; }  

.graficaEnEspera {  
	position: relative; /* IE is dumb */  
	width: 200px;  
    border: 1px solid #00CCFF;  
    padding: 2px;  
}

.graficaEnEspera .porcentaje {  
	display: block;  
    position: relative;  
  	background: #00CCFF;
    text-align: center;  
    color: #333;  
    height: 2em;  
    line-height: 2em;  
}  
 
.graficaEnEspera .porcentaje span { position: absolute; left: 1em; }

.ordenPago
{
	margin-top: 17px;
	background: #157ABE;
	color: #FFF;
	border: solid 2px #2D2D2D;
	width: 95%; 
	margin: 0 auto; 
	border-radius:8px; 
	height: 35px;
}

.ordenPago:hover
{
	background: #2D2D2D;
	color: #FFF;
	cursor: pointer;
}

.detallesPago
{
	padding: 10px;
	font-weight: bold;
}
.contenidoOrden
{
	display: none;
	border: solid 3px #2D2D2D;
	width: 93%;
	margin: 0 auto;
	margin-bottom: 15px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	overflow: auto;
}


.contenidoOrden > *
{
	padding: 5px;
}
.tope
{
	background:url(images/maintop.png) repeat-x; 
	height: 10px;
}



/*

**********************
**		rutas 		**
**********************
*/

.contenidoMonitoreoRuta
{
	width: 95%;
	min-width: 1600px;
	margin: 0 auto;
	margin-top: 50px;
	box-shadow: 0px 0px 9px 4px #2D2D2D;
	
}

.grafica
{
	min-width: 1450px;
	width: 95%;
	height: 190px;
	margin: 0 auto;
	box-shadow: 0px 3px 3px 0px #000;
	border-radius: 5px;
	font-family: "Arial";
}

.tituloGrafica
{
	color: #FFF;
	font-size: 16px;
	word-wrap: break-word; 
	text-transform: uppercase;
	font-weight: 900;
	height: 30px;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.25, #3b3b3b), color-stop(0.75, #575757));
	background-image: linear-gradient(bottom, #3b3b3b 25%, #575757 75%);
	background-image: -moz-linear-gradient(bottom, #3b3b3b 25%, #575757 75%);
	background-image: -o-linear-gradient(bottom, #3b3b3b 25%, #575757 75%);
	background-image: -webkit-linear-gradient(bottom, #3b3b3b 25%, #575757 75%);
	background-image: -ms-linear-gradient(bottom, #3b3b3b 25%, #575757 75%);
	border-radius: 5px 5px 0 0px;
	
}
.tituloGrafica > *
{
	padding: 5px;
}

.seccionDependiente
{
	height: 5px;
}

.nivel1, .nivel2, .nivel3, .nivel4
{
	height: 27px;
	background: #EAEAEA;
}

.contenidoRuta
{
	width: 97%;
	margin: 0 auto;
}

.muestreoRuta
{
	margin-top: 5px;
	height: 19px;
	width: 97%;
	margin: 0 auto;
	background: rgb(206,219,233); /* Old browsers */
	background: rgb(206,219,233); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(206,219,233,1) 0%, rgba(170,197,222,1) 3%, rgba(97,153,199,1) 6%, rgba(58,132,195,1) 14%, rgba(65,154,214,1) 27%, rgba(75,184,240,1) 55%, rgba(58,139,194,1) 79%, rgba(38,85,139,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(206,219,233,1)), color-stop(3%,rgba(170,197,222,1)), color-stop(6%,rgba(97,153,199,1)), color-stop(14%,rgba(58,132,195,1)), color-stop(27%,rgba(65,154,214,1)), color-stop(55%,rgba(75,184,240,1)), color-stop(79%,rgba(58,139,194,1)), color-stop(100%,rgba(38,85,139,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(206,219,233,1) 0%,rgba(170,197,222,1) 3%,rgba(97,153,199,1) 6%,rgba(58,132,195,1) 14%,rgba(65,154,214,1) 27%,rgba(75,184,240,1) 55%,rgba(58,139,194,1) 79%,rgba(38,85,139,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(206,219,233,1) 0%,rgba(170,197,222,1) 3%,rgba(97,153,199,1) 6%,rgba(58,132,195,1) 14%,rgba(65,154,214,1) 27%,rgba(75,184,240,1) 55%,rgba(58,139,194,1) 79%,rgba(38,85,139,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(206,219,233,1) 0%,rgba(170,197,222,1) 3%,rgba(97,153,199,1) 6%,rgba(58,132,195,1) 14%,rgba(65,154,214,1) 27%,rgba(75,184,240,1) 55%,rgba(58,139,194,1) 79%,rgba(38,85,139,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(206,219,233,1) 0%,rgba(170,197,222,1) 3%,rgba(97,153,199,1) 6%,rgba(58,132,195,1) 14%,rgba(65,154,214,1) 27%,rgba(75,184,240,1) 55%,rgba(58,139,194,1) 79%,rgba(38,85,139,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedbe9', endColorstr='#26558b',GradientType=0 ); /* IE6-9 */
}

.punto
{
	border-radius: 50%;
	width: 10px;
	height: 10px;
	background-color:#252525;
	margin-top: 6px;
	float: left;
	background: rgb(125,126,125); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(100%,rgba(14,14,14,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
	box-shadow: 0px 0px 5px 5px #FFF;
}

a.tooltips
{
	position: relative;
	display: inline;
}

a.tooltips span
{
	position: absolute;
	width:200px;
	color: #FFFFFF;
	background: #000000;
	height: 60px;
	line-height: 18px;
	text-align: center;
	visibility: hidden;
	border-radius: 6px;
	display: none;
}

a.tooltips span:after
{
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -8px;
	width: 0; height: 0;
	border-top: 8px solid #000000;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}

a:hover.tooltips span 
{
	visibility: visible;
	opacity: 0.8;
	bottom: 15px;
	display: block;
	left: 50%;
	margin-left: -100px;
	z-index: 999;
}

.marcador
{
	height: 20px;
	width: 30px;
	border: solid 2px #6CF1F4;
	line-height: 15px;
	box-shadow: 1px 1px 1px 1px #444444;
	font-size: 10px;
	border-radius: 5px;	
	text-align: center;
	color: #FFF;
	font-weight: 700;
	position: absolute;
	opacity: .8;
}

.marcador:hover
{
	z-index: 1;
	cursor: pointer;
/*	background: #7CD1E8 */
	
	box-shadow: 1px 1px 1px 1px #000;
	opacity: 1;
}

.marcador2
{
	height: 10px;
	width: 10px;
	margin-top: 4px;
	box-shadow: 1px 1px 1px 1px #FFF;
	border-radius: 50%;
	background: #224D86;
	color: #FFF;
	font-weight: 700;
	position: absolute;
	opacity: .8;	
}

.marcador2:hover
{
	z-index: 1;
	cursor: pointer;
	background: #7CD1E8;
	color: #000;
	box-shadow: 1px 1px 1px 1px #000;
	opacity: 1;
}