/* Start of CMSMS style sheet 'Noel_Stylesheet' */
@charset "utf-8";
/* CSS Document */

/*
====================== =========== =====================
====================== PAGE ELEMENTS =====================
====================== =========== =====================
*/

* {
	margin: 0px;
	padding: 0px;
	}
	
li {
	font-family: "Adobe Garamond Pro";
	font-size: 2.15em;
	list-style-type: none;
	}
	
img {
	border: none;
	}
	
a {
	text-decoration: none;
	}

object {
         letter-spacing: 10em;
         }

html, body {
	background: #f4f3f3;
        height: 100%;	
	}

/*
====================== ====== =====================
====================== HEADER =====================
====================== ====== =====================
*/

#head-outer-wrap {
	background: url(../images/head-wrap.png);
	width: 100%;
	height: 272px;
	}

#head-inner-wrap {
	width: 1100px;
	height: 272px;
	margin: auto;
	}

#sitemap {
	background: url(../images/sitemap.png) no-repeat;
	width: 92px;
	height: 36px;
	position: relative;
	float: right;
	margin-right: 45px;
	}
	
#sitemap:hover {
	background: url(../images/sitemap-hover.png) no-repeat;
	}

#head-left {
	background: url(../images/logo.png) no-repeat;
	width: 247px;
	height: 272px;
	float: left;
	margin-top: 40px;
	}

#head-right {
	background: url(../images/head-fotos.png) no-repeat;
	width: 783px;
	height: 272px;
	float: right;
	margin-top: -20px;
	}

#menu {
	width: 1100px;
	height: 50px;
	float: left;
	margin-top: -96px;
	}

/*
====================== ========== =====================
====================== LIST ITEMS =====================
====================== ========== =====================
*/

#nav li {
	display: inline;
	}
	
#nav a {
	color: #fff;
	float: left;
	display: inline-block;
	line-height: 56px;
	padding-right: 50px;
	padding-left: 50px;
	}
	
#nav a:active, #nav a:focus, #nav a:hover {
	background: #333;
	color: #fff;
	}

a#current {
	background: #fff;
	color: #333;
	} 
	
a#current:active, a#current:focus, a#current:hover {
	color: #fff;
	}

/*
====================== ========= =====================
====================== CONTAINER =====================
====================== ========= =====================
*/
	
#container-outer-wrap {
	background: #f4f3f3;
	width: 100%;
	overflow: hidden;
	}
	
#container-inner-wrap {
	width: 1100px;
	min-height: 400px;
	overflow: hidden;
	padding: 10px;
margin:0 auto;
	}
	
#container-inner-wrap p, code {
	font-family: "Adobe Garamond Pro";
	font-size: 1.10em;
	letter-spacing: 0.05em;
	color: #545454;
	padding: 10px;
	}
	
.column1 {
	background:url(/uploads/images/bg.png);
	width: 1000px;
	margin: -20px 50px 10px 20px;
	padding: 20px;
	text-align: justify;
	z-index: 5;
	}
	
.column1-h1 {
	background: url(../images/h1-bg.png) no-repeat;
	color: #fff;
	font-family: "arial,helvetica,sans-serif";
	font-size: 30px;
	width: 1080px;
	height: 60px;
	margin: 0px 50px 0px 0px;
	padding-top: 10px;
	padding-left: 45px;
	z-index: 5;
	}
	
.column2-box {
	background: #fff;
	width: 470px;
	float: left;
	margin: 0px 0px 10px 20px;
	padding: 20px;
	text-align: justify;
	z-index: 5;
	}


/*
====================== ==== =====================
====================== FOOT =====================
====================== ==== =====================
*/
	
#foot-outer-wrap {
	background:#f4f3f3;
	width: 100%;
	height: 100px;
       }
	
#foot-inner-wrap {
	background: url(../images/footer-bg.png);
	width: 1100px;
	height: 100px;
	margin: auto;
	}
	
.foot-box {
	font-family: "Adobe Garamond Pro";
	color: #fff;
	text-align: center;
	padding-top: 55px;
	width: 550px;
	margin: auto;
	}

/* End of 'Noel_Stylesheet' */

