html, body {
	background-attachment : fixed;
	background-repeat : no-repeat;
	background-color : #071179;
	background-position : center center;
	overflow : hidden;
}

.tableborder
{
	border-color : #99cc33;
	border-style : double;
	border-width : 3px;
	border-collapse : collapse;
}

.textoblanco {
	color : #ffffff;
	font-family : verdana;
	font-size : 11px;
	font-weight : normal;
}

.textonegrotour {
	color : #000000;
	font-family : verdana;
	font-size : 11px;
	font-weight : bold;
}

.textonegro {
	color : #000000;
	font-family : verdana;
	font-size : 10px;
	font-weight : normal;
}

.textonegrobold {
	color : #000000;
	font-family : verdana;
	font-size : 10px;
	font-weight : bolder;
}

.textonegrocursiv {
	color : #000000;
	font-family : verdana;
	font-size : 10px;
	font-weight : normal;
	font-style : italic;
}

.textogris {
	color : #999999;
	font-family : verdana;
	font-size : 10px;
	font-weight : bold;
}

.titulo {
	margin-top : 0px;
	margin-left : 0px;
	padding-top : 0px;
	padding-left : 0px;
	color : #4b4b9e;
	font-family : verdana;
	font-size : 16px;
	font-weight : bold;
	font-style : normal;
}

.textobcochico {
	color : #ffffff;
	font-family : verdana;
	font-size : 10px;
	font-weight : normal;
}

p {
	margin-top : 4px;
	margin-right : 0px;
	margin-bottom : 11px;
	margin-left : 0px;
	width : auto;
	line-height : normal;
	height : auto;
	left : auto;
	top : auto;
}

.textobcobold {
	color : #ffffff;
	font-family : verdana;
	font-size : 12px;
	font-weight : bold;
}

.divbgr {
	background-repeat : no-repeat;
	background-attachment : fixed;
}

.titulobco {
	color : #ffffff;
	font-family : verdana;
	font-size : 16px;
	font-style : normal;
	font-weight : bold;
}

.textobcocursiv {
	color : #ffffff;
	font-family : verdana;
	font-size : 12px;
	font-weight : normal;
	font-style : italic;
}

.textoazul {
	color : #000066;
	font-family : verdana;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
}

.tituloazul {
	margin-top : 0px;
	margin-left : 0px;
	padding-top : 0px;
	padding-left : 0px;
	color : #000066;
	font-family : verdana;
	font-size : 16px;
	font-weight : bold;
	font-style : normal;
}

blockquote {
	margin-top : 0px;
	margin-bottom : 11px;
	padding-top : 0px;
	padding-bottom : 0px;
}

.titulobcochico {
	color : #ffffff;
	font-family : verdana;
	font-size : 14px;
	font-style : normal;
	font-weight : bold;
}

.link {
	margin-top : 0px;
	margin-left : 0px;
	padding-top : 0px;
	padding-left : 0px;
	color : #ffffff;
	font-family : verdana;
	font-size : 11px;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;
}

.textoazulbold {
	color : #000066;
	font-family : verdana;
	font-size : 12px;
	font-style : normal;
	font-weight : bold;
}

.button {
	color : #4b4b9e;
	font-family : verdana;
	font-size : 12px;
	font-style : normal;
	font-weight : bold;
	text-decoration : none;
}

.subtitulo {
	margin-top : 0px;
	margin-left : 0px;
	padding-top : 0px;
	padding-left : 0px;
	color : #4b4b9e;
	font-family : verdana;
	font-size : 12px;
	font-weight : bold;
	font-style : normal;
}

.textoazulchico {
	color : #000066;
	font-family : "times new roman";
	font-size : 9px;
	font-style : normal;
	font-weight : normal;
}

.tablebgrtopleft {
	background-attachment : fixed;
	background-repeat : no-repeat;
	background-position : left top;
}

.tablebgrtopright {
	background-attachment : fixed;
	background-repeat : no-repeat;
	background-position : right top;
}

.rowbgbottom {
	background-attachment : fixed;
	background-repeat : no-repeat;
	background-position : bottom;
	vertical-align : bottom;
}

.tablebgbottomright {
	background-attachment : fixed;
	background-repeat : no-repeat;
	background-position : right bottom;
}

.tablebgbottomleft {
	background-attachment : fixed;
	background-repeat : no-repeat;
	background-position : left bottom;
}

.divborder {
	border-color : #c1c1e1 #d6ad58 #cc9933 #9797cc;
	border-style : ridge;
	border-top-width : 3px;
	border-right-width : 3px;
	border-bottom-width : 3px;
	border-left-width : 3px;
}

a:link {
	color : #e8e8f0;
	font-family : verdana;
	font-size : 11px;
	font-style : normal;
	font-weight : bold;
	text-decoration: none;
}

a:hover {
	color : #ffffff;
	font-family : verdana;
	font-size : 11px;
	font-style : normal;
	font-weight : bold;
}

a:active {
	color : #bfbfff;
	font-family : verdana;
	font-size : 11px;
	font-style : normal;
	font-weight : bold;
}

a:visited {
	color : #e8e8f0;
	font-family : verdana;
	font-size : 11px;
	font-style : normal;
	font-weight : bold;
	text-decoration: none;
}

a:focus {
	color : #cb9d44;
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : bold;
}

