/***********************************************/
/* Estilos de etiquetas HTML para impresora    */
/***********************************************/
body {
	background-color: #DBDBDB;
	font-family: "Book Antiqua", "Garamond", "Times New Roman", Times, serif;
	font-size: 11pt;
	margin: 0px;
}

img {
	display: none;
}

object {
	display: none;
}

td {
	font-family: "Book Antiqua", "Garamond", "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #000000;
	line-height: 140%;
}
table {
	border: 0px;
	padding: 0px;
}
.centpercent {
	border: 0px;
	width: 100%;
	height: 100%;
	margin: 2px auto auto auto;
}
table.centpercent {
	border: 0px;
	width: 100%;
	height: 100%
}

acronym {
	width: 100%;
	background: transparent;
	font-weight: bolder;
}

ul {
	list-style-image: url('bullet2.gif');
	text-align: left;
	line-height: 1.3em;
	list-style-position: outside;
}

ul ul {
	list-style-image: url('bullet2.gif');
}

ul ul ul {
	list-style-image: url('bullet2.gif');
}

ul li {
	list-style-image: url('bullet2.gif');
	text-align: left;
	line-height: 1.3em;
	display: list-item;
}

.blank {
	font-size: 1pt;
}

.pagetitle {
	font-family: "Bookman Old Style", "Book Antiqua", "Garamond", "Times New Roman", Times, serif;
	font-size: 16pt;
	color: #FF6000;
	font-weight: bold;
	line-height:2em;
}

A:link {
	color: #575757;
	text-decoration: none;
}

A:active {
	color: #575757;
	text-decoration: none;
}

A:visited {
	color: #575757;
	text-decoration: none;
}

A:hover {
	color: #575757;
	text-decoration: none;
}


/***********************************************/
/* Definir la clase informacion general        */
/***********************************************/
.content {
	font-family: "Book Antiqua", "Garamond", "Times New Roman", Times, serif;
	font-size: 11pt;
	text-align: justify;
}

.content p {
	line-height: 1.5em
}

.content A:link {
	color: #4b4b4b;
	text-decoration: none;
	border-bottom: thin dotted #F4A460;
}

.content A:active {
	color: #4b4b4b;
	text-decoration: none;
}

.content A:hover {
	color: #4b4b4b;
	text-decoration: none;
	background-color: #FFE4B5;
}

.content A:visited {
	color: #4b4b4b;
	text-decoration: none;
	border-bottom: thin dotted #F4A460;
}

.content h1 {
	color: #FF6600;
	font-style: normal;
	font-weight: bolder;
	font-size: 1.8em;
	text-decoration: none;
}

.content h2 {
	color: #FF6600;
	font-style: normal;
	font-weight: bolder;
	font-size: 1.4em;
	text-decoration: none;
}

.content h4 {
	color: #FF001A;
	font-size: 1.3em;
	font-weight: bolder;
	line-height: 1.4em;
}

.content h5 {
	color: #752F00;
	font-size: 1.2em;
	font-weight: bolder;
	line-height: 1.3em;
}
.backtop {
	color: #FF6600;
	font-style: normal;
	font-weight: bolder;
	font-size: 0.8em;
	text-align:right;
	padding-bottom: 20pt;
	padding-top: 20px;
}

.backtop A:active {
	color: #FF6600;
	text-decoration:none
}

.backtop A:link {
	color: #FF6600;
	text-decoration:none
}

.backtop A:hover {
	color: #FF6600;
	text-decoration:none
}

.backtop A:visited {
	color: #FF6600;
	text-decoration:none
}

.breadcrumb {
	display: none;
	color: #FF6600;
	font-style: normal;
	font-family: "Garamond", "Times New Roman", Times, serif;
	font-size: x-small;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
}

/***********************************************/
/* Definir la clase "nota" lateral             */
/***********************************************/
.nota {
	display: none;
	color: white;
	font-size: 8pt;
	background-color: #BEC4BC;
	line-height: 1.2em;
}

.nota br {
	line-height: 3em;
}

.nota strong {
	color: #777777;
	font-size: 10pt;
	font-weight: bold;
	line-height: 1.5em
}


.nota A:link {
	color: #FFE4B5;
	text-decoration: none;
	border-bottom: thin solid #F4A460;
}

.nota A:hover {
	color: #000000;
	text-decoration: none;
	background-color: #FFE4B5;
}

.nota A:active {
	color: #FFE4B5;
	text-decoration: none;
	border-bottom: thin solid #F4A460;
}

