html, body, div, h1, h2, h3, h4, h5, h6, p, img, dl,
  dt, dd, ol, ul, li, table, tr, td, form, object, embed,
  article, aside, canvas, command, details, figcaption,
  figure, footer, group, header, hgroup, mark, menu,
  meter, nav, output, progress, section, summary,
  time, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  }
  article, aside, details, figcaption, figure, footer,
  header, hgroup, menu, nav, section {
  display: block;
  }
  html {
  font: 81.25% arial, helvetica, sans-serif;
  background: #fff;
  color: #333;
  line-height: 1;
  direction: ltr;
  }

  a, a:active, a:visited {
  color: #15c;
  text-decoration: none;
  }

  a:hover {
  color: #ff0000;
  text-decoration: none;
  } 
  h1, h2, h3, h4, h5, h6 {
  color: #222;
  font-size: 1.54em;
  font-weight: normal;
  line-height: 24px;
  margin: 0 0 .46em;
  }
  p {
  line-height: 17px;
  margin: 0 0 1em;
  }
  ol, ul {
  list-style: none;
  line-height: 17px;
  margin: 0 0 1em;
  }
  li {
  margin: 0 0 .5em;
  }
  table {
  border-collapse: collapse;
  border-spacing: 0;
  }
  strong {
  color: #222;
  }
  button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  }
  button::-moz-focus-inner,
  input::-moz-focus-inner {
  border: 0;
  }


