﻿html{text-align:center;}
body
{
	font-family:Arial;
	font-size:14px;
	text-align:center;
	margin-top:0px;
}

#wrapper
{
width:1024px;	
text-align:center;
background-image:url(/images/logoFondo.png);
background-repeat:no-repeat;
background-position:right top;
}

#content
{
width:1025px;	
text-align:left;
}

#header
{
	width:1025px;
	height:97px;
	text-align:left;
}

#header .logo
{
 width:600px;
  float:left;
  text-align:left;
}
#header .buscador
{
	 width:415px;
	 float:left;

	 margin-top:20px;
	 
}
