/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
   Based on work by Eric Meyer:
   * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend
/***,table, caption, tbody, tfoot, thead, tr, th, td ***/
{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
}


body { line-height: 1.5; background: #fff; }



/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }

div, img, form, ul {
	margin: 0px;
	padding: 0px;
	border: 0px;
}


/* -------------------------------------------------------------------------------------------- */

body {
	margin:0p;
	padding:0px;
	background-color:#C2D688;
	color:#666;
	font-family:helvetica, arial, sans-serif;
	font-size:12px;
}

a {
	text-decoration:none;
	color:#000000;
}

a:hover {
	text-decoration:underline;
}

h1 {font-size:36px; padding:0px; margin:0px; letter-spacing:-2px; line-height:1.2; }
h2 {font-size:20px; padding:0px; margin:0px; letter-spacing:-2px; }
h3 {font-size:16px; padding:0px; margin:0px; letter-spacing:-2px; }

#wrapper {
	width: 945px;
	margin: 0px auto;
	padding: 0px;
	background-color:#FFFFFF;
}


#wrapper3 {
	width:800px;
	float:left;
}

#header {
	height:75px;
}

#logo {
	height:95px;
	float:left;
	line-height:95px;
}

#header #publicidad {
	float:right;
	margin-top:17px;
}

#menu {
	width:145px;
	float:left;
}

#menu ul {padding:0px; margin:0px; padding-bottom:10px; border-top:#ADADAD thin dotted; }
#menu li {list-style:none; margin:0px; border-bottom:#ADADAD thin dotted; border-right: #ADADAD thin dotted;}
#menu li a {color:#333333; padding:5px; display:block; border-left:4px solid #FAFAFA; background:#FAFAFA;}
#menu li a:hover {border-left:4px solid #9AB649}

#contenido {
	width:635px;
	float:right;
	margin-left:10px;
	margin-right:10px;
}



#derecha {
	width:145px;
	float:right;
}

#footer {
	margin-top:10px;
	background-color:#9AB649;
	color:#FFFFFF;
	font-size:11px;
	padding:10px;
	text-align:center;
}

#footer a {
	text-decoration:none;
	color:#FFFFFF;
	padding:6px;
}

#footer a:hover { text-decoration:underline; }

#guia {display:block; clear:both; width:100%; height:100px;}
#guia li {display:block; width:33%; float:left; list-style:none;}

.clear {
	clear:both;
}

#fotos_top {
	margin-bottom:5px;
	border-top:#ADADAD 4px solid;
	border-bottom:#ADADAD 1px dotted;
}