html, body {
  position: absolute;
  height: 100%;
  min-width: 100%;
  }
  
  .wrapper {
  position: relative;
  min-height: 100%;
  }
  .content {
  margin: 5px 5px;
  width: 100%;
 
  }
  .google-header-bar {
  top: 40px;
  position: relative;
  height: 90px;
  background: #4AE1F2;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  }
  .cl-header-bar { 
  height: 90px;
  background: #4AE1F2;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  }
  .header .logo {
  margin: 108px 0 0 -1px;
  float: left;
  }
  .header .signin,
  .header .signup {
  margin: 28px 0 0;
  float: right;
  font-weight: bold;
  }
  .header .signup-button {
  margin: 22px 0 0;
  float: right;
  }
  .header .signup-button a {
  position: relative;
  top: -1px;
  margin: 0 0 0 1em;
  }
  .main {
  	background: #0ba1b5;
  	color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 2px;
  width: 318px;
  }
  .main a{ color: #FFFFFF; font-weight: bold; text-decoration: none; }
.main a:visited{ color: #FFFFFF; text-decoration: none; }
.main a:hover{ color: #edeff1; text-decoration: none; }

  .main h1:first-child {
  margin: 0 0 .92em;
  }
  .google-footer-bar {
  position: absolute;
  bottom: 0;
  height: 35px;
  width: 100%;
  border-top: 1px solid #ebebeb;
  overflow: hidden;
  }
  .footer {
  padding-top: 9px;
  font-size: .85em;
  white-space: nowrap;
  line-height: 0;
  }
  .footer ul {
  color: #999;
  float: left;
  max-width: 80%;
  }
  .footer ul li {
  display: inline;
  padding: 0 1.5em 0 0;
  }
  .footer form {
  text-align: right;
  }
  .footer form .lang-chooser {
  max-width: 20%;
  }
  .announce-bar {
  position: absolute;
  bottom: 35px;
  height: 40px;
  z-index: 2;
  width: 100%;
  background: #f9edbe;
  border-top: 1px solid #efe1ac;
  border-bottom: 1px solid #efe1ac;
  overflow: hidden;
  }
  .announce-bar .message {
  font-size: .85em;
  line-height: 33px;
  margin: 0;
  }
  .announce-bar a {
  margin: 0 0 0 1em;
  }
  .clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: '.';
  clear: both;
  height: 0;
  }
  * html .clearfix {
  zoom: 1;
  }
  
  /////////////
  *:first-child+html .clearfix {
  zoom: 1;
  }
  
  input[type=password],
  input[type=text]{
  display: inline-block;
  height: 29px;
  margin: 0;
  padding-left: 8px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  }
  
  input[type=password]:hover,
  input[type=text]:hover{
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  }
  input[type=password]:focus,
  input[type=text]:focus {
  outline: none;
  border: 1px solid #4d90fe;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  }
  
  input[type=password][disabled=disabled],
  input[type=text][disabled=disabled] {
  border: 1px solid #e5e5e5;
  background: #f5f5f5;
  }
  
  input[type=password][disabled=disabled]:hover,
  input[type=text][disabled=disabled]:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  }
  
  
.myButton {
	-moz-box-shadow: 0px 10px 14px -7px #3e7327;
	-webkit-box-shadow: 0px 10px 14px -7px #3e7327;
	box-shadow: 0px 10px 14px -7px #3e7327;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77b55a), color-stop(1, #72b352));
	background:-moz-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-webkit-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-o-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-ms-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77b55a', endColorstr='#72b352',GradientType=0);
	background-color:#77b55a;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #4b8f29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #5b8a3c;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #72b352), color-stop(1, #77b55a));
	background:-moz-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:-webkit-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:-o-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:-ms-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#72b352', endColorstr='#77b55a',GradientType=0);
	background-color:#72b352;
}
.myButton:active {
	position:relative;
	top:1px;
}
.myButton:visited {
  color: #ffffff;
  }


  .g-button {
  display: inline-block;
  min-width: 54px;
  text-align: center;
  color: #555;
  font-size: 11px;
  font-weight: bold;
  height: 27px;
  padding: 0 8px;
  line-height: 27px;
  
  border: 1px solid #dcdcdc;
  border: 1px solid rgba(0,0,0,0.1);
  background-color: #f5f5f5;
  
  cursor: default;
  }
  *+html .g-button {
  min-width: 70px;
  }
  button.g-button,
  input[type=submit].g-button {
  height: 29px;
  line-height: 29px;
  vertical-align: bottom;
  margin: 0;
  }
  *+html button.g-button,
  *+html input[type=submit].g-button {
  overflow: visible;
  }
  .g-button:hover {
  border: 1px solid #c6c6c6;
  color: #333;
  text-decoration: none;
  background-color: #f8f8f8;
 
  }
  .g-button:active {
  background-color: #f6f6f6;
  
  }
  .g-button:visited {
  color: #666;
  }
  .g-button-submit {
  border: 1px solid #3079ed;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1);
  background-color: #4d90fe;
    }
  .g-button-submit:hover {
  border: 1px solid #2f5bb7;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
  }
  .g-button-submit:active {
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  }

  
  
  .g-button-red {
  border: 1px solid transparent;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1);
  text-transform: uppercase;
  background-color: #d14836;
  
  }
  .g-button-red:hover {
  border: 1px solid #b0281a;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #c53727;
  }
  .g-button-red:active {
  border: 1px solid #992a1b;
  background-color: #b0281a;
    }
  .g-button-white {
  border: 1px solid #dcdcdc;
  color: #666;
  background: #fff;
  }
  .g-button-white:hover {
  border: 1px solid #c6c6c6;
  color: #333;
  background: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  }
  .g-button-white:active {
  background: #fff;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  }
  .g-button-red:visited,
  .g-button-share:visited,
  .g-button-submit:visited {
  color: #fff;
  }
  .g-button-submit:focus,
  .g-button-share:focus,
  .g-button-red:focus {
  -webkit-box-shadow: inset 0 0 0 1px #fff;
  -moz-box-shadow: inset 0 0 0 1px #fff;
  box-shadow: inset 0 0 0 1px #fff;
  }
  .g-button-share:focus {
  border-color: #29691d;
  }
  .g-button-red:focus {
  border-color: #d14836;
  }
  .g-button-submit:focus:hover,
  .g-button-share:focus:hover,
  .g-button-red:focus:hover {
  -webkit-box-shadow: inset 0 0 0 1px #fff, 0 1px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0 0 0 1px #fff, 0 1px 1px rgba(0,0,0,0.1);
  box-shadow: inset 0 0 0 1px #fff, 0 1px 1px rgba(0,0,0,0.1);
  }
  .g-button img {
  display: inline-block;
  margin: -3px 0 0;
  opacity: .55;
  vertical-align: middle;
  }
  *+html .g-button img {
  margin: 4px 0 0;
  }
  .g-button:hover img {
  opacity: .72;
  }
  .g-button:active img {
  opacity: 1;
  }



///////////////////////////
.content {
  width: auto;
  max-width: 1000px;
  min-width: 780px;
  }
  .sign-in {
  width: 225px;
  float: center;
  }
  .signin-box,
  .accountchooser-box {
  margin: 12px 0 0;
  padding: 20px 25px 15px;
  width: 250px;
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
  }
 
 
  ////////////////////
 .marquee { 
margin: 0px; width:100%; 
border: 0px solid #000000;
background-color: #008B8B;
padding: 7px;
font-family: Verdana, Geneva, sans-serif;
font-size: 13pt;
color: #FFFFFF;
text-align: center;
 } 

  .signin-box h2 strong {
  display: inline-block;
  position: relative;
  right: 0;
  top: 1px;
  height: 19px;
  width: 52px;
  background: transparent no-repeat;
  }
  .signin-box label {
  display: block;
  margin: 0 0 1.5em;
  }
  .signin-box input[type=text],
  .signin-box input[type=password] {
  width: 100%;
  height: 32px;
  font-size: 15px;
  }
  .signin-box .email-label,
  .signin-box .passwd-label {
  font-weight: bold;
  margin: 0 0 .5em;
  display: block;
  user-select: none;
  }
  
  #menumain{

	background-color: #00E6E6;
        text-decoration: none;
	border-bottom: 1px solid #000000;
	margin: 0px;
        font-size: 11px;
		font-weight: bold;
	padding: 3px 4px 3px 4px;
}
#menumain a{ color: red; font-weight: bold; text-decoration: none; }
#menumain a:visited{ color: red; text-decoration: none; }
#menumain a:hover{ color: red; text-decoration: none; }
  
.simple{
	background-color: #4AE1F2;
	padding: 3px 4px 4px 4px;
	margin: 5px;
	font-family: Trebuchet MS, Tahoma, sans-serif; 
	color: #000000;
	font-size: 1.5em; 
}
.simple a{ color: red; font-weight: bold; text-decoration: none; }
.simple a:visited{color: red; text-decoration: none; }
.simple a:hover{ color: red; text-decoration: none; }  

.menuheader{
	margin: 5px;
	padding: 3px 4px 4px 4px;
	font-family: Trebuchet MS, Tahoma, sans-serif; 
	color: #FFFFFF;
	font-size: 1.5em; 
}
.menuheader a{color: #FFFFFF; font-weight: bold; text-decoration: none; }
.menuheader a:visited{color: red; text-decoration: none; }
.menuheader a:hover{ color: red; text-decoration: none; }  


.list1{
	background-color: #f8fcfc;
	border: 1px dotted #cfd8cd;
	font-family: Trebuchet MS, Tahoma, sans-serif; 
	font-size: 1.3em;
	color: #504b49;
	margin: 5px;
	width: 320px;
	padding: 3px 4px 4px 4px;
}
.list1 a{ color: #15c; font-weight: normal; text-decoration: none; }
.list1 a:visited{ color: #15c; text-decoration: none; }
.list1 a:hover{ color: red; text-decoration: none; }
 
.list2{
	background-color: #f3fcfc;
	width: 320px;
	border: 1px dotted #cfd8cd; 
	margin: 5px;
	font-family: Trebuchet MS, Tahoma, sans-serif; 
	font-size: 1.3em;
	color: #504b49;
	padding: 3px 4px 4px 4px;
}
.list2 a{ color: #15c; font-weight: normal; text-decoration: none; }
.list2 a:visited{ color: #15c; text-decoration: none; }
.list2 a:hover{ color: red; text-decoration: none; }  

.libro{
	background-color: #FFFFFF;
	border-top: 1px solid #808080; border-left: 5px solid #808080; border-right: 1px solid #808080; border-bottom: 5px solid #808080;
	margin: 0px;
	padding: 3px 4px 4px 4px;
}
.libro a{ color: red; font-weight: bold; text-decoration: none; }
.libro a:visited{ color: red; text-decoration: none; }
.libro a:hover{ color: red; text-decoration: none; }  


.solicitud{
margin: 5px;
	background-color: #FF0000;
        text-decoration: none;
	border-top: 1px solid #000000; border-left: 1px solid #000000; border-right: 1px solid #000000; border-bottom: 1px solid #595959;
        color: #FFFFFF;
	padding-left: 2px;
}

.solicitud a, a:visited{ color: #FFFFFF; text-decoration: none; }
.solicitud a:hover{ color: #EFEFEF; text-decoration: none; }

.club {
	margin: 0; 
border: 0px solid #808080; 
 
width: 250px;
padding-top: 15px; 
padding-left: 3px;
height: 50px;
vertical-align: middle; 
background: #f9edbe; 
font-size: 12px; 
color: #000000;
} 

#wall{
        width: 330px;
        min-height: 200px;
        border: solid thin #FFFFFF;
		border-bottom: 0px solid #808080;
        margin-top: 3px;  
}
#wall a, a:visited {
  color: #15c;
  text-decoration: none;
  }
#wall a:hover{ color: red; text-decoration: none; }

#campo a, a:visited {
  color: #15c;
  text-decoration: none;
  }
#campo a:hover{ color: red; text-decoration: none; }

#mpwall{
        width: 210px;
        min-height: auto;
        border: solid thin #FFFFFF;
		border-bottom: 0px solid #808080;
        margin-top: 10px;  
}
#mpwall a, a:visited {
  color: #15c;
  text-decoration: none;
  }
#mpwall a:hover{ color: red; text-decoration: none; }

#wally{
        width: 820px;
        min-height: -10px;
        border: solid thin #FFFFFF;
		border-bottom: 0px solid #808080;
       /* margin-top: 1px; */ 
}
#wally a, a:visited {
  color: #15c;
  text-decoration: none;
  }
#wally a:hover{ color: red; text-decoration: none; }

#sep_columna{
        /*width: 250px;
        min-height: 200px;
        border: solid thin #FFFFFF;
        margin-top: 10px; */
padding: 3px;		
}

#separacion{
        width: 48px;
        min-height: 40px;
		font-size: 12px;
        border: solid thin #FFFFFF;
        margin-top: 1px;  
		
}

#share{
        width: 300px;
        height: auto;
		margin: 3px;  
		
}

