@charset "utf-8";
/* CSS Document */

.TbBodyColor {
	border-color: #C39A6C;

	}
	
	
.Tit {
		color:#663300;
		font-family:Tahoma;
		font-size:30px;
		font-style:oblique;
		font-weight:bolder;
		text-align:center;
		border-style:hidden;
	}
	
.subTit {
	font-family:Tahoma;
	font-size:20px;
	font-style:normal;
	font-weight:bolder;
	color:#3B1BBC;
	text-align:justify;
	border-style:hidden;
}
.subTitCen {
	font-family:Tahoma;
	font-size:20px;
	font-style:normal;
	font-weight:bolder;
	color:#3B1BBC;
	text-align: center;
	border-style:hidden;
}

.TextoNormal {
		color:#000000;
		font-family:Tahoma;
		font-size:18px;
		font-style:oblique;
		font-weight:bolder;
		text-align:center;
		border-style:hidden;
	}
	
.contTable {

	font-family:Tahoma;
	font-size:12px;
	font-style:normal;
	font-weight: bold;
	color:#000000;
	text-align:justify;
	border-style: dashed;
	border-width:2px;
	border-color:#CC0;
}

p.txtdesc{
	
	font-family:Tahoma;
	font-size:11px;
	font-style:normal;
	font-weight: normal;
	color:#000000;
	text-align:justify;
	margin-top:2px;
	margin-bottom:2px;
	}

.NOcontTable {
	border-style: hidden;
	text-align: center;

}

.contTableCenterVerde {

	font-family:Tahoma;
	font-size:14px;
	font-style:normal;
	font-weight: bold;
	color:#000000;
	border-style: dashed;
	border-width:2px;
	border-color: #92D050;
}

.contTableCenterAzul {

	font-family:Tahoma;
	font-size:14px;
	font-style:normal;
	font-weight: bold;
	color:#000000;
	border-style: dashed;
	border-width:2px;
	border-color: #00B0F0;
}

.contTableCenterRosa {

	font-family:Tahoma;
	font-size:14px;
	font-style:normal;
	font-weight: bold;
	color:#000000;
	border-style: dashed;
	border-width:2px;
	border-color: #FF3399;
}

.contTableCenterMorado {

	font-family:Tahoma;
	font-size:14px;
	font-style:normal;
	font-weight: bold;
	color:#000000;
	border-style: dashed;
	border-width:2px;
	border-color: #800080;
}

.contTableCenterNegro {

	font-family:Tahoma;
	font-size:14px;
	font-style:normal;
	font-weight: bold;
	color:#000000;
	border-style: dashed;
	border-width:2px;
	border-color: #000000;
}
.contTableCenterRojo {

	font-family:Tahoma;
	font-size:14px;
	font-style:normal;
	font-weight: bold;
	color:#000000;
	border-style: dashed;
	border-width:2px;
	border-color: #FF0000;
}
.contTableCenterVerdeBandera {

	font-family:Tahoma;
	font-size:14px;
	font-style:normal;
	font-weight: bold;
	color:#000000;
	border-style: dashed;
	border-width:2px;
	border-color: #008000;
}

.contTableCenterNaranja{

	font-family:Tahoma;
	font-size:14px;
	font-style:normal;
	font-weight: bold;
	color:#000000;
	border-style: dashed;
	border-width:2px;
	border-color: #FF6600;
}

.contTableCenterNegro {

	font-family:Tahoma;
	font-size:14px;
	font-style:normal;
	font-weight: bold;
	color:#000000;
	border-style: dashed;
	border-width:2px;
	border-color: #000000;
}

/* CSS Document */

.slide {
	width: 500px;
	height: 255px;
	border: 3px solid #FFFFFF;
	overflow-x: hidden;
	overflow-y: hidden;		
	}
	
.slide li img{
	width: 328px;
	height: 253px;	
	border: dashed;
	border-color:#FACFE3;
	border-width: thin;
	}
		
.slide li{
	list-style-type:none;
	float: none;
	list-style: none;
	}
	
	
.slide2 {
	width: 510px;
	height: 320px;
	border: 2px solid #FFFFFF;
	overflow-x: hidden;
	overflow-y: hidden;
	}
	
.slide2 li img{
	width: 55px;
	height: 50px;
	}
		
.slide2 li{
	list-style-type:none;
	float: left;	
	list-style: none;
	border: dashed;
	border-color:#FACFE3;
	border-width: thin;
	}
	
.TbBorder {
		border-style: solid;
		border-bottom: hidden;
		border-top:hidden;
		border-left:hidden;
		border-right:hidden;
	    border-color:#FFFFFF;
		border-width:9px;
	}
	
/* CSS Document */

.slide3 {
	width: 230px;
	height: 750px;
	border: 5px solid #723176;
	overflow-x: hidden;
	overflow-y: scroll;	
	}
	
.slide3 li img{
	width: 210px;
	height: 140px;
	border: 10px solid #ffffff;

	}
		
.slide3 li{
	list-style-type:none;
	float: left;	
	list-style: none;
	}
	
	/*PAGINACION */
	
	
	.paginacion {
	margin:15px 0;
}
 
.paginacion ul {
	list-style:none;
	text-align: center;
}
 
.paginacion ul li {
	display:inline-block;
	margin-right:10px;
}
 
.paginacion ul li a {
	display:block;
	padding:10px 10px;
	color:#fff;
	background:#663300;
	text-decoration: none;
}
 
.paginacion ul li a:hover {
	background:#71DFBB;
}
 
.paginacion ul li .active {
	background:#FACFE3;
	font-weight:bold;
}

