@charset "iso-8859-1";
/* Hoja de Estilos Adicionales */
.GloboDIV{
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	position:static;
	text-align:center;
	margin:8px 13px 4px 0px;
	width:100%;
	height:100%;
	z-index:0;
	color:#FFF;
}
.GloboIMG{
	position:static;
	float:inherit;
	top:0px;
	z-index:0;
}
.GloboMSG{
	position:fixed;
	background-image:url(images/bubble_notify.png);
	background-position:right;
	background-repeat:no-repeat;
	z-index:1;
	text-align:center;
	font-weight:bolder;
	color:#FFF;
	padding-top:3px;
	padding-left:3%;
	height:24px;
	width:24px;
	font-size:14px;
	margin-top:-10px;
	float:right;
}
.GloboMSGCart{
	position:fixed;
	background-image:url(images/cart_notify.png);
	background-position:right;
	background-repeat:no-repeat;
	z-index:2;
	text-align:center;
	font-weight:bolder;
	color:#FFF;
	padding-top:3px;
	padding-left:3%;
	height:24px;
	width:24px;
	font-size:14px;
	margin-top:13px;
	float:right;
}
.TBLFreelancerMSGs{
	border-radius: 20px;
	background-color:#C6FAFF;
	float:left;
}
.TBLContratanteMSGs{
	border-radius: 20px;
	background-color:#FFDFBF;
	float:right;
}
.DIVIntMSG{
	background-color:#FFFFFF;
	margin: 10px 10px 10px 10px;
}
.DIVIntFreelancerMSG{
	background-color:#C6FAFF;
	margin: 10px 10px 10px 10px;
}
.DIVIntContratanteMSG{
	background-color:#FFDFBF;
	margin: 10px 10px 10px 10px;
}
.DIVFechHORATIK{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#64889B;
	text-align:center;
}
.NOMUsuTM{
	font-size:14px;
	color:#6186B4;
	font-weight:bolder;
}
.FEChorTM{
	color:#999;
	font-size:11px;
	font-weight:bolder;
	margin: 10px 10px 10px 20px;
}
.PREterTM{
	margin: 10px 10px 10px 20px;
}
.OFERTPrice{
	text-align:right;
	font-size:20px;
	margin: 10px 10px 10px 20px;
}
.Borde1Radio{
	border-top-left-radius:20px;
}
.Borde2Radio{
	border-top-right-radius:20px;
}
.Borde3Radio{
	border-bottom-left-radius:20px;
}
.Borde4Radio{
	border-bottom-right-radius:20px;
}
.Borde5Radio{
	border-radius:20px;
}
.BotonListo{
	color:#FFF;
	font-size:16px;
	text-decoration:none;
}
.BotonSNDES{
	width:auto;
	height:auto;
	padding: 10px 10px 10px 10px;
	font-size:14px;
	font-weight:bolder;
	border-radius:20px;
	border-style:none;
	background-color:#B66CFF;
	color:#FFF;
}
.BotonSNDEspecialOK{
	width:auto;
	height:auto;
	padding: 10px 10px 10px 10px;
	font-size:14px;
	font-weight:bolder;
	border-radius:20px;
	border-style:none;
	background-color:#0C0;
	color:#FFF;
}
.BotonSNDEspecialNO{
	width:auto;
	height:auto;
	padding: 10px 10px 10px 10px;
	font-size:14px;
	font-weight:bolder;
	border-radius:20px;
	border-style:none;
	background-color:#FF4F4F;
	color:#FFF;
}
.texto8{
	font-size:8px;	
}
.texto10{
	font-size:10px;	
}
.texto12{
	font-size:12px;	
}
.texto14{
	font-size:14px;	
}
.texto16{
	font-size:16px;	
}
.texto18{
	font-size:18px;	
}
.centrado{
	text-align:center;
}
.negrita{
	font-weight:bolder;
}
.masnegrita{
	font-weight:bold;
}
.unalinea{
	display:inline-block;
}
::-webkit-scrollbar {
      width: 7px;
	  height:8px;
}
::-webkit-scrollbar-track {
      background-color:transparent;
}
::-webkit-scrollbar-thumb {
      background-color:#999;
	  border-radius:10px;
}
::-webkit-scrollbar-button {
      background-color:transparent;
}
::-webkit-scrollbar-corner {
      background-color: black;
}
.SombraAfuera{
	-webkit-box-shadow: 4px 4px 5px 0px #999;
	-moz-box-shadow: 4px 4px 5px 0px #999;
	box-shadow: 4px 4px 5px 0px #999;
}
.SombraAfueraBold{
	-webkit-box-shadow: 4px 4px 5px 0px #000;
	-moz-box-shadow: 4px 4px 5px 0px #000;
	box-shadow: 4px 4px 5px 0px #000;
}
.SombraAdentro{
	-webkit-box-shadow: inset 3px 3px 5px 0px #333;
	-moz-box-shadow: inset 3px 3px 5px 0px #333;
	box-shadow: inset 3px 3px 5px 0px #333;
}
.SombraAdentroBold{
	-webkit-box-shadow: inset 3px 3px 5px 0px #000;
	-moz-box-shadow: inset 3px 3px 5px 0px #000;
	box-shadow: inset 3px 3px 5px 0px #000;
}
body{
	background-color:#333;
}
.bordearriba{
	border-top:#000 thin solid;	
}
.bordeizquierda{
	border-left:#000 thin solid;	
}
.bordeabajo{
	border-bottom:#000 thin solid;	
}
.bordederecha{
	border-right:#000 thin solid;	
}
.bordesfull{
	border-top:#000 thin solid;	
	border-bottom:#000 thin solid;
	border-right:#000 thin solid;	
	border-left:#000 thin solid;
}
.FrameDIV{
	padding: 7px 7px 7px 7px;	
}
.ValRelojNORM{
	font-size:30px;	
}
.ValRelojFIN{
	font-size:30px;
	color:#F00;
}
.inputMEJ{
	font-size:12px;
	border-radius:10px;
	padding: 5px;
	font-weight:bolder;	
}