body {
	background: #e9f6fd; /* Old browsers */
	background: -moz-linear-gradient(left,  #e9f6fd 0%, #d3eefb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e9f6fd), color-stop(100%,#d3eefb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #e9f6fd 0%,#d3eefb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #e9f6fd 0%,#d3eefb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #e9f6fd 0%,#d3eefb 100%); /* IE10+ */
	background: linear-gradient(left,  #e9f6fd 0%,#d3eefb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f6fd', endColorstr='#d3eefb',GradientType=1 ); /* IE6-9 */
	
	font-size: 12px;
	font-family: Tahoma;
}

A:link {text-decoration: none; color: black;}
A:visited {text-decoration: none; color: black;}
A:active {text-decoration: none; color: black;}
A:hover {text-decoration: none; color: black;}

.tablaForm td,tr{
	text-align:left;
	padding: 5px;
}

.required{
	color: red;
	font-size: 15px;
}
/******************PRINCIPAL*****************************/
#contenedorPrincipal {
	width:950px; 
	margin-top:90px;

    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.79);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.79);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.79);

    -webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;

}
#TopcontenedorPrincipal_1{
	width:950px; 
	height:40px;

	background: #0e0e0e; /* Old browsers */
	background: -moz-linear-gradient(top,  #0e0e0e 0%, #7d7e7d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0e0e0e), color-stop(100%,#7d7e7d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0e0e0e 0%,#7d7e7d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0e0e0e 0%,#7d7e7d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0e0e0e 0%,#7d7e7d 100%); /* IE10+ */
	background: linear-gradient(top,  #0e0e0e 0%,#7d7e7d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e0e0e', endColorstr='#7d7e7d',GradientType=0 ); /* IE6-9 */
}
#TopcontenedorPrincipal_2{
	height: 50px;
	padding: 5px;
	background: #EEE;
	text-align: left;
}
#BottomcontenedorPrincipal{
	width:950px; 
	height:35px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	background: #0e0e0e; /* Old browsers */
	background: -moz-linear-gradient(top,  #0e0e0e 0%, #7d7e7d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0e0e0e), color-stop(100%,#7d7e7d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0e0e0e 0%,#7d7e7d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0e0e0e 0%,#7d7e7d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0e0e0e 0%,#7d7e7d 100%); /* IE10+ */
	background: linear-gradient(top,  #0e0e0e 0%,#7d7e7d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e0e0e', endColorstr='#7d7e7d',GradientType=0 ); /* IE6-9 */
}
#CentercontenedorPrincipal_1{

	background: #e9f6fd; /* Old browsers */
	background: -moz-linear-gradient(left,  #e9f6fd 0%, #d3eefb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e9f6fd), color-stop(100%,#d3eefb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #e9f6fd 0%,#d3eefb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #e9f6fd 0%,#d3eefb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #e9f6fd 0%,#d3eefb 100%); /* IE10+ */
	background: linear-gradient(left,  #e9f6fd 0%,#d3eefb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f6fd', endColorstr='#d3eefb',GradientType=1 ); /* IE6-9 */

}
.cont{
	text-align:left; 
	border: solid 1px; 
	background:#EEE; 
	border-radius: 15px; 
	padding:10px; 
	margin:10px; 	
	border: solid 1px #aaa;
	-moz-box-shadow: 3px 3px 10px #ccc; 
	-webkit-box-shadow: 3px 3px 10px #ccc;
}
/*****************************************/
.titulo{
	padding:10px;
}
#escritorio td{
	width:300px;
	height:150px;
	text-align:center;
}
#escritorio div:hover {
	
	width:300px;
	background: rgba(0,0,0,0.3);
	color:black;
}
/***********************************************/
#topNavigationRight{
	position: absolute; 
	top:0px;
	left:60px;
	

	-webkit-border-bottom-right-radius: 30px;
	-moz-border-radius-bottomright: 30px;
	border-bottom-right-radius: 30px;
	
	color:white;
	
	background: #0e0e0e; /* Old browsers */
	background: -moz-linear-gradient(top,  #0e0e0e 0%, #7d7e7d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0e0e0e), color-stop(100%,#7d7e7d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0e0e0e 0%,#7d7e7d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0e0e0e 0%,#7d7e7d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0e0e0e 0%,#7d7e7d 100%); /* IE10+ */
	background: linear-gradient(top,  #0e0e0e 0%,#7d7e7d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e0e0e', endColorstr='#7d7e7d',GradientType=0 ); /* IE6-9 */

}

#topNavigationRight A:link {text-decoration: none; color: white;}
#topNavigationRight A:visited {text-decoration: none; color: white;}
#topNavigationRight A:active {text-decoration: none; color: white;}
#topNavigationRight A:hover {text-decoration: none; color: white;}

#topNavigationLeft{
	position: absolute; 
	top:0px; 
	left:25px; 
	width:50px; 
	height:40px; 

	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-bottom-left-radius: 30px;

	background: #28343b;
}
/********************MENU HORIZONTAL****************************/

