/*
	PAGE WIDE Clases
	=================================
*/
html, body {
	background-color: #67624e;
	color: #ffffff;
	font-family: sans, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	text-align: center;
}

table {
	border-collapse: collapse;
	border: 0px solid #ff0000;
}

tr {
	vertical-align: top;
	text-align: center;
	border: 0px solid #00ff00;
}

td {
	padding: 0px;
	margin: 0px;
	border: 0px solid #0000ff;
}

img {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

a {
	color: #000000;
	text-decoration: none;
}

input {
	width: 100%;
}

/*
	SPECIFIC Clases
	=================================
*/

.t1 {
	vertical-align: top;
}

.t2 {
	height: 0%;
	width: 980px;
	background-image: url('/img/root/bg.jpg');
}

tr.t2 {
	background: url('/img/root/foot.png') no-repeat bottom center;
}

td.foot {
	padding-top: 50px;
}

p.bold {
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}

p.findus {
	margin: 5px;
	padding: 5px;
	color: #ff6600;
}

img.findus {
	margin: 5px;
	padding: 5px;
}

/*
	CLASSES FOR GENERAL USAGE
	=================================
	 - nh -> null height
	 - fh -> full height
	 - nw -> null width
	 - fw -> full width
	 - fs -> full size
*/

.nh {
	height: 0%;
}

.fh {
	height: 100%;
}

.nw {
	width: 0%;
}

.fw {
	width: 100%;
}

.fs {
	height: 100%;
	width: 100%;
}

.nomargin {
	margin: 0px;
	padding: 0px;
}

/*
	DIV CONTENT
	=================================
*/

#content {
	margin: 0px;
	width: 681px;
	height: 100%;
}

#content table.principal {
	height: 100%;
}

#content td.principal {
	text-align: left;
	padding: 0px 20px 0px 20px;
	height: 100%;
	background: url('/img/root/frame-mid.png') repeat-y top center;
	color: #000000;
}

#content h1 {
	font-family: Arial, Sans, sans-serif;
	font-size: 24px;
	text-align: left;
	color: #4d6e4c;
	font-weight: bold;
}

#content h2 {
	font-family: Arial, Sans, sans-serif;
	font-size: 20px;
	text-align: left;
	color: #4d6e4c;
	font-weight: bold;
}

#content h3 {
	font-family: Arial, Sans, sans-serif;
	font-size: 16px;
	text-align: left;
	color: #4d6e4c;
	font-weight: bold;
}

#content h4 {
	font-family: Arial, Sans, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #000000;
	font-weight: bold;
}

#content p {
	font-family: Arial, Sans, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #000000;
}

#content label, #content .form {
	font-family: Arial, Sans, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #000000;
}

#content li {
	font-family: Arial, Sans, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #000000;
}

#content a {
	color: #666633;
}

#content a:hover {
	color: #ff9900;
}

#content img {
	padding: 5px;
}

#content img.noborder {
	padding: 0px;
}

#content img#frame-bottom {
	margin-bottom: 70px;
	padding: 0px;
}

#content p.imagenCentrada {
	text-align: center;
}

#content a#volver {
	background: url('/img/articles/volver.png') no-repeat top left;
	display: block;
	height: 25px;
	width: 96px;
	float: right;
}
		    
#content a#volver:hover {
	background-position: -96px;
}

