/* print styles */

body {
   width: 760px;
	margin: 0 auto 0 auto;
	color: #333;
	border: 1px solid #E5E5E5;
	line-height: 130%;
	background-color: #fff;
	padding: 40;
   }
   

   
#cabeceira, #navegacion, #flash, #submenu, #pe, #skipnavigation
{
	display: none;
}

#contenido, #contenido2
{
	padding: 30px;
		
}

#contenido IMG {	display: none;
}
#cabeceira IMG { border-width: 0px;}

 p
{
	font: 11pt/14pt "Georgia", "Trebuchet MS", serif;
	text-align: left;
	color: #707070;
}

h1
{
	font: bold 18pt/22pt "Georgia", "Trebuchet MS", serif;
	color: #317BA0;
	text-align: left;
	padding: 0em 0em 0.5em 0em;
}

h2
{
	font: 16pt/18pt "Georgia", "Trebuchet MS", serif;
	text-align: left;
	color: #317BA0;
}

h3
{
	font: bold 11pt/14pt "Georgia", "Trebuchet MS", serif;
	text-align:  left;
	color: #317BA0;
	text-transform: uppercase;
}




a:link, a:visited
{
	color: #317BA0;
	background: transparent;
	font-weight: bold;
	text-decoration: none;
}

   
   
   /* enlaces externos */
#content a[href^="http:"]:after
{
	content: " (uri: " attr(href) ")";
	display: block;
	font: 11pt/14pt "Georgia","Trebuchet MS",Times,serif;
	font-style: italic;
	margin: 0.8em 0 0 0em;
	color: #000;
}

/* enlaces internos */
#contenido a[href^="/"]:after
{
	content: " (uri: http://www.hotelpiornedo.com" attr(href) ")";
	display: block;
	font: 11pt/14pt "Georgia","Trebuchet MS",Times,serif;
	font-style: italic;
	margin: 0.8em 0 0 0em;
	color: #000;
}
   
   div.hr
{
	display: block;
	height: 6px;
	background-image: url(../img/linea_horizontal.gif);
	background-repeat: repeat-x;
	background-position: center center;
	margin: 2em 0 2em 0;
}

hr { display: none; }

