/* CSS Document */


#contenedor
{
	height: 565px;
}

.enlace
{
	float:left;
	padding:0 60px 50px 40px;
	width:260px;
}
.enlace img
{	
	margin: 0 auto;
	padding: 15px 66px 15px 66px;
	
	width:125px;
	height: 30px;	
	
	border: 1px solid #CCCCCC;
}
.enlace a:link, .enlace a:active, .enlace a:visited 
{
	padding: 15px 0 15px 72px;
	
	display: block;
	width:186px;
	
	background-color:#EEEEEE;
	border: 1px solid #CCCCCC;
	
	text-decoration: none;
	color:#666666;
	font-size:14px;
	font-weight:bold;
}
.enlace a:hover
{
	text-decoration:underline;
}
.enlace p
{
	padding: 5px 5px 5px 8px;
	border: 1px solid #CCCCCC;
}



