/* CSS Document */


/* HTML Elements */
* {
	margin:0;
	padding:0;
	}
	
body {
	font: 100% Arial, Helvetica;
	background-color:#000;
	background-image:url(http://follandogratis.org/wp-content/themes/arthemia/images/banners/bg_body.jpg);
	background-repeat:repeat-x;
	color: #333;
	}
	
a:link, a:visited {
	color:#3582DC;;
	text-decoration:none
	}

a:hover, a:active {
	color: #000;
	text-decoration:underline;
	}


h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:50px;
	}
	
	h2 a:link{
	color:color:#3582DC;
	text-decoration:underline;
	}
	
	h2 a:hover{
	color:#000000;
	text-decoration:underline;
	}

#head {
	width:960px;
	height:auto;
	text-align:center;
	margin:0px auto;
	margin-top:15px;
	padding:0px;
	font-size:0.7em;
	}

#page {
	width:940px;
	margin:0px auto;
	padding:10px;
	background:#ececec;
	font-size:0.7em;
	}
	
	#page .clearfloat{
		background-color:#fff;
		text-align:center;
		}
	
	#page span {
		width:940px;
		height:auto;
		font:3.5em Arial;
		font-weight:bold;
		letter-spacing:-0.08em;
		text-align:center;
		}

#publicidad {

	width:920px;
	height:110px;
	text-align:center;
	}
	
	#publicidad h3{

	width:920px;
	height:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:700;
	text-align:center;
	color:#000000;
	}

.gal{
	width:920px;
	height:auto;
	float:left;
	margin-left:7px;
	padding-left:7px;
	}
	
.thumb {
	width:150px;
	height:150px;
	border:0;
	margin:1px;
	float:left;
	}
