/* 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;
	
}
#cabecera{
	text-align: left;
	width: 420px;
	background-color: #DDDAD5;
	COLOR: #8b8c64; 
	FONT-FAMILY: verdana; 
	FONT-SIZE: 22px;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 2px;
	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;
	background-color: #FFFFFF;
}
#texto{
	text-align: left;
	background-color: #FFFFFF;
	float:right;
	width: 300px;
	padding-top: 5px;
}
#fin{
	text-align: right;
	float:left;
	width: 420px;
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ff00ff;
	background-color: #FFFFFF;
}
.fintxt {COLOR: #8b8c64; FONT-FAMILY: arial; FONT-SIZE: 12px}
A.fintxt:link {TEXT-DECORATION: none; COLOR: #8b8c64; FONT-FAMILY: arial; FONT-SIZE: 12px}
A.fintxt:active {TEXT-DECORATION: none; COLOR: #8b8c64; FONT-FAMILY: arial; FONT-SIZE: 12px}
A.fintxt:visited {TEXT-DECORATION: none; COLOR: #8b8c64; FONT-FAMILY: arial; FONT-SIZE: 12px}
A.fintxt:hover {TEXT-DECORATION: none; COLOR: #ca00ca; FONT-FAMILY: arial; FONT-SIZE: 12px}
.txt {COLOR: #8b8c64; FONT-FAMILY: arial; FONT-SIZE: 11px}
.txto {COLOR: #ca00ca; FONT-FAMILY: arial; FONT-SIZE: 20px}
.titular {COLOR: #ca00ca; FONT-FAMILY: arial; FONT-SIZE: 20px}

