/*
Hoja de estilos base
Autor: Iker Ibarguren (ikerib@gmail.com)
*/

/* Ajusto lo básico de la página a mi gusto */
* { margin: 0px; padding: 0px;}
html { overflow-y:scroll; }
body  {	
	font-size: 62.5% helvetica, Sans-serif;
	background-color: #fff;
}

ul { list-style: none inside; }
p { font-size: 1.3em/1.3em Georgia, serif; line-height: 1.3em, margin-bottom: 1.3em; }
a { outline:none; }
a img { border: none; }
/* Fin Reset */

/* Barra herramientas */
.floatleft { float:left; }
.floatright { float:right; }
.clear { clear:both; }
/* Fin Barra-Herramientas */

/* Estructura */
#page-wrap {
	width: 800px;
	margin: 0 auto;
	background: white;
	padding: 20px;
}


body {
	background:#98adae url(../images/bg_body.png) repeat-x;
	text-align:center;
	width: 100%;
	font-size: 12px;
	}
div#page-wrap {
	background:#98adae url(../images/bg_body.png) repeat-x ;
	text-align:center;
	width: 90%;
	}
	div#header {
		margin:0;
		padding:0;
		float:top;
		}
		div#logo {
			float:left;
			}
			div#menu {
				float: right;
				}
				div#menu ul li {
					display: inline;
					padding-left: 3px;
					padding-right: 7px;
					border-right: 1px dotted #066;
					}
				div#menu ul li a:link, a:active, a:visited {
						font-family:georgia,arial;
						text-decoration: none;
						font-size:1.2em;
						color: #666666;
					}
				div#menu ul li a:hover {
						text-decoration: underline;
						color: #000000;
					}
		
		div#content {
				margin:0;
				padding:0;
			}
			div#imgcometa {
					background: url(../images/cometa.png) no-repeat;
					margin:0;
					padding:0;
					height:241px;
					border-bottom: #000000 solid 6px;
				}
					
