@charset "utf-8";
/* CSS Document */
body {
	background            : #334515;
	background-position   : center;
	color                 : #666;
	font-family			  : "Times New Roman", Times, serif;
	margin                : 0px;
	margin-left           : 8px;
}

#wrapper {
	width                 : 900px;
	margin                : 0 auto;
    background-image      : url(../images/bg.png);
	background-repeat     : repeat-y;
}

#header {
	background-image      : url(../images/logo.png);
	width                 : 900px;
	height                : 170px;
	background-position   : center;
}

#menu {
	background-image      : url(../images/menu.png);
	background-repeat     : no-repeat;
	width                 : 780px;
	height                : 40px;
	margin-left           : 60px;
}

.menusub {
	margin-left           : 19px;
}

#content {
	width                 : 820px;
	padding-left          : 50px;
	padding-top           : 10px;
}

#contenido {
    margin                : 0 250px 0 0;
	font-family		      : Geneva, Arial, Helvetica, sans-serif;
	font-size             : 17px;
	color                 : #EDFEEF;
	padding-right         : 10px;
}

#right {
    width                 : 240px;
	font-family			  : Geneva, Arial, Helvetica, sans-serif;
	font-size             : 17px;
    float                 : right;
	color                 : #EDFEEF;
}

h1 {
	background-image      : url(../images/h1.png);
	background-repeat     : no-repeat;
	font-size             : 20px;
	letter-spacing        : 0.2em;
    color                 : #EDFEEF;
	width                 : 580px;
	height                : 45px;
	margin-top            : 35px;
	padding-left          : 80px;
	padding-top           : 15px;
}

.small {
	font-size			  : 12px;
}

a:link, a:visited {
    font-size             : 14px;
	font-weight			  : normal;
    color                 : #7D9B60;
    text-decoration       : none;
}

a:hover {
    color                 : #B0D66B;
    font-weight           : normal;
    text-decoration       : none;
}

#footer {
   	background-image      : url(../images/footer.png);
	background-repeat     : no-repeat;
    width                 : 858px;
	height          	  : 40px;
	font-size        	  : 14px;
	margin-left           : 21px;
	color           	  : #B0D66B;
}