#share img{
        width: 300px;
		display:block;
        margin:auto; 
        		
}
#col_juegos{
        width: 120px;
        min-height: 180px;
        border: solid thin #B4BBCD !important;
        margin-top: 1px;  
		padding: 5px;
		position: relative;
}				

.mssg{
        border: thin solid #B4BBCD !important;
        padding: 5px;
     }  
#lista_amigos {
text-decoration: none;
	
	width:215px;
	background-color:#ffffff; /* DO NOT REMOVE THIS; or you'll have issue w/ the scrollbar, when the mouse pointer is on a white space */
	overflow-x: hidden;
	overflow-y: scroll;
	height:100px;	/* this will make sure that the height will extend at the bottom */
	position:relative; /* container div must be absolute, for our fixed bar to work */
}
#lista_amigos a{ color: #2D96FF; font-weight: bold; text-decoration: none; }
#lista_amigos a:visited{ color: #2D96FF; text-decoration: none; }
#lista_amigos a:hover{ color: red; text-decoration: none; }  

#recargado {	
	margin:auto;
	padding:10px;	
	text-align:center;
	color:#990000;
	font-weight:bold;
}

.info {
height: auto;
	background: #f10a03;
    opacity: 0.9;
	border-radius: 15px; 
	color: #ffffff;
	padding: 3px;
	font-family: Arial;
	font-size: 11px;
	border: 2px solid #999;
	display: block;
	position: fixed;
	left: 110px;
	top: 5px;
	margin: 0 0 12px 0;
	z-index: 9999;
}
.info a{ color: #ffffff; text-decoration: none; }
.info a:visited{ color: #ffffff; text-decoration: none; }
.info a:hover{ color: #ffffff; text-decoration: none; }  

.new_amigo {
color: #D8000C;
background-color: #FFBABA;
border: 1px solid;
margin: 10px 0px;
padding:10px 10px 10px 20px;
background-repeat: no-repeat;
background-position: 10px center;
}
.new_amigo a{ color: red; text-decoration: none; }
.new_amigo a:visited{ color: red; text-decoration: none; }
.new_amigo a:hover{ color: #C10000; text-decoration: none; } 

.success {
color: #4F8A10;
background-color: #DFF2BF;
} 

.cl-boton-red {
  border: 1px solid transparent;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1);
    background-color: #d14836;
  
  }
  .cl-boton-red a:hover {
  border: 1px solid #b0281a;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #c53727;
  }
  .cl-boton-red a:active {
  border: 1px solid #992a1b;
  background-color: #b0281a;
    }

#caja_dialogo{
text-decoration: none;
	
	width:auto;
	background-color:#ffffff; 
	overflow-x: hidden;
	overflow-y: scroll;
	height:200px;
    position:relative;
}
#caja_dialogo  a{ color: #2D96FF; font-weight: bold; text-decoration: none; }
#caja_dialogo  a:visited{ color: #2D96FF; text-decoration: none; }
#caja_dialogo  a:hover{ color: red; text-decoration: none; } 

.cl-boton-amarillo{
	background-color: #FCEB72;
	width:297px;
	border-top: 1px solid #DD0000; border-left: 1px solid #DD0000; border-right: 1px solid #DD0000; border-bottom: 1px solid #DD0000;
	margin: 0px;
	padding: 5px 5px 5px 5px;
}
.cl-boton-amarillo a{ color: red; font-weight: bold; text-decoration: none; }
.cl-boton-amarillo a:visited{ color: red; text-decoration: none; }
.cl-boton-amarillo a:hover{ color: red; text-decoration: none; }

#inbox_menus {
text-decoration: none;
 background-color:#5EA97F; 
 height:28px;	
 margin: 0px;
padding: 5px; 
 position:relative; 
 display: block;
}
#inbox_menus  a{ color: #ffffff; font-weight: bold; text-decoration: none; }
#inbox_menus  a:visited{ color: #ffffff; text-decoration: none; }
#inbox_menus  a:hover{ color: #fbfaca; text-decoration: none; }  

.linkk {
color: #D8000C;
background-color: #FFBABA;
border: 1px solid;
margin: 10px 0px;
padding:10px 10px 10px 20px;
background-repeat: no-repeat;
background-position: 10px center;
}
.linkk a{ color: red; text-decoration: none; }
.linkk a:visited{ color: red; text-decoration: none; }
.linkk a:hover{ color: #C10000; text-decoration: none; } 

#button-red {position:fixed; bottom:0px; left:0px; margin-bottom: 0px; margin-left: 0px; vertical-align: sub; width: 90px; text-align: center; color: #fff; font-size: 11px; font-weight: bold; height: 27px; padding: 0 8px; line-height: 27px; border: 1px solid transparent; background-color: #d14836; cursor: default; text-shadow: 0 1px rgba(0,0,0,0.1); text-transform: uppercase; display: none;} 

#hamburgerto {
  cursor: pointer;
  display: block;
  height: 20px;
  position: relative;
  width: 20px;
  float: left;
  top: -3px;
  padding-right: 10px;
}

#hamburgerto div {
  background-color: #fff;
  height: 3px;
  margin-top: 3px;
  width: 90%;
}
.button-blue {
  border: 1px solid transparent;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1);
  text-transform: uppercase;
  background-color: #d14836;
  
  }
  .button-blue:hover {
  border: 1px solid #b0281a;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #c53727;
  }
  .button-blue:active {
  border: 1px solid #992a1b;
  background-color: #b0281a;
    }
	
