html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, img,
ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
center, u, b, i {
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     font-weight: normal;
     font-style: normal;
     font-size: 100%;
     font-family: inherit;
     vertical-align: baseline
}

body {
     line-height: 1
}

:focus {
     outline: 0
}

ol, ul {
     list-style: none
}

table {
     border-collapse: collapse;
     border-spacing: 0
}

blockquote:before, blockquote:after, q:before, q:after {
     content: ""
}

blockquote, q {
     quotes: "" ""
}

input, textarea {
     margin: 0;
     padding: 0
}

hr {
     margin: 0;
     padding: 0;
     border: 0;
     color: #000;
     background-color: #000;
     height: 1px
}
/* perso */

body
{
	text-align: center;
	margin:0px; padding:0px;
	background-image:url(img/fondo.gif);
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#f1f1f1;
	font-family:Verdana, Geneva, sans-serif;
}

div#container
{
	margin-left: auto;
	margin-right: auto;
	width: 678px;
	text-align: left;
	height:auto;
	background-color:#fff;
	padding-bottom:40px
}
div#cabecera{
	height:136px;
	width:654px;
	margin-left:14px;
	
}

div#menu{
	height:32px;
	width:654px;
	margin:0px; 
	padding:0px;
}

div#menu ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
	margin-left:80px;
	height:31px;
}
div#menu li{
	display: inline;
	height:31px;
	float:left;
}

div#menu ul li#home a#home_a{
	background-image:url(img/menu.gif);
	background-position:-73px 0px;
	width:192px;
	display:block;
	height:31px
}
div#menu ul li#home a#home_a:hover{
	background-position:-73px -31px;
}

div#menu ul li#donde a#donde_a{
	background-image:url(img/menu.gif);
	background-position:-264px 0px;
	width:152px;
	display:block;
	height:31px
}
div#menu ul li#donde a#donde_a:hover{
	background-position:-264px -31px;
}

div#menu ul li#contacto a#contacto_a{
	background-image:url(img/menu.gif);
	background-position:-415px 0px;
	width:155px;
	display:block;
	height:31px
}
div#menu ul li#contacto a#contacto_a:hover{
	background-position:-415px -31px;
}

div#galeria{
	margin-left:15px;
	width: 651px;
	overflow:hidden;
}
.borde{margin-left:14px;}

div#pie{margin-left:14px; }
div#formulario{	width:654px;}
div#formulario table td{ font-size:12px; font-family:Verdana, Geneva, sans-serif; color:#666}

.instruct{font-size:9px; font-family:Verdana, Geneva, sans-serif; color:#ff0000;}
