/* CSS Document */
body {
	background:#fff;
		background-image:url(img/backg1.jpg);
	background-repeat:repeat;
	font-family: trebuchet ms, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	margin:0;
	padding:0;
}
img {
	border:none;
}
a {
	color:#FFFFFF;
	text-decoration:none;
}
.tit {
	color:#FFFF00;
}
.tit a {
	color:#FFFF00;
	text-decoration:underline;
	text-align:center;
}
h1{display:inline;}
#header, #nav, #navlist, #content, #footer {
	width:900px;
	margin:0 auto;
}
#content{
	border-bottom:1px solid #FFFF00;
}
#navlist {
	padding: 3px 0;
	margin-left: 0;
	border-bottom: 1px solid #298614;
	font: bold trebuchet ms, Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-color:#339900;
}
#navlist li {
	list-style: none;
	margin: 0;
	display: inline;
}
#navlist li a {
	padding: 3px 0.5em;
	margin-left: 0px;
	border: 1px solid #ff0;
	border-bottom: none;
	background: #ff0;
	text-decoration: none;
}
#navlist li a:link {
	color: #036;
}
#navlist li a:visited {
	color: #036;
}
#navlist li a:hover {
	color: #ff0;
	background: #036;
	border-color: #003366;
}
#navlist li a#current {
	background: white;
	border-bottom: 1px solid white;
	color:#FFFF00;
}
#header {
	height:120px;	
	background-color:#003366;
	padding-top:10px;
	background-image:url(img/468X100_1.gif);
	background-position:right;
	background-repeat:no-repeat;
}
#header span{
	font-size:18px;
	font-weight:normal;
	margin-left:20px;
	color:#CCCCCC;
}
#header h1{
	color:#FFFF00;
	margin-left:20px;
	margin-top:20px;
}
#content {
	background-color: #003366;
	background-image:url(img/backg.jpg);
	background-repeat:repeat-x;
}

.main {
	width:650px;
	float:left;
	margin-top:5px;
	margin-left:10px;
}
.girl {
	width:460px;
	margin:0 auto;
	overflow:hidden;
}
.girl img {
	border:2px solid #FFFF00;
	width:450px;
	height:auto;
}
.girl p {
	color:#CCCCCC;
}
.subnav {
	width:460px;
	margin:20px auto;
	padding:10px;
}
.subnav a {
	color:#FFFF00;
	font-weight:bold;
}
.subnav .prev {
	float:left;
}
.subnav .next {
	float:right;
}
.right {
	width:200px;
	float:right;
	background-color:#003366;
	margin:10px 20px 0 0;
	padding:5px 0 5px 0;
	text-align:center;
	background-image:url(img/backg-foot.jpg);
	background-repeat:repeat;
}
.tns div {
	float:left;
	margin:3px 0 3px 25px;
	text-align:center;
}
.tns img{border:1px solid #FFFF00;}
.cont_index {
	width:640px;
	margin:0 auto;
}
.cont_index p {
	text-align:left;
}
.cont_index img {
	border:4px solid #FFFF00;
}
/*---------- updates -------*/

.nav_up {
	width:230px;
	margin:10px auto;
}
.nav_up a {
	color:#FFFF00;
	font-weight:bold;
}
.content_box {
	width:650px;
	margin:0 auto;
}
.content_box .list {
	list-style:none;
	clear:both;
}
.content_box .list li {
	float:left;
	text-align:left;
	width:110px;
	margin-top: 10px 0 0 23px;
}
.content_box .list li img {
	border:1px solid #FFFF00;
	width:100px;
	height:auto;
}
.content_box .list li .name {
	float:left;
	font-size:12px;
	font-weight:bold;
	margin:5px 0 0 5px;
	white-space:nowrap;
}
.content_box .list li .alias {
	float:left;
	font-size:12px;
	margin:5px 0 0 5px;
	white-space:nowrap;
}
.content_box .list li .date {
	clear:both;
	font-size:12px;
	margin:0 0 0 5px;
}
.content_box .list li .text {
	clear:both;
	margin-bottom:10px;
}
/*---- banners------*/

.ban_h {
	width:480px;
	margin:10px auto;
}
.ban_v{
	width:200px;
	margin:0 auto;
}
/*--- intercambios----*/
.inter{
	width:900px;
	margin:0 auto;
	background-color:#003399;
}
/*------- footer ----*/
#footer{
	background-color:#999999;
	background-image:url(img/backg-foot.jpg);
	background-repeat:repeat;
	text-align:center;
	padding:10px 0 10px 0;
	border-bottom:1px solid #FFFF00;
}