/* CSS Document */


.TContenedor{
	position:relative;
	background-color:#FFEECC;
	border-style:none;

}
.Cuerpo{
	background-image:url(images/fondo.bmp);
	background-repeat:repeat;
}

.TBanner{
	
	
}


.TSubBanner{
	width:800px; 
	height:10px; 
	z-index:1; 
	border-style:none;
	background-color:#FFEECC;

}

.TMenu{
	width:18%; 
	height:550px; 
	z-index:1; 
	border-width:thick;
	background-color:#FFEECC;	
	border:1px solid #81007F;
}


.TContenido{
	width:80%; 
	height:550px; 
	z-index:1; 
	background-color:#FFEECC;
	border:1px solid #81007F;
}

.TFranja{
	width:800px; 
	height:28px; 
	z-index:3;
background-color:#81007F;	
	/*background-color:#9C2D6F;*/
	border:1px solid #81007F;

}

.TPie{
	width:800px; 
	height:20px; 
	z-index:3; 
	background-color:#FFF; 
	border:1px solid #81007F;
	text-align:center;

}

.PPie{
	font:bold 8px Verdana, Arial, Helvetica, sans-serif; 
	color:#9C2D6F; 
	text-transform:uppercase; 
	margin:5px auto;
}

.Parrafos{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	text-align:justify;
	padding:0px 15px 15px 15px;
}

.PieFoto{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	text-align:center;
	padding:0px 0px 0px 0px;
}

.Enlaces{
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	color:#9C2D6F;
	text-decoration:none;

}

.Enlaces:hover{
	color:#3366FF;

}

.Enlaces:visited{
	color:#9C2D6F;

}

.Enlaces.link{
	color:#9C2D6F;

}
.Titulos{
	font:bold 18px Verdana, Arial, Helvetica, sans-serif;
	color:#CC6633;
	text-decoration:inherit;
	padding:10px 0px 0px 0px;
}

.MenuItem{}

.MenuItem.hover{
	background-color:#CCFF99;
}


.Imagen{
	border: 2px solid #81007F;
}

.zoom{
	cursor:pointer;
}

#lista{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	margin-left:50px;
	padding:15px;
}
#video{
	width:400px;
	margin-left:120px;
	text-align:center;
	
	
}