
body { 
 text-align : center;  	 
 background-color: #ffffff; /* amarillo de fondo */
 margin-top: 0px;
}  

#macro-contenedor{
 width:auto;
 text-align:left; 
 margin-left:auto; 
 margin-right:auto;
 margin:0 auto;
}

#contenedor{
 width:750px; 
 margin-left:auto; 
 margin-right:auto;
 margin:0 auto;
 
} 

#solapas {      /* usar punto(.) si es class' y numeral(#) si es con 'id' */
 /* color: white;   */
 float: left;
}

#solapas a{
	color:blue;
    text-decoration: none;
}	

#solapas a:visited{
	color:blue;
    text-decoration: none;
}	

#solapas a:hover {
	color:red;
    text-decoration: none;
}	


#header {   /* aca va el logo */
 width:750px;  
 color:white;  
 margin-left:5px; 
 text-align: center; 
 margin-bottom:5px;  /* agregado para compensar el hecho de que acerque los links de AdSense al buscador y q no quede todo pegoteado */
}

#header h1 {
  font-size:41px;color : red; 
  text-transform: uppercase;
  text-decoration:none;
 }
 
#header h1 a:visited {color:red;}
#header h1 a:hover {color:red;}

#left {
 border : 0px dashed #000000;
 width : 160px;			/* 160 */
 float : left;
 margin-top:52px;  
 / margin-top:48px;  
 padding-right:10px;  
 } 	
 
#cuerpo {	 
 width: 575px;         /* 785 */
 float : left; /* si no esta el float left, en FF la caja se cae */
 margin-top: 0px; 
 margin-left:5px; 
 text-align:left;  
 min-height:550px;
 / height:550px;  
 /* border: 0.05em black dashed; */
}         

#tituloBlog{  
 margin-top:10px;
 float : left;
 width : 160px; 
  margin-bottom:-8px;
 / margin-bottom:-3px;
} 

.cse-box {  /* cuadro de busqueda (form) */
 float: left;
 width: 750px;         
 text-align:left; 
 height:60px; 
 padding-bottom: 35px;
 #padding-bottom: 65px;
 _padding-bottom: 0px;
 margin-top:-35px;   /* -25px es OK pero bajo CTR (menor a 3.4%) */
}         
 
.cse-box2 {  /* cuadro de busqueda (form) */
 float: left;
 width: 750px;         
 text-align:left; 
 height:60px; 
 padding-bottom: 35px;
 #padding-bottom: 0px;
 _padding-bottom: 100px; /* IE7 */
 margin-top:-35px;   /* -25px es OK pero bajo CTR (menor a 3.4%) */
}         


 /* antes right */

 #footer {
 clear: both;    
 width:750px;
 text-align:center; 
 margin-left:auto; 
 margin-right:auto;
 margin:0 auto;  
 height: 65px; 
 background-color: #ffffff;
}

#footer a,a:hover,a:visited{ /* defino como se ven los enlaces en el footer */
	color:red;
    text-decoration: none;
}	

.clear { 
line-height: 0px; 
font-size: 0px; 
clear: both; 
height: 0px; 
} 


.favoritos {      /* usar punto(.) si es class' y numeral(#) si es con 'id' */
 color: white;
 width : auto;   
 padding-right:10px;
 float: right;
}

.favoritos a{
	color:white;
    text-decoration: none;
}	

.favoritos a:visited{
	color:white;
    text-decoration: none;
}	

.favoritos a:hover {
	color:yellow;
    text-decoration: none;
}	

#resultados{
margin-top:100px; / margin-top:-40px;   /* en FF pasa de 40 a 100px cuando se pone adsense-tit */
margin-left:100px;
}

#resultados2{
margin-top:80px; #margin-top:-10px; _margin-top:-10px;  
margin-left:100px;
}

#perfilesmsn{
  margin-top:110px; #margin-top:120px;  _margin-top:0px;
  margin-left:290px;
}


#perfilesmsn2{
  margin-top:110px; #margin-top:120px;  _margin-top:0px;
  margin-left:200px;
}

#perfil_denegado{
  margin-top:110px; #margin-top:120px;  _margin-top:0px;
  margin-left:220px;
}

#noquery{
  margin-top:110px; #margin-top:120px;  _margin-top:0px;
  margin-left:180px;
}

