/*****************************************
* Marco de la Capa Ajustada a la Derecha *
*****************************************/
#marco_paneldd {
	float: left;
	width: 640px;
	height: auto;
	margin: 0;
	padding: 0;
}

#marco_fondo {
	width: 621px;
	margin-top: 5px;
	margin-left: 6px;
	margin-bottom: 5px;
	padding: 0 0 20px 0;
	background-color: #eeeeee;
	text-align: center;
	color: #4c4c4c;
}

#marco_fondo img {
	margin-bottom: 20px;
}	

#marco_texto {
	padding-left: 10px;
	padding-bottom: 15px;
	text-align: left;
}

#marco_texto h4 {
	margin: 0 0 10px 0;
}

#marco_texto a {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-size: 1em;	
	color: #7e81aa;
	text-decoration: none;
	border-bottom: 1px solid #cccccc;
	padding: 0 4px;
}

#marco_texto a:hover {
	background-color: #cccccc;	
}

#marco_texto hr {
	width: 95%;
	color: #7e81aa;
	height: 2px;
	margin: 15px 20px;
}