.nota A:visited {
	color: #FFE4B5;
	text-decoration: none;
	border-bottom: thin solid #F4A460;
}

/***********************************************/
/* Definir la clase "nota" en la base          */
/***********************************************/
.notabase {
	font-family: "Book Antiqua", "Garamond", "Times New Roman", Times, serif;
	font-size: 9pt;
	line-height: 1.2em;
	color: #555555;
	padding-left: 3px;
	padding-right: 3px;
}

.notabase strong {
	font-size: 12px;
	font-weight: bold;
	color:#333333;
}

.notabase b {
	font-size: 10px;
	font-weight: bold;
	color:#333333;
}

.notabase A:active {
	text-decoration: none;
}

.notabase A:visited {
	text-decoration: none;
}

.notabase A:hover {
	text-decoration: none;
	background-color: #FFEBCD; 
}

/***********************************************/
/* Definir la clase de navegación a pie página */    
/***********************************************/
.bottomnav {
	white-space: nowrap;
	color:#4b4b4b;
	border-top-color: #FF6600;
	margin-top: 10pt;
	border-top-width: 1px;
	border-top-style: solid;
	padding-top: 2pt
}

.bottomnav A:hover {
	color: #4b4b4b;
	text-decoration: none;
	background-color: #ffdebf;
	white-space: nowrap;
	font-weight: bolder;
}

/***********************************************/
/* Definir la clase de navegación a pie página */    
/***********************************************/
.navbar {
	display: none;
	font-family: "Bookman Old Style", "Book Antiqua", "Garamond", "Times New Roman", Times, serif;
	font-size: 9pt;
	font-weight: 500;
}

.navbar A:hover {
	display: none;
	color: #000000;
	white-space: nowrap;
	font-weight: bolder;
}

/***********************************************/
/* Definir la clase "catalogo"                 */
/***********************************************/
.catalogo {
	font-family: "Bookman Old Style", "Book Antiqua", "Garamond", "Times New Roman", Times, serif;
	font-size: 11pt;
	text-align: justify;
	line-height: inherit
}


/***********************************************/
/* Definir la clase "dirección"                */
/***********************************************/
.direccion {
	font-family: "Book Antiqua", "Garamond", "Times New Roman", Times, serif;
	font-size: 12pt;
	text-align: left;
	line-height: 1.1em;
	color: white
}
.logo1 {
	color: #BBBBBB;
	font-family: "Garamond", "Times New Roman", Times, serif;
	position: relative;
	visibility: visible;
	font-size: 38pt;
	font-weight: bold;
	z-index: 0;
	left: 0px;
	top: 0px
}

.logo2 {
	color: #FFFFFF;
	font-family: "Garamond", "Times New Roman", Times, serif;
	position: relative;
	visibility: visible;
	z-index: 4;
	font-size: 10pt;
	font-weight: bold;
	left: 0px;
	top: 20px
}

.logo1 a:link {
	color: #BBBBBB;
	text-decoration: none
}

.logo1 a:visited {
	color: #BBBBBB;
	text-decoration: none
}

.logo1 a:hover {
	color: #FFFFFF;
	text-decoration: none
}

.logo1 a:active {
	color: #BBBBBB;
	text-decoration: none
}

.logo2 a:link {
	color: #000000;
	text-decoration: none
}

.logo2 a:visited {
	color: #FFFFFF;
	text-decoration: none
}

.logo2 a:hover {
	color: #000000;
	text-decoration: none
}

.logo2 a:active {
	color: #FFFFFF;
	text-decoration: none
}

.lemaportada {
	color: #FFFFFF;
	font-weight: lighter;
	font-size: x-small;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	line-height: 1em;
}

.tituloportada {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
}

.copyright {
font-size:x-small;
color:#FF3300;
}
.copyright a {
text-decoration: none;
font-weight: bolder;
color: #FF3000;
}
.copyright a:visited {
text-decoration: none;
font-weight: bolder;
color: #FF3000;
}
.copyright a:hover {
background-color: #FF3000;
text-decoration: none;
font-weight: bolder;
color: #003300;
}

.mailref {
	font-size: 12px;
	color: #FFFFFF;
	font-variant: normal;
	font-weight: bold;
	white-space: nowrap;
	line-height: 1.1em;
	vertical-align: middle;
	text-align: center;
}
.mailref a, .mailref a:visited, .mailref a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.mailref a:hover {
	text-decoration: none;
	background-color: #FFFFFF;
	color: #000000;
}

#flashcontent {
height: 100%;
}
#tblogo {
background-color: #FF6000;
vertical-align: middle;
margin: 0px;
border: none;
}