/* CSS Document */

	
	img {
	border:0px;
	}
	
	#info {
	width:300px;
	float:left;
	}
	
	#fotos {
	margin-left: 30px;
	margin-top: 0px;
	width:640px;
	float:left;
	}
	
	#titulo {
	font-size:22px;
	width:300px;
	padding-left:35px;
	font-family: 'Courgette', cursive;


	font-weight:400;
	color:#1B69AA;
	}
	
	#textos {
	font-size:12px;
	width:230px;
	padding-left:35px;
	padding-top:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:400;
	line-height:20px;
		text-align : justify;


	color:#666;
	}
	
	#boton {
	padding-left:80px;
	padding-top:30px;
	}
	
	#txt_boton a {
	width:200px;
	display:block;
	padding:10px 9px 10px 9px; 
	text-align:center;
	font-size:15px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:600;
	color:#666;
	background-color:#ccc;
	background-image:url(../images/bg_boton.png);
	background-position:top;
	background-repeat:repeat-x;
	}
	
	#txt_boton a:hover{
	color:#fff;
	background-color:#E1C600;
	}
	
	.button {
	margin-left:40px;
	margin-top:30px;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}

.button a {
	margin-left:40px;
	margin-top:30px;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}

.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}

.button:active {
	position:relative;
	top:1px;
}
	
	#marcas_tolvas {
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	width:300px;
	list-style: none;
	}
	
	#marcas_tolvas li
	{
	float: left;
	list-style: none;
	}
	
		a {
	outline: none;
	
}

a img {
	border: 1px solid #BBB;
	padding: 2px;
	margin: 10px 15px 10px 0;
	vertical-align: top;
}

a img:hover {
	border: 1px solid #FEDF12;
	padding: 2px;
	margin: 10px 15px 10px 0;
	-moz-box-shadow: 0px 0px 8px 3px #E1C600;
	-webkit-box-shadow: 0px 0px 8px 3px #E1C600;
	box-shadow: 0px 0px 8px 3px #E1C600;
	vertical-align: top;
}

a img.last {
	margin-right: 0;	
}
	
	
	
	#logotipo {
	position:absolute;
	padding-left:30px;
	margin-left:-501px;
	left: 50%; 
	width:1002px;
	height:15px;
	z-index:999;	
	
	}
	
	#pie {
	clear:both;
	margin-left: auto;
	margin-right: auto;
	width:100%;
	background-color:#404040;
	background-repeat:no-repeat;
	height:86px;		
	}
