/*  
Theme Name: PRiNZ BranfordMagazine
Theme URI: http://www.der-prinz.com/2008/01/20/wordpress-magazine-style-theme-branfordmagazine/
Description: A premium magazine-style layout for Wordpress with multiple functionalities inspired by the great themes of Brian Gardner,
Darren Hoyt and Justin Tadlock
Version: 1.3
Author: Michael Oeser
Author URI: http://www.der-prinz.com

/******************************************
*   HTML Elements                         
******************************************/
body {
	/*background-image: url(http://server/stu/rrtaarquitectos/images/backg.jpg);*/
	background-image: url(http://server/stu/rrtaarquitectos/images/back.jpg);
	/*color: #333;
	padding: 13px 0 25px 0;*/
	}

p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color: #666666;
	text-decoration:none;
	}

a:hover, a:active {
	color:#00CC00;
	text-decoration:none;
	}

hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}

