#obituary,
#deceased
{
	border-bottom-color: rgb(245, 245, 245);
	border-bottom-style: solid;
	border-bottom-width: 20px;
	border-image-outset: 0;
	border-image-repeat: stretch;
	border-image-slice: 100%;
	border-image-source: none;
	border-image-width: 1;
	border-left-color: rgb(245, 245, 245);
	border-left-style: solid;
	border-left-width: 20px;
	border-right-color: rgb(245, 245, 245);
	border-right-style: solid;
	border-right-width: 20px;
	border-top-color: rgb(245, 245, 245);
	border-top-style: solid;
	border-top-width: 20px;
	color: rgb(0, 0, 0);						
	font-size: 13px;
	line-height: 18.2px;
	margin-bottom: 30px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;						
	min-height: 350px;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 30px;
	max-width:588px;
	margin: 0 auto;
}
#obituary .name,
#deceased .name {
    font-size: 15px;
    font-weight: bold;
}
#obituary p,
#deceased p{
    margin-bottom: 0px;
    font-size: 13px;
}

.boton a
{						
	background-color: rgb(157, 28, 41);
	border-bottom-color: rgb(157, 28, 41);
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-image-outset: 0;
	border-image-repeat: stretch;
	border-image-slice: 100%;
	border-image-source: none;
	border-image-width: 1;
	border-left-color: rgb(157, 28, 41);
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: rgb(157, 28, 41);
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: rgb(157, 28, 41);
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-top-style: solid;
	border-top-width: 1px;
	box-sizing: border-box;
	color: rgb(245, 245, 245);
	display: block;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 700;						
	line-height: 28px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 7px;
	margin-top: 7px;
	padding-bottom: 0px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 0px;
	text-align: center;
	font-weight:bold;
	text-decoration: rgb(245, 245, 245);
	text-decoration-color: rgb(245, 245, 245);
	text-decoration-line: none;
	text-decoration-style: solid;
	text-decoration-thickness: auto;
	text-transform: none;
}

.boton_transparente a
{
	background-color: rgba(0, 0, 0, 0);
	border-bottom-color: rgb(157, 28, 41);
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-image-outset: 0;
	border-image-repeat: stretch;
	border-image-slice: 100%;
	border-image-source: none;
	border-image-width: 1;
	border-left-color: rgb(157, 28, 41);
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: rgb(157, 28, 41);
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: rgb(157, 28, 41);
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-top-style: solid;
	border-top-width: 1px;
	box-sizing: border-box;
	color: rgb(102, 102, 102);
	display: block;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 28px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 7px;
	margin-top: 7px;
	padding-bottom: 0px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 0px;
	text-align: center;
	text-decoration: rgb(102, 102, 102);
	text-decoration-color: rgb(102, 102, 102);
	text-decoration-line: none;
	text-decoration-style: solid;
	text-decoration-thickness: auto;
	text-transform: none;
}
.boton_transparente:hover,
.boton:hover
{
	background-color: #EEE;
}
.imprimir a
{
	font-size:1.4em;
}
.botones div
{
	margin-bottom:10px;
}

@media (max-width: 767px) {
  	.botones {
    	margin-top:20px;
    
  	}
  	.botones div
	{
		margin-bottom:20px;
		margin-left:60px;
		margin-right:60px;
	}
	
	
}

@media (max-width: 500px) {
	#obituary
	{
		border-width: 5px;
		padding-left: 10px;
		padding-right: 10px;
		margin-left: 5px;
		margin-right: 5px;
	}
	#esquela .esquela
	{
		padding-left: 5px;
		padding-right: 5px;
	}
}

#content .container
{
	padding-left: 20px !important;
	padding-right: 20px !important;
}