@charset "utf-8";
/* CSS Document */

#capas {
	position:relative;
	width:198px;
	height: 200px;
	float: left;
	border: thin solid #999;
	margin: 20px 23px;
	text-decoration:none;
}

#capas a{
	text-decoration:none;
}

#capas a p{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-indent: 10px;
	text-align:justify;
	text-decoration:none;
	}
#capas p{
	text-decoration:none;
}
#capas img{
	clear:both;
	float:right;
	margin:3px;
	width:100px;
	height:80px;	
	text-decoration:none;
}

#capas h1{
	margin:0px;
	height:20px;
	padding:3px;
	background:#CCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
}

#capas a img{
	margin:0px;
	text-decoration:none;
	border:0px;
	margin:5px;
	
}