/**********************************************************************/
.campoTelefono{
	width:75px;
}

.sTabla tbody tr:hover{
	background: rgba(0,0,0,0.3);
	color:black;
	cursor:pointer;
}
.tablaFactoraje_add{
	
}
.tablaFactoraje_add td,th{
	
}
.tablaFactoraje_add{
	text-align:left;
}
.tablaFactoraje_add td{
	text-align:center;

}
.tablaFactoraje_add th{
	text-align: right;
	font-size:12px;

}

.tabla_mostrar th{
	padding: 5px;
	text-align:left
}
.tabla_mostrar td{
	padding: 5px;
	text-align:left
}
/************/
fieldset{ 
	padding: 10px; 
	margin-bottom: 30px; 
	background: #F6F6F6; 
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; border-radius: 8px; 
	background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#FFFFFF)); 
	background: -moz-linear-gradient(center top, #EFEFEF, #FFFFFF 100%); box-shadow: 3px 3px 10px #ccc; 
	-moz-box-shadow: 3px 3px 10px #ccc; 
	-webkit-box-shadow: 3px 3px 10px #ccc 
}
legend{ 
	padding: 6px 12px; 
	left: 10px; 
	top: -11px; 
	background: #0e0e0e; /* Old browsers */
	background: -moz-linear-gradient(top,  #0e0e0e 0%, #7d7e7d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0e0e0e), color-stop(100%,#7d7e7d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0e0e0e 0%,#7d7e7d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0e0e0e 0%,#7d7e7d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0e0e0e 0%,#7d7e7d 100%); /* IE10+ */
	background: linear-gradient(top,  #0e0e0e 0%,#7d7e7d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e0e0e', endColorstr='#7d7e7d',GradientType=0 ); /* IE6-9 */
	color: white; 
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	border-radius: 4px; 
	box-shadow: 2px 2px 4px #888; 
	-moz-box-shadow: 2px 2px 4px #888; 
	-webkit-box-shadow: 2px 2px 4px #888; 
	text-shadow: 1px 1px 1px #333
}

.tablaPaginacionBottom{
width: 900px;
}
.tablaPaginacion{
	border-collapse: collapse;
	border-spacing: 0;
	padding: 5px;
	width: 900px;
}
.tablaPaginacion th{
	border: solid 1px black;
	padding: 5px;
	color: white;
	font-weight: normal;
	text-align:center;
	
	background: #0e0e0e; /* Old browsers */
	background: -moz-linear-gradient(top,  #0e0e0e 0%, #7d7e7d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0e0e0e), color-stop(100%,#7d7e7d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0e0e0e 0%,#7d7e7d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0e0e0e 0%,#7d7e7d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0e0e0e 0%,#7d7e7d 100%); /* IE10+ */
	background: linear-gradient(top,  #0e0e0e 0%,#7d7e7d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e0e0e', endColorstr='#7d7e7d',GradientType=0 ); /* IE6-9 */
	

}
.tablaPaginacion td{
	border: solid 1px;
	padding: 5px;
	text-align:center;
}
.tablaPaginacion tbody tr {
	background: #FFF;
	color:black;
	transition: all 0.5s linear;
}
.tablaPaginacion tbody tr:hover {
	background: rgba(0,0,0,0.1);
	color:#000;
}

/*...Menu contextual de Colores...*/
#colores{
	position: absolute;
	left: 0;
	top: 0;
	padding: 10px 3px;
	display: none;
	z-index: 1;
	
	box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.80);
    -moz-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.80);
    -webkit-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.80);	
	
	background: #e5e5e5; /* Old browsers */
	background: -moz-linear-gradient(top,  #e5e5e5 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e5e5e5 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e5e5e5 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e5e5e5 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e5e5e5 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
#colores ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
#colores ul li{
	list-style: none;
	padding: 0;
	margin: 0;
}
#colores ul li a{
	display: block;
	padding: 5px 25px 5px 25px;
	margin-bottom: 2px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}
#colores ul li a:hover{
	background: #e7f2f8;
	border-top: 1px solid #b7daea;
	border-bottom: 1px solid #b7daea;
}
#colores ul li a .texto{
	margin-left: 10px;
	display: inline-block;
	vertical-align: top;
	font-size: 1.2em;
	color: #000;
}