/* CSS Document  for fluid.cat	*/
/* Auhtor: Natalia Artigas		*/
/* All rights reserved			*/
/*****************
	LAYOUT
*******************/
body{
	margin:0px;
	padding:0px 0px 20px 0px;
	background-color:#FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	color:#252525;
	font-size:12px;
	line-height:18px;
	}
.wrapper{
	width:980px;
	margin:0 auto;
	}
ul,li,h1, h2, h3, h4, h5, p{
	margin:0px;
	padding:0px;
	}
img{
	border:none;
	}
a{
	text-decoration:none;
	color:#7c7e73;
	}
a:hover{
	text-decoration:underline;
	}
ul,li{
	list-style:none;
	}
.floatLeft{
	float:left;
	}
.floatRight{
	float:right;
	}
/*****************
	HEADER
*******************/
.header{
	display:block;
	padding-bottom:18px;
	border-bottom:solid 20px #aaa9a2;
	}
* html .header{
	height:1%;
	}
.header .idiomes{
	display:block;
	width:100%;
	height:50px;
	font-size:10px;
	margin-top:7px;
	}
.header .idiomes ul{
	float:right;
	width:318px;
	}
.header .idiomes ul li{
	float:left;
	text-transform:uppercase;
	}
.header .idiomes ul li.select a{
	text-decoration:underline;
	}
.header h1{
	display:block;
	overflow:hidden;
	}
/******************
	CONTENT
*******************/
.content{
	clear:both;
	display:block;
	margin-top:37px;
	overflow:hidden;
	}
* html .content{
	height:1%;
	}
.content ul li{
	float:left;
	display:block;
	width:318px;
	height:258px;
	padding:0px 0px 0px 13px;
	overflow:hidden;
	}
.content ul li.first{
	padding:0px;
	}
.content ul li a{
	font-weight:bold;
	}
.content ul li img{
	margin-bottom:3px;
	}
.content ul li a.external{
	background: url(img/external_link.gif) #FFFFFF no-repeat scroll right top;
	padding:3px 21px 0px 0px;
	}
*+html .content ul li a.external{
	padding-left:1px;
	}
/*************************
	FOOTER
**************************/
.footer{
	clear:both;
	background-color:#aaa9a2;
	display:block;
	overflow:hidden;
	padding:0px 0px 10px 0px;
	color:#FFFFFF;
	}
* html .footer{
	height:1%;
	}
.footer p{
	margin-top:18px;
	}
.footer .left{
	float:left;
	width:625px;
	padding:0px 0px 0px 13px;
	}
.footer .right{
	float:right;
	width:318px;
	padding:0px 0px 0px 13px;
	}
.footer a,
.footer a:hover{
	color:#FFFFFF;
	}