.Texto1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
}

.TextoTitular{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bolder;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
}

.Texto-nota {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 15pt;
	z-index: 0;
}

.subtitular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bolder;
	color: #666666;
	padding-top: 10px;
	
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 40px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 22px;
	padding-right: 120px;
	padding-top: 10px;
	padding-bottom: 10px;
}

a.menu:link {
	text-decoration:none;
	color: #FFFFFF;}
	
a.menu:visited	{
	text-decoration:none;
	color:#FFFFFF;}
 
a.menu:active {
	text-decoration:none;
	color: #FFFFFF;}

a.menu:hover {
	text-decoration:none;
	color: #000000;
	font-weight: bold;
	background-color: #FFFFFF;
} 


.visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 40px;
	font-weight: bold;
	color: #000000;
	padding-left: 22px;
	padding-right: 120px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #33CCCC}

.body-back {
	background-image: url(images/body_bg.jpg);
	background-position: left, top;
	background-repeat: repeat-y;
	background-attachment: fixed;
}
.Texto-resatado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #CCCCCC;
	font-weight: normal;
	padding-left: 20px;
	padding-right: 20px;
}
.cuadro-intro {
	background-color: #000000;
	padding: 30px;
}
.track_tit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #00CC00;
}

.Tit_seccion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background-image: url(images/bar_tit.jpg);
	font-style: normal;
	font-weight: bold;
	width: 100%;
	padding: 17px 0 17px 0;
}

.Tit_post {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9999cc;
	font-style: normal;
	font-weight: bold;
	padding: 15px 0 10px 0;
	
}

.Post {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #00CCFF;
	line-height: 20px;
	padding: 0 0 40px 0;
}

a.Post:link {
	text-decoration:none;
	color: #00CCFF;}
	
a.Post:visited	{
	text-decoration:none;
	color: #00CCFF;}
 
a.Post:active {
	text-decoration:none;
	color: #00CCFF;}

a.Post:hover {
	text-decoration:underline;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:underline;
} 

.Link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #999999;
	line-height: 15px;
	padding: 0 0 20px 0;
}

a.Link:link {
	text-decoration:none;
	color: #999999;
}
	
a.Link:visited	{
	text-decoration:none;
	color: #999999;
}
 
a.Link:active {
	text-decoration:none;
	color: #999999;
}

a.Link:hover {
	text-decoration:none;
	color: #FFFFFF
} 



.bg-head {
	background-image: url(images/museperu_background1.jpg);
	background-position: top center;
	background-repeat:no-repeat
}

.bg-foot {
	background-image: url(images/body_bg-foot.jpg);
	background-position: center top;
	background-repeat:no-repeat;
	background-color: #000000;
}

.bg-body {
	background-image: url(images/body_bg.jpg);
	background-position: center top;
	background-color: #000000;
	background-repeat: repeat-y;
}

.bg-top {
	background-image: url(images/body_top.jpg);
	background-position: right bottom;
	background-color: #2d2d2d;
	background-repeat: no-repeat;
}

/* Twitter-specific styles*/
.twit{
	width:240px;
	border:0px solid #eee;
	padding:5px;
	margin-bottom:10px;
}
.twit img{
	float:left;
	border:0px solid #555;
	width:40px;
	height:40px;
}
.twit p{
	float:right;
	width:200px;
	margin:0;
	color:#999;
	overflow:hidden;
}
.twit .info{
	display:block;
	color:#bbb;
	font-size:10px;
	margin-bottom:5px;
}
.twit a{
	color:#1DD;
}
.clear{
	clear:both;
}

.divtwitt{
	margin:30px auto 0 auto;
	width:240px;
}