@charset "utf-8";
.tablamain {
	background-image: url(imgs/fondo_main.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.tablacontent {
	background-image: url(imgs/topbg_content.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.bordefoto {
	border: 1px dashed #E0C6A3;
}
form {margin:0;}

.grande {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #C69E67;
	border: 1px solid #916228;
	height: 18px;
	width: 100%;
}

.boxcoment {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #C69E67;
	border: 1px solid #916228;
	height: 60px;
	width: 100%;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
}

