/* CSS Document */


   div.precio{
	   border-radius: 58px 58px 58px 58px;
		-moz-border-radius: 58px 58px 58px 58px;
		-webkit-border-radius: 58px 58px 58px 58px;
		border: 0px solid #000000;
		background-color: #0358a3;
		width:400px !important;
		padding:5px;
	   }
	h4 {
		font-size:18px;
		color:#FFFFFF;
		text-align:center;
		}
	.precio h3{
		text-align:center !important;
		font-size:14px;
		font-weight:bold !important;
		margin:5px !important;
		}
	figcaption div.titulo{
		height:70px;
		position: static;
		overflow: hidden;
		}
	figcaption div.apartados{
		height: 200 !important;
		overflow: auto;
		}	
	figcaption div.titulo h5{
		color:white;
		
	}