 
 #menu,  #slid, #top-search, #social-holder, #searchform, #publicidad,#logo, .button, #slid, #footer {
visibility:hidden; 
   display: none;
}


body, #contenido,  #wrapper  {
  float: none !important;
  width: auto !important;
  margin:  0 !important;
  padding: 0 !important;
}



body{margin: 0px;
		font-size:14px;
	 }
	
#wrapper{width:100%; height:auto; margin: 0 auto;}


a{    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
  
	color: #37b2d1;
}

p{    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
    color: #000;}
	
#logo{width:100%; top: 0px; position:absolute; height:80px; border:0; z-index:-100}
#logo img{width:90%; min-width: 750px}


#contenedor{background: transparent; width: 75%; height: auto; float:left; margin:30px;}


.clear{clear:both}
#footer { color: white; 	line-height: 1.5em;	  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, left top, right top, from(#76d6ff), to(#2F2727));

  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(left, #2F2727, #76d6ff);

  /* Firefox 3.6+ */
  background: -moz-linear-gradient(left, #2F2727, #76d6ff);

  /* IE 10 */
  background: -ms-linear-gradient(left, #2F2727, #76d6ff);

  /* Opera 11.10+ */
  background: -o-linear-gradient(left, #2F2727, #76d6ff);	font-size:12px;	margin-top:20px; width:auto; height:80px; text-align:center;
    position:fixed;
		bottom:0;
		z-index:999999;
		border-top:2px #2F2727 solid}
#footer p{color:white}
#footer a { text-decoration: none; color: white; }
#footer a:hover { color: white; }

hr {
  background-color: grey; 
  height: 3px; 
  width: auto; 
}

span{font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;}
.marg1{margin-left: 30px;}

.titulo {	line-height: 2em;
	font-family: 'Ubuntu', arial, serif; 
	font-weight: lighter;
	font-size:24px;
	text-transform: uppercase;
}
.subtitulo {
	line-height: 2em;
	font-family: 'Ubuntu', arial, serif; 
	font-weight: lighter;
	font-size:20px;
}

ol{margin-left: 30px}

li{display:list-item}
blockquote{margin-left: 20px}

/* HEADERS --------------------------------------------------------*/

h1,h2,h3,h4,h5,h6{ 
	line-height: 1.4em;
	font-family: 'Ubuntu', arial, serif; 
	font-weight: lighter;
}

h1{ font-size: 30px; }

h2{ font-size: 28px; }

h3{ font-size: 26px; }

h4{ font-size: 24px; }

h5{ font-size: 22px; }

h6{ font-size: 20px; }

#contenedor p{	font-size: 11px; 	margin-bottom: 15px;}


#contenedor a{
	color: #37b2d1;
}

#contenedor img{

	border:0;
	margin: 0 20px;

	
}



td{margin:20px;}

.left{float:left}