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

body {
	margin:0px;
	background:url(../imgs/bkg_general.jpg) repeat;
	font-family:"Gill Sans MT", "Arial Black", Arial, "Arial Rounded MT Bold";
	font-size:12px;
	color:#2d2407;
}

object,
a {
	outline:none;
}

#clear {
	clear:both;
	width:100%;
	height:0px
}

a:link,
a:active,
a:visited {
	font-family:"Gill Sans MT", "Arial Black", Arial, "Arial Rounded MT Bold";
	font-size:12px;
	font-weight:bold;
	color:#055730;
	text-decoration:none;
}

a:hover{
	font-family:"Gill Sans MT", "Arial Black", Arial, "Arial Rounded MT Bold";
	font-size:12px;
	font-weight:bold;
	color:#055730;
	text-decoration:underline;
}

#cont_sitio {
	background:url(../imgs/bkg_sitio.png) no-repeat;
	width:520px;
	height:720px;
	padding:40px;
	margin-left:auto;
	margin-right:auto;
}

.titulo {
	font-family:"Gill Sans MT", "Arial Black", Arial, "Arial Rounded MT Bold";
	font-weight:bold;
	font-size:18px;
	color:#055730;
}

#cont_thumb {
	text-align:center;
	float:left;
	width:160px;
	margin:5px;
}

.thumb_sitio {
	background:url(../imgs/sombra_thumb.png) no-repeat;
	width:140px;
	height:116px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:14px;
}


