﻿body {
    margin:0;
    padding:0;
    border:0;
    font-family:Trebuchet MS;
    font-size:12px;
    color:#666666;
    background:#007fff url(images/pageBackground.jpg) repeat-x;
    background-color:#006699;
}

a:link, a:visited{
    color:#006699;
    text-decoration:none;
}
    
a:hover{
    text-decoration:underline;
}
    
a.whiteLink:link, a.whiteLink:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a.whiteLink:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

input[type="text"], input[type="password"], input[type="file"], select, textarea {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color:#666666;
	border: 1px solid #C0C0C0;
	padding: 2px;
	margin: 1px;
}

h1{
	font-family:"Trebuchet MS", Tahoma;
	font-size:20px;
	color:#990000;
	margin:0px 0px 10px 0px;
}

h2{
	font-family:"Trebuchet MS", Tahoma;
	font-size:16px;
	color:#006699;
	margin:0px 0px 10px 0px;
	font-weight:normal;
}

p.paragrap{
	font-family:"Trebuchet MS", Tahoma;
	font-size:14px;
	color:#666666;
	padding:0px 15px;
}

.barTitle {
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #708ba9;
}

.linkList {
	padding: 0px;
	margin: 0px 10px 10px 10px;
	list-style-type: none;
}

.linkList li {
	padding: 0px;
	margin: 0px;
}

.linkList a {
	color: #808080;
	text-decoration: none;
	display: block;
	padding: 0px 0px 0px 15px;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 2px;
	background:white url(images/arrowGray.gif) 5px 5px no-repeat;
}

.linkList a:hover {
	font-weight: bold;
	color: #990000;
	background:white url(images/arrow.gif) 5px 5px no-repeat;
}

.paqComment{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#666666;
	border:3px solid #CCCCCC;
	margin:30px 0px 0px 10px;
	padding:10px;
}

.terminos{
	font-family:"Trebuchet MS", Tahoma;
	font-size:11px;
	color:#666666;
}

.interactive .content{ background-color:#EEEEEE; padding:0px 20px; }
.interactive .list{ padding-bottom:20px; }
.interactive .iList { padding: 0px; margin: 0px 0px 0px 10px; list-style-type: none; }
.interactive .iList li.iListOff { padding: 3px; margin: 0px; background-color:#FFFFFF; }
.interactive .iList li.iListOn { padding: 3px; margin: 0px; background:#EEEEEE url(images/leftOption.gif) left top no-repeat; }
.interactive .iList a { color: #808080; text-decoration: none; display: block; padding: 0px 0px 0px 15px; margin-left: 10px; margin-right: 0px; margin-bottom: 2px; background:url(images/arrowGray.gif) 5px 5px no-repeat; }
.interactive .iList a:hover { font-weight: bold; color: #990000; background:url(images/arrow.gif) 5px 5px no-repeat; }