body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,label {margin:0;padding:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}

h1,h2,h3,h4,h5,h6 
{
	font-size: 35px;
	color:#000;
	text-shadow: 4px 4px 4px #aaa;
	font-size-adjust:none;
	font-stretch:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
q:before,q:after {content:'';}

/* ------------------------ GLOBAL ELEMENTS ------------------------ *

/* ------------------------ type selectors ------------------------ */
body { 
	/*background:#c56380 url("body-bg.jpg") top repeat-x;*/
	background:url(../img/bg_main.gif) 0 76px;
	text-align:center; 
	font:12px/17px Arial, Helvetica, sans-serif; 
	color:#000000;
	}

#brillo{
	width:100%;
	height:auto;
	background:url(../img/bg_white-glow.png) 50% 0 no-repeat;
	}		

.fontTitle
{
	font-size: 35px;
	color:#000;
	text-shadow: 4px 4px 4px #aaa;
*/
	font-size-adjust:none;
	font-stretch:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}


/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("wrap-bg.jpg") repeat-y 50px 0 ;
	width:900px;
	margin:0 auto;
	text-align:left;
	}
	#wrap-inside{
	background:url("wrap-bg.jpg") no-repeat top;
	position:relative;
	}



	/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */

#nav	{
	text-align:center;
	background-attachment: fixed;
	background-image: url(img/bg-menu-vertical.jpg);
	background-repeat: repeat;
	background-position: left center;
	height: 50px;
			}

				}	

#nav ul {
	margin:0 10px 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 50px;
	vertical-align: middle;
			}
.fontMenu-horizontal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

	#nav li, #nav ul li ul { /* if your li's float, you can adjust border height w/ line-height */
		padding:5 10px 5 10px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #5c2986;
		 font-size:14px; color:#b24263;
		
		}
	#nav li.first, #nav ul li ul { border: none; }		

#nav a:link, #nav a:visited {  }
#nav a:hover, #nav a:active { 	
								text-decoration:none;
								}
								
#nav ul li ul, #footer ul li ul { margin:0px;}

#nav ul li, #footer ul li { padding-right:0;}
