/* CSS Document */
@media all {                /* hide from Netscape 4 */
a img { color: inherit;     /* undo the rule above */
        border: none;       /* hide from Netscape 4 */
   }
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	background-color: #D7F2FB;
	color: #CCCCCC;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/body/fondo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
}
/* LINK DE MENU */
a.linktexto1:link {
	color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
a.linktexto1:visited {
	color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
a.linktexto1:hover {
	color: #0000CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
a.linktexto1:active {
	color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

/* MENU LINK */

a.menu:link {
	color: #0066FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 11px;
	background-image: url(../img/bot/arriba01.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
a.menu:visited {
	color: #0066FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 11px;
	background-image: url(../img/bot/arriba01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	
}
a.menu:hover {
	color: #0066FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 11px;
	background-image: url(../img/bot/arriba02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	
}
a.menu:active {
	color: #0066FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 11px;
	background-image: url(../img/bot/arriba01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	
}
/* MARCOS MENU */

.marcoMenu {
	width: 440px;
}
.marcoSubTitulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #003399;
	border: 1px solid #003399;
	padding: 10px;
	text-align: left;
	letter-spacing: 1px;
}
.marcoImportante {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #003399;
	border: 1px solid #003399;
	padding: 10px;
	text-align: justify;
	background-color: #BFEBFF;
}

.marcoImportante2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #003399;
	border: 1px solid #003399;
	padding: 5px;
	text-align: center;
	background-color: #BFEBFF;
}
.marcoImportante3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #003399;
	border: 1px solid #003399;
	padding: 3px;
	text-align: left;
	background-color: #BFEBFF;
}


/* textos */
.tex01{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
.tex02{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.subTitulo01{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

