/* Standard stuff */

body {
	margin-top: 0;
	background: #fdffc6 url(../images/background.gif) repeat-x;
	font: normal normal 10pt Arial, Verdana, Helvetica, Geneva, sans-serif;
	color: #333;
	height:100%;

}

p {
	text-align: left;
	color: #333;
	padding-top: 10px;
	padding-left: 10px;
	line-height: 20px;
}

table {
	border: 1px solid #333;
	margin-left: 8px;
}

input.primary {
	margin-left: 258px;
}

a {
	color: #1c00d6;
	text-decoration: none;
	border-style: none;
}

a:visited {
	color: #1c00d6;
	text-decoration: none;
	border-style: none;
}

a:hover {
	color: #3a0000;
}

a:hover {
	color: #3a0000;
}

h1 {
	margin: 10px;
	font-size: 14pt;
}

h2 {
	margin: 10px;
	font-size: 11pt;
	font-variant: small-caps;
	color: #000;
}

h3 {
	font-size: 10pt;
	font-variant: small-caps;
	color: #000;
	margin: 5px 10px 5px 25px;
}

/* Layout */

div#layout {
	margin: 0 auto;
	vertical-align: middle;	
	width: 770px;
	top: 0;
}

div#header {
	height: 100px;
	background: url(../images/logo.gif) no-repeat;
}

div#nav {
	height: 30px;
}

div#main {
	padding-top: 30px;
}

div#left {
	width: 240px;
}

.column {
	position: relative;
	float: left;
}

div#right {
	width: 520px;
	padding-left: 10px;
	padding-bottom: 20px;
}


div#footer {
	clear: both;
	text-align: left;
	font-size: 8pt;
	border-top: 1px solid #999;
	border-top-style: dotted;
	padding-top: 10px;
	margin-top: 40px;
}

div#copyright {
	position: relative;
	clear: both;
	text-align: left;
	font-size: 8pt;
	top: 0px;
}

/* Styling */


#right img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #666;
}

p.cert-logo {
	text-align: center;
}

table.contact {
	border: none;
}

#right table tbody tr.primero td {
	background-color: #cacd93;
	font-weight: bold;
}

#right table tbody tr.linea-par td {
	background-color: #979a60;
}

#right table tbody tr.linea-impar td {
	background-color: #cacd93;
}

#left ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10pt;
	list-style-position: outside;
	list-style-type: none;
}

#right ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10pt;
	list-style-position: outside;
}

.contact {
	border: none;
}
/* @group nav */

#nav ul {
	margin: 0;
	padding: 0 0 0 0;
	float: left;
	width: 100%;
}

#nav ul li {
	list-style-type: none;
	display: inline;
	float: left;
	width: auto;
	font-size: 11pt;
	padding: 9px 5px 5px;
	right: 10px;
	margin-right: 30px;
}

/* @end */

/* @group footer */

#footer ul {
	margin: 0;
	padding: 0 0 0 0;
	float: left;
	width: 100%;
}

#footer ul li {
	list-style-type: none;
	display: inline;
	float: left;
	width: auto;
	font-size: 11pt;
	padding: 0px 10px 5px 10px;
}

#footer ul li a {
	font-size: 8pt;
}

/* @end */