@charset "utf-8";
/* CSS Document */
body{
	margin-top:0px;
	margin-left:0px;
	margin-bottom:0px;
	margin-right:0px;
	background-image:url("http://www.malaslenguas.net/imagenes/escher_background.gif");
	background-repeat:repeat;
}
.marca
{
	/*position: absolute;
	top:0%;
	left:0%;
	width:600px;
	margin-left:50px;*/
	z-index: 1;
	left: 0;
    margin-left: 30px;
    position: absolute;
   /* top: 10px;*/
    width: 750px;
    z-index: 1;
}
.iconos
{
	position: absolute;
	/*nos posicionamos en el centro del navegador*/
	top:0%;
	right:0%;
	/*indicamos que el margen izquierdo, es la mitad de la anchura*/
	margin-right:10px;
	z-index: 2;
}
.iconosChicos
{
	position:relative;
	/*nos posicionamos en el centro del navegador*/
	top:0%;
	right:0%;
	float:right;
}
.fecha{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	height: 16px;
	text-decoration:none;
	font-size:14px;
	color:#cc3333;
}
.buscador{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	height: 20px;
	width: 110px;
	text-decoration:none;
	font-size:14px;
	color:#ffcc00;
	background-color:#ff6600;
	border:hidden;
}
