
/* CSS Document */

body { 
	margin: 0px 0px 0px 0px;
	height: 100%;
	text-align: center;
}

a {
	text-decoration: none;
}


a img  {
	border:0px;
}

td.top {
	background:url(imgs/top_bar_tl.jpg);
	background-repeat: repeat-x;
	height: 93px;
	padding: 0px;
}


td.menus  {
	background: url(imgs/menu_tl.jpg);
	height: 27px;
}


td.body {
	background: url(imgs/bod_tl.jpg);
	background-repeat: repeat-x;
	height: 360px;
	padding: 0px;
}


td.lft {
	border-right: 1px solid #f0e2e3;
	width: 150px;
	vertical-align:top;
} 



td.rgt {
	border-left: 1px solid #f0e2e3;
	width: 150px;
	vertical-align:top;
} 




.tits {
	
	font-family:  Georgia, "Times New Roman";
	font-size: 24px;
	/*line-height: 32px;*/
	color: #999966;
	text-align: center;
	display: block;
	padding-left: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #999966;
	
	
}

.tits_ctr{
	
	font-family:   Georgia ,"Times New Roman";
	font-style:normal;
	font-size: 18px;
	line-height: 32px;
	color: #85846b;
	
}

.tits_ctr a {
	
	text-decoration:none;
	color: #85846b;
	
}


.tits_ctr_sm{
	
	font-family:   Georgia ,"Times New Roman";
	font-style:normal;
	font-size: 15px;
	line-height: 20px;
	color: #85846b;
	
}

.tits_ctr_sm a{
	
	text-decoration:none;
	color: #85846b;
	
}

.tits_ctr_sm a:hover{
	
	text-decoration:none;
	color: #85846b;
	
}

.textos_cuerpo {
	margin:0;
	font-family: 'Lucida Grande',Geneva,Arial,Verdana,sans-serif;
	font-size: 12px;
	padding-left: 12px;
	padding-right: 12px;
	color: #373737;
	line-height: 16px;
}

.textos_cuerpo_sm {
	margin:0;
	font-family: 'Lucida Grande',Geneva,Arial,Verdana,sans-serif;
	font-size: 9px;
	padding-left: 12px;
	padding-right: 12px;
	color: #373737;
	line-height: 12px;
}

 .textos_cuerpo a{
	text-decoration:none;
	color:#999966;
}

 .textos_cuerpo a:hover{
	text-decoration:none;
	color:#8f1515;
}



.textos_cuerpo_xl {
	margin:0;
	font-family: 'Lucida Grande',Geneva,Arial,Verdana,sans-serif;
	font-size: 14px;
	color: #373737;
	line-height: 22px;
}

.textos_cuerpo_xl a{
	text-decoration:none;
	color: #373737;
	
}



td.menu_col {
	border-left: 1px solid #961818;
	width: 120px;
} 


.textos_menu {
	margin:0;
	text-align: center;
	font-family: 'Lucida Grande',Geneva,Arial,Verdana,sans-serif;
	font-size: 12px;
	color: #faedef;
	display:block;
	vertical-align:middle;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 18px;
}


.textos_menu a{
	text-decoration:none;
	color: #f5c0c0;
	
}


.textos_menu a:hover{
	text-decoration:none;
	color: #ffffff;
	
}


.tit_exposit {
	font-family:  Georgia ,"Times New Roman";
	padding-left: 12px;
	font-size: 16px;
	color: #8f1515;
	display:block;
	line-height: 28px;
	border-bottom: 1px solid #8f1515;
	}
	

.tit_exposit_back {
	font-family: Georgia ,"Times New Roman";
	padding-left: 12px;
	font-size: 12px;
	color: white;
	text-align: center;
	background-color: #8f1515;
	line-height: 18px;
	}
	



.tableborder {
	
	border: 1px solid #999900;
	}