/* 
	Sebastian Thuer - wwww.thuer.com.ar
	Sitio: segproducciones.com
	Cliente: Saul González
	Estado: Final
										 */
										 
body {
	margin: 0;
	padding: 0;
	background: url(../img/bg.jpg) repeat-y 50% 0 #696969;
	color: #eee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 78%;
	text-align: center; /* ie hack */
	}
	
p,h1,h2,h3,h4,h5,h6,li,pre {
	margin: 0px 30px 10px 30px;
	}		
	
/* .......... layout .......... */ 	

#pagina {
	width: 751px;
	margin: 0 auto;
	padding: 0;
	border: 0px solid #606060;
	text-align: left;
	}
	
#header {
	background: url(../img/header.jpg) top center no-repeat #5A1700;
	height: 145px;
	}
	
#menu {
	height: 28px;
	background: #7E3A16 url(../img/menu-bg.gif) repeat-x;
	color: #BB9F6C;
	}	
	
#body {
	color: #555;
	font-family: Trebuchet, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	}		
	
#footer {
	z-index: 10;
	clear: both;
	background: #AD8B4E;
	border-bottom: 10px solid #7E3A16;
	margin: 0;
	padding: 15px 10px 10px 10px;	
	color: #dedede;
	text-align: right;
	}
	
#credits {
	width: 751px;
	background: #696969;
	margin: 0;
	padding: 20px 2px;
	border: 0;
	text-align: center;
	font-size: 0.8em;
	color: #B9B9B9;
	}

#credits a {	
	color: #B9B9B9;
	text-decoration: none;
	}
	
#credits a:hover {		
	color: #CDCDCD;
	text-decoration: underline;
	}
	
	
/* .......... #header.......... */ 		

#header h1,
#header h2,
#header h3 {
	display: none;
	}
	
/* .......... #menu ......... */ 		

#menu ul, #menu li {
	display: inline;
	margin: 0;
	padding: 0;
	}


/* .......... #body ......... */ 		

#body .bodyinicio {
	background: url(../img/body-inicio.jpg) top center no-repeat #fff;
	height: 25px;
	}

#body .main {
	float: left;
	width: 60%;
	margin: 20px 15px 30px 0;
	}
	
#body h2 {
	font-size: 1.4em;
	color: #5A1700;
	}
	
#body h3 {
	margin-top: 20px;
	font-size: 1.1em;
	color: #5A1700;
	}	
	
#body p {
	font-size: 1em;
	line-height: 1.6em;
	}	
	
#body a {
	color: #822000;
	text-decoration: none;
	border-bottom: 1px dotted #822000;	
	}
	
#body a:hover{
	color: #AA2A00;
	text-decoration: none;
	border-bottom: 1px solid #AA2A00;
	}
	
#body a:visited {
	color: #AA5F46;
	border-color: #AA5F46;		
	}
	

/* .sidebar.............. */ 		

#body .sidebar {
	margin-top: 0px;
	margin-bottom: 30px;
	border-left: 0px solid #AD8B4E;
	}
	
.sidebar p, .sidebar li, .sidebar pre {
	margin-left: 60px;
	font-size: 11px;
	color: #777;
	}	
	
.sidebar .thumbtable img {
	border: 1px solid #ccc;
	}
	
.sidebar .thumbtable a:hover img {
	border: 1px solid #c00;
	}		

		
/* .......... #pie ......... */ 				

#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1em;
	text-align: center;
	}
	
/* .......... #credits ......... */ 	

#credits a img {
	border-top: 10px solid #696969;
	border-bottom: 0px solid #696969;
	cursor: pointer;
	}
	
/* .......... hacks ......... */ 	

* html #footer {padding: 10px;}