@charset "utf-8";
/* CSS Document */

div#home1L{
	float:left;
	width:450px;
	height:200px;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
}

div#home1R{
	margin-left:470px;
	margin-right:10px;
	margin-top:10px;
	width:420px;
	height:200px;
}

div#home2L{
	float:left;
	width:286px;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
}

div#home2R{
	float:right;
	margin-right:10px;
	margin-top:10px;
	width:286px;
}

div#home2M{
	margin-right:10px;
	margin-top:10px;
	width:286px;
	color:#0F0;
	margin-left:306px;
}

#news{
	margin-left: 10px;
}

#news li{
	margin-bottom: 5px;
}

/*-----------NEWS (Ultimas fotos)-----------*/
div#lastPic{
	margin-top:10px;
	margin-left:5px;
	padding-left:5px;
	height:200px;
}
div.image-cat{
	width:75px;
}
ul.thumbs {
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}