#submit a{
        color: #FFFFFF;
        font-size: 13px;
        #background-color: #4AE1F2;
        background-color: #0ba1b5;
        background-position: 0 -98px;
        background-repeat: no-repeat;
        border-color: #29447E #29447E #1A356E;
       border-style: solid;
       border-width: 1px;
       cursor: pointer;
       display: inline-block;
       font-weight: bold;
       line-height: normal !important;
       padding: 4px 6px 4px;
       text-align: center;
       text-decoration: none;
       vertical-align: top;
       white-space: nowrap;
     }
	 #submit a:hover {
       background: #3396c9;
      color: #FFFFFF;
      -moz-box-shadow: 0 2px 0 0 #15719f;
      -webkit-box-shadow: 0 2px 0 0 #15719f;
 
}
#submit a:active {
  color: #FFFFFF;
    }
	

#searchbox
{
width:100px;
position: relative;
top:2px;
border:solid 1px #11ac11;
padding:3px;
}
#display
{
width:318px;
display:none;
float:center; 
 
overflow:hidden;
}
#resultado
{
width:250px;
display:none;
float:center; 
 
overflow:hidden;
}
.display_box
{
 
float: left; 
left:0; 
top:0px; 
padding:4px; 
border-top:solid 1px #dedede; 
font-size:12px; 
height:30px; 
width:300px
}

.display_box:hover
{
text-decoration: none;
background:#EBEBEB;
color:#FFFFFF;
}
#shade
{
background-color:#00CCFF;

}	
#posts{
  background-color: #5EA97F;
  padding: 2px 2px 2px 0px;
  text-decoration: none;
  position: relative;
  width: 320px;
  
}

#post_temas a{
        color: #FFFFFF;
        font-size: 13px;
        #background-color: #4AE1F2;
        background-color: #0ba1b5;
        background-position: 0 -98px;
        background-repeat: no-repeat;
        border-color: #29447E #29447E #1A356E;
       border-style: solid;
       border-width: 1px;
       cursor: pointer;
       display: block;
       font-weight: bold;
       line-height: normal !important;
       padding: 4px 6px 4px;
       text-align: center;
       text-decoration: none;
       vertical-align: top;
       white-space: nowrap;
     }
	 #post_temas a:hover {
       background: #3396c9;
      color: #FFFFFF;
      -moz-box-shadow: 0 2px 0 0 #15719f;
      -webkit-box-shadow: 0 2px 0 0 #15719f;
 
}
#post_temas a:active {
  color: #FFFFFF;
    }