﻿* {
	margin: 0px;
}
/* Global Elements */
body {
	background: /*#F1ECDA*/#517186 url(images/body.jpg) top repeat-x;
	font: 0.75em Arial;
	color: #FFF; /*#<?php echo $text_color; ?>;*/
	text-align: center;
}
fieldset {
	border: 0px;
	padding: 0px;
}
form {
	padding: 0px;
}



#ttext
{
font-weight: none;
text-transform: uppercase;
text-decoration: none;
padding: 0px 0px 0px 205px;
}

#ttext a {
	text-decoration: none;
font-weight: none;
}

#ttext a:hover {
	text-decoration: none;
font-weight: none;
}


a {
	color: #FFF; /*#<?php echo $link_color; ?>;*/
}
a:hover {
	text-decoration: none;
	color: #BAD3F5;
}
.clear {
	clear: both;
	height: 0%;
	font-size: 0%;
}
/* Top container */
#container {
	width: 769px;
	margin: 20px auto 20px auto;
	text-align: left;
	background: url(images/fnd_container.gif) repeat-y center;
}
#content {
	padding: 24px 20px 0px 21px;
	background: url(images/arriba.gif) no-repeat;
}
/* Heading */
#title {
	background: url('images/fnd_title.gif') #668497 no-repeat 125px center;
	height: 95px;
	padding: 0px 20px 0px 15px;;
}
#titl {
	background: url('images/logo.gif') no-repeat 2px 20px;
	height:82px;
}
#title h1 {
	font: 2.0em Georgia;
	color: #<?php echo $link_color; ?>;
	padding: 33px 0px;
	float: left;
}

/* Search Box */
#search {
	float: right;
	color: #<?php echo $text_color; ?>;
	width: 240px;
	font-size: 0.9em;
	padding-top: 35px;
}
#search .label {
	margin-top: 10px;
	display: block;
	float: left;
	width: 60px;
}
#search .box {
	background: url(images/search_box.gif) no-repeat;
	float: left;
	padding: 6px 10px;
	margin-left: 5px;
}
#search .box input {
	font: 1.0em Arial;
	color: #<?php echo $text_color; ?>;
	width: 145px;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
#search .go {
	float: right;
	margin-top: 0px;
	font: 1em Arial;
	width: 60px;
	padding: 3px 0px;
}

/* Main Content */
#main {
	margin-top: 15px;
	padding: 0px 0px 0px 20px;
	background: #668497; /*url(images/main_bg.gif)/*url(images/fnd_main.png) #F5F4E0 no-repeat 15px 5px*/
}
#main #left {
	line-height: 2.1em;
	float: left;
	width: 450px;
}
#main #left h1 {
	color: #FFE476; /*#<?php echo $link_color; ?>;*/
	font: 1.7em Georgia;
	margin-bottom: 4px;
}
#main #left .one {
	font-size: 0.9em;
}
#main #right {
	width: 200px;
	float: right;
	color: #3D5D72;
}
#main #right a {
	color:#3D5D72;
}
#main #right a:hover {
	color: #BAD3F5;
}
#main #right h1 {
	background: url(images/h1.gif) no-repeat;
	font: 1.2em Arial;
	padding: 11px 0px 11px 20px;
}
#main #right #list a {
	background: url(images/a.gif) repeat-x bottom;
	display: block;
	text-decoration: none;
	padding: 11px 20px;
}
#main #right #list a:hover {
	text-decoration: underline;
}

#main #right #list2 {
	padding: 0px 5px;
}

/* Footer */
#footer {
	background: url(images/abajo.gif) no-repeat bottom;
	text-align: right;
	padding: 0px 20px 27px 21px;
	margin-top: 2px;
}
#footer .bar {
	background: #668497;
	padding: 7px 14px 7px 0px;
	font-size: 0.9em;
}

