/* CSS Document */
body {
	text-align: center;
}

#contenido{
	text-align: left;
	width: 420px;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FFFFFF;	
	float:left;
	
}
#linea{
	text-align: left;
	width: 420px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ff00ff;
	float:left;
}
#foto{
	text-align: left;
	width: 110px;
	float:left;
	padding-top: 5px;
	padding-bottom: 5px;
}
#texto{
	text-align: left;
	float:right;
	width: 300px;
	padding-top: 5px;
}
.txt {COLOR: #ff00ff; FONT-FAMILY: arial; FONT-SIZE: 12px}
A.txt:link {TEXT-DECORATION: none; COLOR: #8b8c64; FONT-FAMILY: arial; FONT-SIZE: 20px}
A.txt:active {TEXT-DECORATION: none; COLOR: #8b8c64; FONT-FAMILY: arial; FONT-SIZE: 20px}
A.txt:visited {TEXT-DECORATION: none; COLOR: #8b8c64; FONT-FAMILY: arial; FONT-SIZE: 20px}
A.txt:hover {TEXT-DECORATION: none; COLOR: #ff00ff; FONT-FAMILY: arial; FONT-SIZE: 20px}
.titular {COLOR: #8b8c64; FONT-FAMILY: arial; FONT-SIZE: 20px}
