@charset "utf-8";
.style_2009 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #333333;
}
.titulo_noticia {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #333333;
}
.titulo2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #006699;
}
.blanquito {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #ffffff;
	
}

.gris {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #999999;
}
.pie-azul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #0099CC;
}
.strong-azul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #0099CC;
	font-weight: bold;
}


 
a:link {
	text-decoration: none;
	color: #52749A;
}
a:visited {
	text-decoration: none;
	color: #52749A;
}
a:hover {
	text-decoration: none;
	color: #52749A;
}
a:active {
	text-decoration: none;
	color: #52749A;
}
body {
	margin-left: 3px;
	margin-top: 3px;
	margin-right: 0px;
	background-color: #FFFFFF;
}


/***********FORMULARIOS************************************/

.botones2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	background-color: #B6804B;
	border: 1pix inset #666666;
	font-weight: bold;
}
.botonesaux {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #222222;
	background-color: #9FAE9F;
	border: 1pix inset #666666;
	font-weight: bold;
}
.box {  font-size: 8pt; color: #000099; background-color: #fdfdfd; font-family: Verdana, Arial, Helvetica, sans-serif; border: 1pix #000000 solid; border-color: #000000 solid; font-weight: normal};
.box2 {  font-size: 8pt; color: #003300; font-family: Verdana, Arial, Helvetica, sans-serif; border: 1pix #000000 solid; border-color: #000000 solid; font-weight: normal};


.tr2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: inset;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

.fecha {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.titulo {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
	font-size: 18px;
	}

.resumen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.rojochico {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.rojofuerte {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
}
.azulfuerte {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
}

.TituloMediano {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336699;
	font-weight: bold;
}

.tituloChico {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
	font-size: 12px;
}

/* input buscador */

/***** login box *****/
/* login noscript */
.menu_centro input.ilogin{
	font-size: 10px;
	width: 65px;
}

#login_box{
	color: black;
	z-index: 1;
	position:absolute;
	display:none;
	left: 385px;
	top: 93px;
	width: 335px;
}

#login_box .login_header{
	left: 183px;
	width: 30px;
	height: 14px;
	z-index: 2;
	position: absolute;
	background: url('http://www.estadistica.gov.ar/imagenes/style/logindia.png') no-repeat left bottom;
}

.login_cuerpo #login_error{
	display:none;
	font-weight:bold;
	text-align:center;
	font-size:13px;
	color:red;
	margin-top: -10px;
}

.login_cuerpo .izq{
	float:left;
	width:115px;
	height:22px;
	text-align:right;
}

* html .login_cuerpo .izq{
	clear:both;
}

.login_cuerpo .der{
	float:left;
	height:25px;
	padding-left:5px;
	padding-top:2px;
}

.login_cuerpo input.ilogin{
	width: 150px;
}

.login_cuerpo input.login{
	margin-left: 132px;
	width: 132px;
	font-size: 10px;
}

.login_cuerpo form{
	font-weight:bold;
	margin: 0px;
}

.login_cerrar{
	position:absolute;
  right:-121px;
  top:13px;
  width:16px;
  height:16px;
  cursor:pointer;
  border:0px;
}

.login_cuerpo #login_cargando{
  display:none;
	position:absolute;
	width:16px;
  height:16px;
  right:20px;
  top:20px;
  border:0px;
}

#login_box .login_cuerpo{
	margin-top: 13px;
	text-align: left;
	background: #FFF;	
	border: 1px solid #909090;
	-moz-border-radius: 5px;
	padding:12px;
	white-space:normal;
}

#login_box .login_footer{
	text-align:center;
	line-height:200%;
}

#login_box .login_footer a{
	font-weight:bold;
}

/* some inputs Buscadorrr */

textarea, input {
	background:#f9f9f9 url('http://www.estadistica.gov.ar/imagenes/style/inputbg.gif') repeat-x top left;
	border: solid 1px #CCC;
	padding:4.4px 10px;
	color:#333;
	font-size:14px;
}


input.checkbox, input.radio, input[type="checkbox"], input[type="radio"] {
	background: none!important;
	border: none!important;
	padding: 0!important;
}


#centro .box_cuerpo .ibuscador {
	background: url('http://www.estadistica.gov.ar/imagenes/style/bgInputS.gif') repeat-x;
	border: none;
	width: 170px;
	height:  160px;
	float: left;
	padding: 8px 4px;
}
  .leftIbuscador {
	display: compact inline;
	float: left;
}


* html input.ibuscador, *+html input.ibuscador {
	width: 145px
}

#centro .box_cuerpo input.bbuscador {
  background: url('http://www.estadistica.gov.ar/imagenes/style/buscar.gif') no-repeat top left;
  outline: none;
  width: 89px;
  margin: 0 0 0 0;
  padding: 0;
  height: 31px;
  font-size: 16px;
	border:none;
}
bbuscador {
  background: url('http://www.estadistica.gov.ar/imagenes/style/buscar.gif') no-repeat top left;
  outline: none;
  width: 89px;
  margin: 0 0 0 0;
  padding: 0;
  height: 31px;
  font-size: 16px;
	border:none;
}


#centro .box_cuerpo input.bbuscador_br {
	background: url('http://www.estadistica.gov.ar/imagenes/style/buscarbr.gif') no-repeat top left;
  outline: none;
  width: 89px;
  margin: 0 0 0 0;
  padding: 0;
  height: 31px;
  font-size: 16px;
	border:none;
}

#centro .box_cuerpo input.bbuscador:active {
  background-position: 0 -31px;
  outline: 0;

}

.searchBy input{
	padding-top: 7px;
	vertical-align:top;
}

#centro input:focus{outline:0;}       


.usuarios_online{
	color:#BB0000!important;
}

.usuarios_jugando{
	color:#069!important;
	font-size:16px
	
}

.box_cuerpo.tags_cloud{
	line-height: 200%;
	text-align: justify;
}

.box_cuerpo .tags_cloud_2{
	line-height: 300%;
	text-align: justify;
}

.agregar.cuerpo,.agregar.tags {
	width: 650px;
}
.agregar.cuerpo{
	height: 380px;
}
.agregar.titulo {
	width:335px;
}
