﻿body
{
	height: 100%;
	background-color: #FFFFFF;
	font-style: normal;
	font-size: small;
	margin: 0;
	font-family: Century Gothic;
	font-size: 14px;
	color: #5a5a5a;
}

a, a:visited
{
	text-decoration: none;
	color: silver;
}

a:hover
{
	text-decoration: underline;
}

h1
{
	font-family: Georgia;
}

h3
{
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}

#leftColumn
{
	background-image: url(Images/bgleft.gif);
	background-repeat: repeat-y;
	width: 28px;
}

#rightColumn
{
	background-image: url(Images/bgright.gif);
	background-repeat: repeat-y;
	width: 28px;
}

.headerTable
{
	width: 100%;
	background-color: #F5F5F5;
	background-image: url(Images/header.png);
	background-repeat: no-repeat;
	border-bottom: 1px solid #e5e5e5;
	height: 80px;
}

.tdHeaderMenu
{
	width: 340px;
	vertical-align: bottom;
	text-align: right;
	padding-right: 20px;
	padding-bottom: 5px;
}

.tdHeaderMenu a
{
}

.separator
{
	margin-left: 20px;
}

.footer
{
	width: 100%;
	background-color: #f5f5f5;
	height: 30px;
	padding-top: 10px;
	border-top: 1px solid #e5e5e5;
}

.footer a
{
	color: #5a5a5a;
}

.headerTable h1
{
	margin-left: 10px;
	margin-bottom: 0px;
}

.leftFloater
{
	float: left;
}

.rightFloater
{
	float: right;
}

#lblAllomagobie
{
	margin-left: 10px;
}

#lblFigura
{
	margin-right: 10px;
}

#contentTable
{
}

#content
{
	margin: 0px 25px 0px 10px;
}

.picBoxes
{
	margin-top: 20px;
	width: 60%;
	float: left;
}

.txtBoxes
{
	margin-top: 20px;
	padding-left: 15px;
	width: 37%;
	float: right;
	color: #5a5a5a;
	text-align: justify;
	border-left: 1px solid #efefef;
}

.txtBoxes h2, .picBoxes h2
{
	font-family: Georgia;
	font-size: 17px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}

.txtBoxes p, .picBoxes p
{
	margin: 0px 0px 20px 0px;
}

.imgPics
{
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	border: 1px solid silver;
}

.automargin
{
	margin: 0px auto;
}

.nomargin
{
	margin: 0px;
}

.box
{
	border: 1px solid #e5e5e5;
	background-color: #fafafa;
	width: 98%;
	margin-bottom: 10px;
}

input[type="text"], input[type="password"], select, textarea
{
	color: #666;
	background: #FFFFFF;
	border: 1px solid #B8C1CA;
}

input[type="submit"], input[type="button"]
{
	color: #666;
	background: #F1F1F1;
	border: 1px solid #B8C1CA;
}

input[type="submit"]:hover, input[type="button"]:hover
{
	color: #FFFFFF;
	background: #B8C1CA;
	cursor: pointer;
}

.alignright
{
	text-align: right;
}

.alignleft
{
	text-align: left;
}

.aligncenter
{
	text-align: center;
}

.alignjustify
{
	text-align: justify;
}

.codesample
{
	float: left;
	padding: 10px;
}

div.codewrapper:after
{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.boxPadding
{
	padding: 10px;
}

.dimcolor, .dimcolor a
{
	color: #e5e5e5;
}

.tooltip
{
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	border: 1px solid #e5e5e5;
	background-color: #fafafa;
	padding: 10px;
	min-width: 300px;
	max-width: 420px;
}

.tooltipdetails
{
	font-size: 0.9em;
	font-family: Verdana;
	min-height: 60px;
	max-height: 400px;
	overflow: hidden;
	min-width: 300px;
	max-width: 420px;
	border: 1px solid #e5e5e5;
	background-color: White;
	padding: 5px;
}

.comment
{
	padding: 5px;
	background-color: White;
	min-height: 41px;
	text-align: justify;
}

.comment-admin
{
	background-color: #fafafa;
}
