FONT		{FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 19px}
TD		{FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 11px}
TH		{BACKGROUND: #003B75; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 11px; COLOR: #FFFFFF}
BODY		{FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 11px}
P		{FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 11px}
DIV		{FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 11px}
INPUT 		{BORDER-TOP-COLOR: #000000; BORDER-LEFT-COLOR: #000000; BORDER-RIGHT-COLOR: #000000; BORDER-BOTTOM-COLOR: #000000; BORDER-TOP-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px; FONT-SIZE: 11px; BORDER-BOTTOM-WIDTH: 1px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BORDER-RIGHT-WIDTH: 1px}
TEXTAREA	{BORDER-TOP-COLOR: #000000; BORDER-LEFT-COLOR: #000000; BORDER-RIGHT-COLOR: #000000; BORDER-BOTTOM-COLOR: #000000; BORDER-TOP-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px; FONT-SIZE: 11px; BORDER-BOTTOM-WIDTH: 1px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BORDER-RIGHT-WIDTH: 1px}
SELECT 		{BORDER-TOP-COLOR: #000000; BORDER-LEFT-COLOR: #000000; BORDER-RIGHT-COLOR: #000000; BORDER-BOTTOM-COLOR: #000000; BORDER-TOP-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px; FONT-SIZE: 11px; BORDER-BOTTOM-WIDTH: 1px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BORDER-RIGHT-WIDTH: 1px}
FORM 		{FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 11px}
A:link          {COLOR: #000000; FONT-WEIGHT: bold; TEXT-DECORATION: none}
A:active        {COLOR: #000000; FONT-WEIGHT: bold; TEXT-DECORATION: none}
A:visited       {COLOR: #000000; FONT-WEIGHT: bold; TEXT-DECORATION: none}
A:hover         {COLOR: #000000; FONT-WEIGHT: bold; TEXT-DECORATION: underline}
.title 		{BACKGROUND: none; COLOR: #000000; FONT-SIZE: 16px; FONT-WEIGHT: bold; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none}
.content 	{BACKGROUND: none; COLOR: #000000; FONT-SIZE: 11px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;}
.block-title	{BACKGROUND: none; COLOR: #000000; FONT-SIZE: 11px; FONT-WEIGHT: bold; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif}
.storytitle 	{BACKGROUND: none; COLOR: #FFFFFF; FONT-SIZE: 13px; FONT-WEIGHT: bold; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none}
.tabla 	{BACKGROUND: none; COLOR: #000000; FONT-SIZE: 19px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none}
.menu    {
	background-color: #0D2659;
	color: #FFF;
	font-size: 13px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-WEIGHT: bold;
}
A.menu:link          {COLOR: #000000}
A.menu:active        {COLOR: #000000}
A.menu:visited       {COLOR: #000000}
A.menu:hover         {COLOR: #000000; TEXT-DECORATION: underline}
.menu ul{

	height:20px;
	list-style:none;
	margin:0;
	padding:0px 4px 0px 4px;
	line-height:20px;
	}
.menu li{
	float:left;
	padding:0px 4px 0px 4px;
	}
.menu li a{
	color:#000000;
	display:block;
	font-weight:bold;
	line-height:20px;
	padding:0px 5px;
	text-align:center;
	text-decoration:none;
	}
.menu li a:hover{
	color:#000000;
	text-decoration:underline;
	}
.menu li ul{
	background:#ffffff;
	border-left:1px solid #006;
	border-right:1px solid #006;
	border-bottom:1px solid #006;
	display:none;
	height:auto;
	filter:alpha(opacity=95);
	opacity:0.95;
	position:absolute;
	width:125px;
	z-index:200;
	/*top:1em;
	/*left:0;*/
		}
.menu li:hover ul{
	display:block;
	}
.menu li li {
	display:block;
	float:none;
	padding:0px;
	width:125px;
	}
.menu li ul a{
	display:block;
	font-size:11px;
	font-style:normal;
	padding:0px 11px 0px 15px;
	text-align:left;
	}
.menu li ul a:hover{
	background:#006;
	color:#FFFFFF;
	opacity:1.0;
	filter:alpha(opacity=100);
	}
.menu p{
	clear:left;
	}
.menu #current{
	color:#FFFFFF;
	}
/*-------------------------------------------------------------------------------------------------------------------------------*/
.button {
  /*background: linear-gradient(top, rgb(97,196,25) 0%,rgb(149,226,90) 100%);*/
  margin: 0 auto;
  padding: 5px 10px 5px 10px;
	border-radius: 5px;
  border: 1px solid #c4c4c4;
  box-shadow: 0px 6px 0px 0px rgba(88, 163, 31, 1),
    0px 5px 12px 0px rgba(0, 0, 0, 0.6),
    inset 0px 0px 10px -5px rgba(0, 0, 0, 1);
  transition: all 100ms linear;
  touch-callout: none;
  user-select: none;
  cursor: pointer;
  display: block;
  position: relative;

  font-family: Arial Black, Gadget, sans-serif;
  font-size: 10px;
  color: #003;
  text-align: center;
  text-transform: uppercase;
}

button > span {
  display: block;
	-webkit-transform: skew(5deg, 0deg);
}

button:active {
	top: 4px;
  box-shadow: 0px 2px 0px 0px rgba(88, 163, 31, 1),
    0px 5px 5px 0px rgba(0, 0, 0, 0.6),
    inset 0px 0px 10px -5px rgba(0, 0, 0, 1);
}
/* -----------------------------------------------Menu -----------------------------------------------*/

/*--------------------------------------Boton Guardar----------------------------------------------------------------*/

.punch {
  background: #4162a8;
  border-top: 1px solid #38538c;
  border-right: 1px solid #1f2d4d;
  border-bottom: 1px solid #151e33;
  border-left: 1px solid #1f2d4d;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 0 1px 10px 1px #5c8bee, 0px 1px 0 #1d2c4d, 0 6px 0px #1f3053, 0 8px 4px 1px #111;
  -webkit-box-shadow: inset 0 1px 10px 1px #5c8bee, 0px 1px 0 #1d2c4d, 0 6px 0px #1f3053, 0 8px 4px 1px #111;HelloHappy
  box-shadow: inset 0 1px 10px 1px #5c8bee, 0px 1px 0 #1d2c4d, 0 6px 0px #1f3053, 0 8px 4px 1px #111;
  color: #fff;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
  padding: 1px 0 3px 0;
  text-align: center;
  text-shadow: 0px -1px 1px #1e2d4d;
  width: 50px;/*Largo*/
  -webkit-background-clip: padding-box;
}

.punch:hover {
  -moz-box-shadow: inset 0 0px 20px 1px #87adff, 0px 1px 0 #1d2c4d, 0 6px 0px #1f3053, 0 8px 4px 1px #111;
  -webkit-box-shadow: inset 0 0px 20px 1px #87adff, 0px 1px 0 #1d2c4d, 0 6px 0px #1f3053, 0 8px 4px 1px #111;
  box-shadow: inset 0 0px 20px 1px #87adff, 0px 1px 0 #1d2c4d, 0 6px 0px #1f3053, 0 8px 4px 1px #111;
  cursor: pointer;
}

.punch:active {
  -moz-box-shadow: inset 0 1px 10px 1px #5c8bee, 0 1px 0 #1d2c4d, 0 2px 0 #1f3053, 0 4px 3px 0 #111;
  -webkit-box-shadow: inset 0 1px 10px 1px #5c8bee, 0 1px 0 #1d2c4d, 0 2px 0 #1f3053, 0 4px 3px 0 #111;
  box-shadow: inset 0 1px 10px 1px #5c8bee, 0 1px 0 #1d2c4d, 0 2px 0 #1f3053, 0 4px 3px 0 #111;
  margin-top: 8px; /*Modify this for the press effect*/
}
/*---------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------Boton Guardar----------------------------------------------------------------*/

#punch {
  background: #4162a8;
  border-top: 1px solid #38538c;
  border-right: 1px solid #1f2d4d;
  border-bottom: 1px solid #151e33;
  border-left: 1px solid #1f2d4d;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 0 1px 10px 1px #5c8bee, 0px 1px 0 #1d2c4d, 0 6px 0px #1f3053, 0 8px 4px 1px #111;
  -webkit-box-shadow: inset 0 1px 10px 1px #5c8bee, 0px 1px 0 #1d2c4d, 0 6px 0px #1f3053, 0 8px 4px 1px #111;HelloHappy
  box-shadow: inset 0 1px 10px 1px #5c8bee, 0px 1px 0 #1d2c4d, 0 6px 0px #1f3053, 0 8px 4px 1px #111;
  color: #fff;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
  padding: 1px 0 3px 0;
  text-align: center;
  text-shadow: 0px -1px 1px #1e2d4d;
  width: 55px;/*Largo*/
  -webkit-background-clip: padding-box;
}

#punch:hover {
  -moz-box-shadow: inset 0 0px 20px 1px #87adff, 0px 1px 0 #1d2c4d, 0 6px 0px #1f3053, 0 8px 4px 1px #111;
  -webkit-box-shadow: inset 0 0px 20px 1px #87adff, 0px 1px 0 #1d2c4d, 0 6px 0px #1f3053, 0 8px 4px 1px #111;
  box-shadow: inset 0 0px 20px 1px #87adff, 0px 1px 0 #1d2c4d, 0 6px 0px #1f3053, 0 8px 4px 1px #111;
  cursor: pointer;
}

#punch:active {
  -moz-box-shadow: inset 0 1px 10px 1px #5c8bee, 0 1px 0 #1d2c4d, 0 2px 0 #1f3053, 0 4px 3px 0 #111;
  -webkit-box-shadow: inset 0 1px 10px 1px #5c8bee, 0 1px 0 #1d2c4d, 0 2px 0 #1f3053, 0 4px 3px 0 #111;
  box-shadow: inset 0 1px 10px 1px #5c8bee, 0 1px 0 #1d2c4d, 0 2px 0 #1f3053, 0 4px 3px 0 #111;
  margin-top: 8px; /*Modify this for the press effect*/
}
/*---------------------------------------------------------------------------------------------------------------------------------------------*/
/* auto completado */
.suggestion_list{
    background: white;
    border: 1px solid;
    padding: 4px;
}

.suggestion_list ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.suggestion_list a{
    text-decoration: none;
    color: #000;
}

.suggestion_list .selected{
    background:#1A16FF;
    color: white;
}

.suggestion_list .selected a{
    color: white;
}

#autosuggest{
    display: none;
    color:#000000;
    border:#999 solid 1px;
    width:135px;
    height:auto;
    /*background:url(transparent.png) no-repeat;*/
}