.ramas{	
	width:400px;
	height:425px;
	/*background-color:#ccc;*/
	margin-top: 40px;
	margin-right: 55px;
	margin-bottom: 40px;
	margin-left: 55px;
	float: left;
}	

.titulo{
	width: 250px;
	height: 30px;
	padding: 15px;
	margin-bottom: 20px;
	border-top-width:medium;
	border-top-style: solid;
	border-top-color: #3A5396; 
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #3A5396;

}

.contenido{
	padding: 10px;
	margin-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #3A5396;
}


.boton{
	width:100px;
	height:20px;
	margin-top: 10px;
	background-color: #cc3300;
	color:#fff;
	border-radius: 5px;
	padding:10px;
	text-align: center;
}

.boton:hover{
	cursor:pointer;
	bottom: 2px;
	border-bottom-radius:5px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #660000;
}