/* Alambre Estudio Grafico   Popups para Contenido CSS+XHTML
   Hondarribiia turismo
   Marzo 2007*/
   
html{
}

body{
	background: white;
	font-family: Verdana, Arial, Sans-serif;
	font-size:11px;
	color:#606060;
	margin: 30px 15px 15px 30px;
}

#minilogo{
	margin-bottom:34px;	
}

#titulo{
	font-size:14px;
	font-weight:bold;
	margin-bottom:14px;
}

#texto{
}

	#texto a:link, #texto a:visited{
		color: #524E00;
		text-decoration:none;
}

	#texto a:hover{
		color: #524E00;
		text-decoration:underline;
}


#cerrar{
	margin-top:30px;
	font-weight:bold;
}

	#cerrar a:link, #cerrar a:visited{
		color: #524E00;
		text-decoration:none;
}

	#cerrar a:hover{
		color: #524E00;
		text-decoration:underline;
}

p{
	margin-bottom:14px;
	margin-top:0px;
}

p.subtitulo{
	margin-bottom:4px;
	margin-top:0px;
}