body {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center; /* Takes care of horizontal alignment in Internet Explorer */
	background-color: #603a25;
}
br.clear {
	clear: both;
}
a {
	color: #986c46;
}
a:hover {
	color: #000;
}
a:focus {
	outline: none;
}
	
/*______________PORTADA______________*/	
#portada {
	position: relative; /* Needed for Safari */
	margin: auto; /* Takes care of horizontal alignment in standards compliant browsers */
	text-align: left;
	width: 721px;
	height: 511px;
	background: #603a25 url(/img/azawakh.png) no-repeat;
	color: #fff;
}
#presentacion {
	float: left;
	margin: 0;
	width: 200px;
}
#auxiliar {
	float: left;
	text-align: right;
	margin: 0 0 0 400px;
	width: 110px;
}
#intro {
	background: url(/img/huella.png) no-repeat 0 0;
	padding: 30px 0 0 0;
	width: 200px;
	font-size: 1.2em;
}
#contacto { 
	margin: 80px 0 20px 0; 
}
#contacto a { 
	display: block; 
	margin: 0; 
	height: 92px;
	text-decoration: none; 
}
#contacto a {
	background: url(/img/contacto.png) no-repeat 0 0;
	width: 102px;
	height: 46px; 
}
#contacto a { 
	background-position: 0 -45px; 
}
#contacto a:hover { 
	background-position: 0 0; 
}
#fotos a { 
	display: block; 
	margin: 0; 
	height: 67px;
	text-decoration: none; 
}
#fotos a {
	background: url(/img/fotos.png) no-repeat 0 0;
	width: 116px;
	height: 67px; 
}
#fotos a { 
	background-position: 0 -66px; 
}
#fotos a:hover { 
	background-position: 0 0; 
}
#galeria {
	height: 400px;
	/*border: 1px solid #fff;*/
}

/*______________INTERIOR______________*/	
#interior {
	margin: 0 auto;
	text-align: left;
	width: 721px;
	height: auto;
	color: #fff;
	font-size: 1.2em;
}
#cabecera { 
	border-bottom: 1px solid #986c46;
	padding: 0 0 10px 0;	
}
#cabecera #contacto { 
	float: right;
	margin: 50px 0 0 0; 
}
h1#titulo_peq {
	background: url(/img/azawakh_peq.png) no-repeat 0 0;
	width: 251px;
	height: 56px; 
	margin: 2em 0 0 0;
	float: left;
}
h1#titulo_peq a {
	display: block;
	height: 100%;
	width: 100%;
	border: none;
}
.contenido {
	background: url(/img/huella.png) no-repeat 0 0;
	padding: 1em 0 0 0;
	margin: 1em 0 0 0;
}
h2 {
	font-size: 1.8em;
	font-weight: normal;
	margin: 0 0 1em 0;
	padding: 1em 0 0 1em;
}
#galeria ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.ngg-gallery-thumbnail-box img {
	border: none;
}
.centrado {
	text-align: center;
}

/* -------------------------------------------------------------- 
Clear, ocultar
-------------------------------------------------------------- */
#cabecera:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#cabecera {
	zoom: 1;
}
h1 span, #contacto span, #fotos span, #galeria h2 {
	display: block; 
	text-indent:-9999px; 
	overflow:hidden; 
	margin: 0;
	background-image: none;
	height: 0px;
}
