body {
	background-color: #FFF;
	background-image: url(background_top.gif);
	background-repeat: repeat-x;
	}

wrap{}

#wrap {
	background-image: url(background_content.gif);
	background-repeat: repeat-y;
	}

	#wrap p {
		font-family: Arial;
		font-size: 12px; 
		color: #777;
		margin: 0px;
		}

	#wrap acronym {
		border-bottom: 1px dotted #333;
		cursor: help;
		}

	#wrap h3 {
		text-decoration: none;
		font-family: Arial;
		font-size: 12px; 
		color: #A5D70F;
		margin: 0px 0px 15px 0px;
		font-weight: bold;
		}

header{}

	#wrap #header {
		background-image: url(background_header.gif);
		background-repeat: no-repeat;
		}

		#wrap #header ul{ 
			padding: 5px 0px 0px 0px;
			margin: 0px;
			list-style-type: none;
			text-align: center;
			}

			#wrap #header ul li {
				display: inline; 
				margin: 0px 10px 0px 10px;
				}

				#wrap #header ul li a {
					font-family: Geneva, Arial, Helvetica, sans-serif;
					font-size: 10px;
					text-transform: uppercase;
					color: #333;
					text-decoration: none;
					padding: 7px 10px;
					font-weight: bold;
					}

					#wrap #header ul li a:link {
						text-decoration: none;
						}

					#wrap #header ul li a:visited {
						text-decoration: none;
						}

					#wrap #header ul li a:hover {
						color: #555;
						text-decoration: underline;
						}

					#wrap #header ul li a:active {
						text-decoration: none;
						}

content{}

	#wrap #content {
		}

		#wrap #content h1 {
			display: none;
			}

		#wrap #content #content_h1 {
			background-image: url(h1_marcelofigueroa.gif);
			background-repeat: no-repeat;
			}

		#wrap #content #info {
			background-color: #EDEDED;
			}

		#wrap #content #news,
		#wrap #content #random_link,
		#wrap #content #random_web_design {
			text-align: justify;
			}

			#wrap #content #news h3,
			#wrap #content #random_link h3,
			#wrap #content #random_web_design h3 {
				display: none;
				}

			#wrap #content #news #h3_title{
				background-image: url('h3_news.gif');
				background-repeat: no-repeat;
				}

			#wrap #content #random_link #h3_title{
				background-image: url('h3_random_link.gif');
				background-repeat: no-repeat;
				}

			#wrap #content #random_web_design #h3_title {
				background-image: url('h3_random_web_design.gif');
				background-repeat: no-repeat;
				}

		#wrap #content #permanent_links {
			}

			#wrap #content #permanent_links ul{ 
				margin: 0px;
				list-style-type: none;
				text-align: center;
				}

				#wrap #content #permanent_links ul li {
					display: inline; 
					margin: 0px 5px 0px 5px;
					}

		#wrap #content #news {
			}

			#wrap #content #news #opening_quote {
				background-image: url('q1.gif');
				background-repeat: no-repeat;
				}

			#wrap #content #news p {
				text-align: justify;
				padding: 10px 0px 0px 0px;
				}

			#wrap #content #news #end_quote {
				background-image: url('q2.gif');
				background-repeat: no-repeat;
				background-position: bottom right;
				}

		#wrap #content #random_link {
			background-color: #EDEDED;
			}

		#wrap #content #random_web_design {
			background-color: #EDEDED;
			}

		#wrap #content #content_footer {
			background-color: #EDEDED;
			}

footer{}

	#wrap #footer {
		background-image: url(background_footer.gif);
		background-repeat: no-repeat;
		}

/*--------Rescatado de v0---------------*/


.contador {
	font-family: Arial; 
	font-size: 9px; 
	color: #999999; 
	text-decoration: none; 
	}

.normal	{
	font-family: Arial ; 
	font-size: 12px; 
	color: #777777;
	text-decoration: none;
	}

	.normal:link {
		}

	.normal:visited {
		}

	.normal:hover {
		text-decoration: underline; 
		}

	.normal:active {
		}

	.normal li {
		padding-left: 0px;
		line-height: 17px;
		} 

	.normal ul {
		padding-left: 15px;
		}

.normal_naranja	{
	font-family: Arial ; 
	font-size: 12px; 
	color: #FF9900;
	text-decoration: none;
	}

	.normal_naranja:link {
		}

	.normal_naranja:visited {
		}

	.normal_naranja:hover {
		text-decoration: underline; 
		}

	.normal_naranja:active {
		}

.nota {
	font-family: Arial; 
	font-size: 9px; 
	color: #CCCCCC; 
	text-decoration: none; 
	}

	.nota:link {
		}

	.nota:visited {
		}

	.nota:hover {
		text-decoration: underline; 
		}

	.nota:active {
		}

.verde_simple {
	font-family: Arial ; 
	font-size: 12px; 
	color: #A5D70F
	}
