/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #404040;
}
#wrapper {
	margin: 0 auto;
	width: 922px;
	background-image:url(images/bakground.gif);
	/*background-repeat:no-repeat;
	background-position:bottom;*/
}
#faux {
	margin-left: 1px;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%;
	background-image:url(images/wrapper_background.gif);
	background-repeat:no-repeat;
	background-position:left;
}
#header {
	text-align:center;
	color: #333;
	padding: 0px 0px 0px 700px;
	height: 200px;
	margin: 0px 0px 0px 0px;
	background-position:left;
	background-image: url(images/cabecera.gif);
	background-repeat: no-repeat;
}
#navigation {
	text-align:left;
	height: 50 px;
	color: #333;
	margin: 5px 225px 5px 0px;
}
#leftcolumn {
	display: inline;
	color: #333;
	margin: 0 0 0 5px;
	padding: 0px;
	width: 195px;
	float: left;
}
#content {
	float: left;
	color: #333;
	margin: 10px 5px;
	padding: 0px;
	width: 470px;
	display: inline;
	position: relative;
	background-image: url(images/content_background.gif);
	background-position: center;
	background-repeat: no-repeat;
}
#rightcolumn {
	display: inline;
	position: relative;
	color: #333;
	margin:  5px 7px 5px 0px;
	padding: 10px;
	width: 190px;
	float: right;
}
#footer {
	height:150px;
	text-align:center;
	width: 902px;
	height: 50 px;
	clear: both;
	color: #333;
	background-image: url(images/footer_background.gif);
	background-repeat: no-repeat;
}

#logo_footer{
margin-left: 50px;
text-align:left;
}

.clear { clear: both; background: none; }

ul{
	padding: 0px;
	list-style:none;
	color: #CCCCCC;
	font-size: 11px;
}

#wrapper #faux #rightcolumn #content li {
	list-style-image:url(images/li.gif);
	list-style-position:inside;
}

ol li{
	list-style-type:decimal;
	list-style-position:inside;
	list-style-image: none;
	text-indent: 2px;
	color: #CCCCCC;
	font-size: 11px;
	margin-left:20px;
}

#wrapper #faux #content li {
	margin-bottom: 8px;
}



a {
	font-weight: normal;
	color: #F78223;
	text-decoration: none;
}
p{
	padding: 10px;
	text-indent: 2px;
	color: #CCCCCC;
	font-size: 11px;
}
#wrapper #faux #rightcolumn #nifty #nifty_in p {
	font-size: 11px;
	color: #404040;
	text-decoration: none;
	margin: -12px;
}
h1 {
	color:#bd8c61;
	font-size: 16px;
}

h2 {
	color:#bd8c61;
	font-size: 14px;
	margin-left:20px;
}

h3 {
	color:#bd8c61;
	font-size: 11px;
	margin-left:20px;
}


#wrapper #faux #rightcolumn h1 {
	color: #404040;
}
#wrapper #faux #rightcolumn p {
	color: #404040;
}
#wrapper #faux #rightcolumn li {
	color: #404040;
}

/* Menu --------*/

#menu4 {
	width: 180px;
	margin: 0px;
	border-style: solid solid none solid;
	border-color: #000;
	border-size: 0px;
	border-width: 0px;
	}
	
#menu4 li a {
	height: 32px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 18px;
	text-decoration: none;
	}	
	
#menu4 li a:link, #menu4 li a:visited {
	color: #CCC;
	display: block;
	background:  url(images/menu4.gif);
	padding: 1px 0 0 10px;
	margin:  3px 0 0 0px;
	}
	
#menu4 li a:hover {
	color: #FFF;
	background:  url(images/menu4.gif) 0 -32px;
	padding: 1px 0 0 10px;
	margin:  3px 0 0 0px;
	}	
	
/* rounded corners --------*/

.roundedcornr_box_671335 {
   background: #cccccc;
}
.roundedcornr_top_671335 div {
   background: url(images/roundedcornr_671335_tl.png) no-repeat top left;
}
.roundedcornr_top_671335 {
   background: url(images/roundedcornr_671335_tr.png) no-repeat top right;
}
.roundedcornr_bottom_671335 div {
   background: url(images/roundedcornr_671335_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_671335 {
   background: url(images/roundedcornr_671335_br.png) no-repeat bottom right;
}

.roundedcornr_top_671335 div, .roundedcornr_top_671335, 
.roundedcornr_bottom_671335 div, .roundedcornr_bottom_671335 {
   width: 100%;
   height: 15px;
   font-size: 1px;
}
.roundedcornr_content_671335 { margin: 0 15px; }

h4 {
text-align: center;
}
