/* General */

body {
	margin: 0px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
}

p {
	font-family: arial, helvetic; 
	font-size: 10pt; 
	color: #FFFFFF
}

/* Enlaces */
a {
	text-decoration: none
}

a:link {
	color: #993300;
}

a:visited {
	color: #993300;
}

/* Layout */
.color_cell {
	background-color: #9e9e8e;
}
.celda_izq {
	background-image: url(05_back.gif);
	background-repeat: repeat-y;
}
.celda_der {
	background-image: url(06.gif);
	background-repeat: repeat-y;
}
.celda_inf {
	background-image: url(08.gif);
	background-repeat: repeat-x;
}
.celda_sup {
	background-image: url(03_back.gif);
	background-repeat: repeat-x;
}

#menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	clear: both;
	text-align: right;
	color: #333333;
}

#menu a:link {
	color: #333333;
}

#menu a:visited {
	color: #333333;
}


.copyright {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt
}

.text_box {
	clear: both;
	font-weight: bold;
}

.title_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	line-height: 12pt;
	background-color: #333333;
	clear: both;
	padding-left: 2px;
	margin-top: 7px;
}

.title_box a:link {
	color: #d6d4cc;
}

.title_box a:visited {
	color: #d6d4cc;
}

.clear_line {
	clear: both;
	height: 5px;
}

.nav {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt;
}

.label {
	background-color: #DDDECE;
	padding: 5px;
}

/* Headers */
.page_title {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14pt; 
	color: #CDD0B5;
	background-color: #333333;
	padding-left: 5px;
}

.page_subtitle {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	line-height: 12pt;
	background-color: #333333;
	padding-left: 2px;

}

.page_subtitle a:link {
	color: #d6d4cc;
}

.page_subtitle a:visited {
	color: #d6d4cc;
}

/* Categorias */

.cat_title {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	background-color: #333333;
	padding-left: 2px;
	margin-top: 3px;
	line-height: 12pt;
	clear: both;
}

.cat_title a:link {
	color: #d6d4cc;
}

.cat_title a:visited {
	color: #d6d4cc;
}
.cat_desc {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt;
	font-weight: bold; 
	clear: both;
}

/* Subcategorias */
.sub_cat {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	font-weight: bold; 
	margin-top: 3px;
	clear: both;
}

.italic {  
	font-style: italic
}

.bold {  
	font-weight: bold
}

/* Links */
/*
.cat_title {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt; 
	font-weight: bold; 
	color: #993300;
	padding-bottom: 5px;
	clear: both;
} */

.link_title {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: bold; 
	clear: both;
}

.link_desc {
	font-style: italic;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal; 
}


/* Listas */

ul, ol {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	list-style-type: square
}

dt {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt; 
	font-weight: bold; 
	color: #F15555
}

li, dd, dl {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: bold
}
