@font-face {
font-family: Roboto;
src: url("/../../fonts/Roboto-Light.ttf") format("truetype");
}
@font-face {
	font-family: Roboto;
	src: url("/../../fonts/Roboto-Medium.ttf") format("truetype");
	font-weight: bold;
}
@font-face {
	font-family: IndieFlower;
	src: url("/../../fonts/IndieFlower.ttf") format("truetype");
}
body {
	font-family: Roboto;
	color: #999;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: Roboto;
}
h1 {
	color: #333;
}
.left {
	float: left;
}
.right {
	float: right;
}
.btn.btn-default.btn-sm {
	border-radius: 3px;
	font-size: 12px;
	line-height: 1.5;
	padding: 5px 10px;
	color: #FFF !important;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.btn.btn-default.btn-xs {
	border-radius: 3px;
	font-size: 12px;
	line-height: 1.5;
	padding: 1px 5px;
	color: #FFF !important;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	text-transform: none;
}
.btn-default {
	background-color: transparent;
	border-color: #000;
	color: #000 !important;
	font-size: 14px;
	text-transform: uppercase;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #FFF !important;
  background-color: #957B64;
  border-color: #957B64;
}
.btn-primary {
	background-color: #957B64;
	border-color: #957B64;
	color: #fff !important;
	text-transform: uppercase;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-default {
	background-color: #AA9582;
	border-color: #AA9582;
	color: #FFF !important;
}
.btn {
    padding: 10px 14px;
    text-align: center;
}
.call-to-action .btn-lg {
	margin-bottom: 10px;
}
.bouquet_banner_home .btn-default {
	background-color: #957B64;
	border-color: #957B64;
	color: #fff !important;
	font-size: 14px;
	text-transform: uppercase;
}
.bouquet_banner_home .btn-default:hover,
.bouquet_banner_home .btn-default:focus,
.bouquet_banner_home .btn-default.focus,
.bouquet_banner_home .btn-default:active,
.bouquet_banner_home .btn-default.active,
.bouquet_banner_home .open > .dropdown-toggle.btn-default {
  color: #FFF;
  background-color: #AA9582;
  border-color: #AA9582;
}
.vela_banner_home .btn-default {
	background-color: #957B64;
	border-color: #957B64;
	color: #fff !important;
	font-size: 14px;
	text-transform: uppercase;
}
.vela_banner_home .btn-default:hover,
.vela_banner_home .btn-default:focus,
.vela_banner_home .btn-default.focus,
.vela_banner_home .btn-default:active,
.vela_banner_home .btn-default.active,
.vela_banner_home .open > .dropdown-toggle.btn-default {
  color: #FFF;
  background-color: #AA9582;
  border-color: #AA9582;
}
.esquela_banner_home .btn-default {
	background-color: #957B64;
	border-color: #957B64;
	color: #fff !important;
	font-size: 14px;
	text-transform: uppercase;
}
.esquela_banner_home .btn-default:hover,
.esquela_banner_home .btn-default:focus,
.esquela_banner_home .btn-default.focus,
.esquela_banner_home .btn-default:active,
.esquela_banner_home .btn-default.active,
.esquela_banner_home .open > .dropdown-toggle.btn-default {
  color: #FFF;
  background-color: #AA9582;
  border-color: #AA9582;
}
.esquela01_content .msg_box .btn-default {
	background-color: #957B64;
	border-color: #957B64;
	color: #fff !important;
	font-size: 14px;
	text-transform: uppercase;
}
.esquela01_content .msg_box .btn-default:hover,
.esquela01_content .msg_box .btn-default:focus,
.esquela01_content .msg_box .btn-default.focus,
.esquela01_content .msg_box .btn-default:active,
.esquela01_content .msg_box .btn-default.active,
.esquela01_content .msg_box .open > .dropdown-toggle.btn-default {
  color: #FFF;
  background-color: #AA9582;
  border-color: #AA9582;
}

/****************************************************************

******************** home ***********************************

****************************************************************/



.home_content {

	text-align: center;

}

.home_content .slider {
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	position: relative;
	background-color: #dbd2ca;
	background-image: url(../../img/bkg_slider.jpg);
	background-position: center center;
	padding-bottom: 300px;

}

.home_content .slider .search {

	margin-right: auto;

	margin-left: auto;

	max-width: 700px;

}



.home_content .slider .slogan {

	padding-top: 2em;

	padding-bottom: 2em;

	max-width: 660px;

	margin-right: auto;

	margin-left: auto;

}

.home_content .slider .slogan h1 {
	font-size: 40px;
	font-weight: normal;
	color: #FFF;
	text-shadow: 1px 1px 20px #666;
}

.home_content .slider .search {
	padding-bottom: 1em;
	padding-right: 20px;
	padding-left: 20px;
}



.home_content .slider .search .form-control {
	background-color: #fff !important;
	background-image: none !important;
	border: 1px none #ccc !important;
	border-radius: 4px 0px 0px 4px !important;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset !important;
	color: #999999 !important;
	display: block !important;
	font-size: 14px !important;
	height: 50px !important;
	line-height: 50px !important;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s !important;
	width: 100% !important;
	font-weight: bold !important;
	padding-top: 0px !important;
	padding-right: 15px !important;
	padding-bottom: 0px !important;
	padding-left: 15px !important;
}

.home_content .slider .search .input-group-btn {

    font-size: 1em;

}

.home_content .slider .search .btn-search {
	-moz-user-select: none;
	background-image: none;
	border-radius: 0px 4px 4px 0px;
	cursor: pointer;
	display: inline-block;
	font-size: 14px !important;
	font-weight: normal;
	line-height: 50px;
	margin-bottom: 20px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	text-transform: uppercase;
	color: #FFF !important;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #957B64;
}

.home_content .slider .search .btn-search:hover,

.home_content .slider .search .btn-search:focus,

.home_content .slider .search .btn-search.focus,

.home_content .slider .search .btn-search:active,

.home_content .slider .search .btn-search.active  {

	background-color: #AA9582;

}

.home_content .slider .search .btn {

	-moz-user-select: none;

	background-image: none;

	border-radius: 4px;

	cursor: pointer;

	display: inline-block;

	font-size: 14px !important;

	font-weight: normal;

	line-height: 50px;

	margin-bottom: 20px;

	text-align: center;

	vertical-align: middle;

	white-space: nowrap;

	text-transform: uppercase;

	color: #FFF !important;

	padding-top: 0px;

	padding-right: 20px;

	padding-bottom: 0px;

	padding-left: 20px;

	border-top-width: 1px;

	border-right-width: 1px;

	border-bottom-width: 1px;

	border-left-width: 1px;

	border-top-style: none;

	border-right-style: none;

	border-bottom-style: none;

	border-left-style: none;

	background-color: #957B64;

}

.home_content .slider .search .btn:hover,

.home_content .slider .search .btn:focus,

.home_content .slider .search .btn.focus,

.home_content .slider .search .btn:active,

.home_content .slider .search .btn.active  {

	background-color: #AA9582;

}

.home_content .slider .counter {

}

.home_content .slider .counter h2 {

	font-size: 30px;

	line-height: 1.5em;

	color: #333;

	margin: 0px;

}

.home_content .slider .counter h3 {

	font-size: 20px;

	color: #333;

	margin: 0px;

}

.home_content .slider .logos {

	position: absolute;

	right: 20px;

	bottom: 20px;

}

.home_content .slider .logos .logo {

	float: left;

	margin-left: 20px;

}

.home_content .shortcuts {
	background-image: url(../../img/bkg_shortcuts.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	background-color: #FFF;
}
.home_content .shortcuts .homenajes_cont h2 {
	font-size: 40px;
	color: #957B64;
	font-weight: normal;
}
.home_content .shortcuts .homenajes_cont h3 {
	font-size: 26px;
	font-weight: normal;
	color: #333;
}
.home_content .shortcuts .call-to-action {
	padding-top: 50px;
	padding-bottom: 70px;
	max-width: 700px;
	margin-right: auto;
	margin-left: auto;
}
.home_content .shortcuts .call-to-action p {
	font-size: 26px;
	color: #FFF;
	font-weight: normal;
	margin-bottom: 40px;
}

.home_content .shortcuts .glyphicon {

	font-size: 5em;

	margin-top: 20px;

	margin-bottom: 10px;

	color: #7f1370;

}

.home_content .shortcuts .shortcut {

	border-top-width: 2px;

	border-right-width: 1px;

	border-bottom-width: 2px;

	border-left-width: 1px;

	border-top-style: solid;

	border-right-style: solid;

	border-bottom-style: solid;

	border-left-style: solid;

	border-top-color: #FFF;

	border-right-color: #FFF;

	border-bottom-color: #FFF;

	border-left-color: #FFF;

	padding-bottom: 20px;

}

.home_content .shortcuts .shortcut h2 {

	font-size: 2.4em;

	font-weight: normal;

	color: #000;

	margin-top: 0px;

	margin-bottom: 5px;

}

.home_content .shortcuts .shortcut p {
	font-size: 2.6em;

	font-weight: normal;

}

.home_content .shortcuts .btn.btn-default.btn-sm {

    border-color: #000;

    border-radius: 3px;

    color: #000;

    font-size: 12px;

    line-height: 1.5;

    padding: 5px 10px;

}

.home_content .shortcuts .btn.btn-default.btn-sm:hover,

.home_content .shortcuts .btn.btn-default.btn-sm:focus {

	color: #FFF;

	background-color: #7f1370;

	border-top-color: #7f1370;

	border-right-color: #7f1370;

	border-bottom-color: #7f1370;

	border-left-color: #7f1370;
}

.home_content .homenajes_cont {

	/*max-width: 1280px;*/

	margin-right: auto;

	margin-left: auto;

	padding-top: 30px;

}
.home_content .homenajes_cont h2 {
	font-size: 3em;
	color: #7F1370;
	font-weight: normal;
}
.home_content .homenajes_cont .row {

	padding: 0px;

	margin-right: 0px;

	margin-left: 0px;

}

.home_content .homenajes_cont .homenaje {

	text-align: center;

	height: 26em;

	width: 100%;

	overflow: hidden;

	position: relative;

	vertical-align: middle;

	margin-bottom: 30px;

	background-color: #000;

}

.home_content .homenajes_cont .homenaje .photo {

	position: relative;

}

.home_content .homenajes_cont .homenaje .photo .shadow {

	width: 100%;

	padding-top: 5em;

	position: absolute;

	left: 0px;

	bottom: 0px;

	background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); /* For Safari 5.1 to 6.0 */

	background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); /* For Opera 11.1 to 12.0 */

	background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); /* For Firefox 3.6 to 15 */

	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); /* Standard syntax */

}



.home_content .homenajes_cont .homenaje img {

	height: auto;

	width: 140%;

	margin-top: -10%;

	margin-right: auto;

	margin-bottom: auto;

	margin-left: -20%;

}

.home_content .homenajes_cont .homenaje .name {

	text-align: left;

	position: absolute;

	left: 0px;

	bottom: 0px;

	width: 100%;

	padding-top: 6em;

	padding-right: 2em;

	padding-bottom: 2em;

	padding-left: 2em;

	z-index: 999;

	background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); /* For Safari 5.1 to 6.0 */

	background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); /* For Opera 11.1 to 12.0 */

	background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); /* For Firefox 3.6 to 15 */

	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); /* Standard syntax */

}

.home_content .homenajes_cont .homenaje .name h2 {

	font-size: 18px;

	color: #FFF;

	font-weight: bold;

	margin: 0px;

	padding: 0px;

}

.home_content .homenajes_cont .homenaje .name h3 {

	font-size: 11px;

	text-transform: uppercase;

	color: #FFF;

	font-weight: normal;

	margin: 0px;

	padding: 0px;

}

.home_content .homenajes_cont .homenaje .name p {

	font-size: 12px;

	text-transform: uppercase;

	color: #FFF;

	font-weight: normal;

	margin: 0px;

	padding: 0px;

}

.home_content .section {

}

.home_content .section h2 {

	font-size: 30px;

	color: #957B64;

	margin-top: 10px;

	margin-bottom: 10px;

}

.home_content .section h3 {

	font-size: 18px;

	color: #957B64;

	margin-top: 0px;

	margin-bottom: 20px;

}

.home_content .section h3 span {

	color: #957B64;

	line-height: 30px;

	display: inline-block;

	height: 30px;

	width: 30px;

	border: 1px solid #957B64;

	border-radius: 15px;

	font-weight: normal;

	text-align: center;

	margin-right: 10px;

}

.home_content .section p {

	font-size: 18px;

	color: #666666;

}

.home_content .bouquet_banner_home {

	text-align: left;

	background-color: #EEE;

	padding-top: 30px;

	padding-right: 30px;

}

.home_content .bouquet_banner_home img {

	margin-left: -15px;

	width: 100%;

	text-align: left;

}

.home_content .vela_banner_home {

	text-align: left;

	background-color: #FFF;

	padding: 30px;

}

.home_content .homenaje_banner_home img {

	width: 100%;

	height: auto;

}

.home_content .homenaje_banner_home {

	text-align: left;

	background: linear-gradient(rgb(218, 190, 214), rgb(242, 236, 242)) repeat scroll 0 0;

	padding-top: 40px;

	padding-right: 30px;

	padding-bottom: 30px;

	padding-left: 30px;

}

.home_content .vela_banner_home img {

	width: 100%;

	height: auto;

}

.home_content .section .row {

	margin-right: auto;

	margin-left: auto;

	max-width: 1280px;

}

.home_content .section.esquela_banner_home {

	background-size: cover;
	background-image: url(../../img/clouds.jpg);

	background-repeat: no-repeat;

	background-position: center center;

	padding: 30px;

}
.home_content .section.provincias {
	padding: 30px;
	background-color: #EDE9E4;
}

.home_content .section.esquela_banner_home h2 {

	font-size: 40px;

	color: #FFF;

}

.home_content .section.esquela_banner_home h3 {

	font-size: 50px;

	color: #FFF;

}

.home_content .section.esquela_banner_home p {

	color: #FFF;
	background-image: url(../../img/arrow-line_white_down.png);

	background-repeat: no-repeat;

	background-position: center bottom;

	margin-bottom: 10px;

	padding-bottom: 20px;

}

.home_content .provincias {

	padding: 30px;

}

.home_content .provincias ul {

	list-style-type: none;

	padding-top: 20px;

}

.home_content .provincias ul li {
	margin: 0px;
	float: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	text-align: left;
	width: 100%;
}

.home_content .provincias ul li a {

	color: #000;

	text-decoration: none;

	font-size: 14px;

}

.home_content .provincias ul li a:hover {

}



/****************************************************************

******************** homenaje ***********************************

****************************************************************/



.homenaje_content {

	text-align: center;

	position: relative;

}

.homenaje_content .person_layout {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/img/themes/bkg_homenaje_01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.homenaje_content .person_layout.theme1 {
	background-image: url(/img/themes/bkg_homenaje_01.jpg);
}
.homenaje_content .person_layout.theme2 {
	background-image: url(/img/themes/bkg_homenaje_02.jpg);
}
.homenaje_content .person_layout.theme3 {
	background-image: url(/img/themes/bkg_homenaje_03.jpg);
}
.homenaje_content .person_layout.theme4 {
	background-image: url(/img/themes/bkg_homenaje_04.jpg);
}
.homenaje_content .person_layout.theme5 {
	background-image: url(/img/themes/bkg_homenaje_05.jpg);
}
.homenaje_content .person_layout.theme6 {
	background-image: url(/img/themes/bkg_homenaje_06.jpg);
}
.homenaje_content .person_layout .photo_cont {

	width: 85%;

	margin-right: 5%;

	margin-left: 10%;

	margin-top: 4em;

}



.homenaje_content .person_layout .photo_cont .photo {

	width: 100%;

	overflow: hidden;

	position: relative;

	text-align: center;

}

.homenaje_content .person_layout .photo_cont .photo img {
	height: auto;
	width: 100%;
}

.homenaje_content .person_layout .photo_cont .gradient-black {

	background: -webkit-linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)); /* For Safari 5.1 to 6.0 */

   background: -o-linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)); /* For Opera 11.1 to 12.0 */

   background: -moz-linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)); /* For Firefox 3.6 to 15 */

   background: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)); /* Standard syntax */

	height: 10em;

	width: 100%;

}

.homenaje_content .person_layout .photo_cont .photo .personal_info {

	width: 100%;

	padding-top: 1em;

	padding-right: 1em;

	padding-bottom: 1em;

	padding-left: 2em;

	position: absolute;

	left: 0px;

	bottom: 0px;

	text-align: left;

	background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); /* For Safari 5.1 to 6.0 */

	background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); /* For Opera 11.1 to 12.0 */

	background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); /* For Firefox 3.6 to 15 */

	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)); /* Standard syntax */

}

.homenaje_content .person_layout .photo_cont .photo .personal_info h2 {

	font-size: 18px;

	font-weight: bold;

	color: #FFF;

	margin-top: 0px;

	margin-bottom: 6px;

}

.homenaje_content .person_layout .photo_cont .photo .personal_info h3 {
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	margin-top: 0px;
	margin-bottom: 6px;
}

.homenaje_content .person_layout .photo_cont .photo .personal_info p {

	font-size: 14px;

	color: #FFF;

	font-weight: normal;

	margin-top: 0px;

	margin-bottom: 6px;

}

.homenaje_content .person_layout .msg_box {
	width: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	margin-top: 4em;
	position: relative;
	z-index: 99;
	margin-bottom: 100px;
}

.homenaje_content .person_layout .msg_box .name {

	width: 100%;

	padding-right: 5%;

	padding-left: 5%;

	text-align: left;

	padding-top: 4em;

}

.homenaje_content .person_layout .msg_box .name h2 {

	font-size: 24px;

	color: #333;

	font-weight: bold;

	margin-bottom: 5px;

	margin-top: 0px;

}

.homenaje_content .person_layout .msg_box .name h3 {

	font-size: 16px;

	color: #666;

	font-weight: bold;

	margin-top: 0px;

	margin-bottom: 5px;

}
.homenaje_content .person_layout .msg_box .name p {
	font-size: 14px;
	margin-bottom: 5px;
}

.homenaje_content .person_layout .msg_box .msg {
	height: 14em;
	width: 100%;
	padding-right: 5%;
	padding-left: 5%;
	overflow: auto;
	text-align: justify;
	padding-top: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	font-size: 16px;
	box-shadow: inset 0px -4px 2px #eee;
	font-size: 16px;
	color: #333;
}

.homenaje_content .person_layout .msg_box .msg p {

	font-size: 16px;

	color: #333;

}

.homenaje_content .person_layout .msg_box .buttons {
	bottom: 0px;
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
}

.homenaje_content .person_layout .msg_box .glyphicon {

	font-size: 1.6em;

	line-height: 0em;

	top: 5px;

}

.homenaje_content .person_layout .black_box {

	background-color: rgba(0, 0, 0, 0.5);

	width: 85%;

	margin-top: 4em;

	margin-right: 10%;

	margin-left: 5%;

	padding-top: 2em;

	padding-bottom: 2em;

	position: relative;

}

.homenaje_content .person_layout .black_box .arrow-black {
	background-image: url(/img/arrow_black_transp.png);

	background-repeat: no-repeat;

	height: 20px;

	width: 10px;

	position: absolute;

	left: -10px;

	top: 40px;

}

.homenaje_content .flower_slide_content {

	width: 100%;

	margin-top: -100px;

	position: absolute;

}

.homenaje_content .flower_slide_content .flower_slide_mask .left_arrow {

	position: absolute;

	left: 0px;

	top: 120px;

	z-index: 10;

}

.homenaje_content .flower_slide_content .flower_slide_mask .left_arrow .btn-default {

	color: #FFF;

	background-color: rgba(0, 0, 0, 0.5);

	border-top-right-radius: 50%;

	border-bottom-right-radius: 50%;

	border-top-left-radius: 0%;

	border-bottom-left-radius: 0%;

	font-size: 40px;

	border-top-style: none;

	border-right-style: none;

	border-bottom-style: none;

	border-left-style: none;

}

.homenaje_content .flower_slide_content .flower_slide_mask .right_arrow {

	position: absolute;

	right: 0px;

	top: 120px;

	z-index: 10;

}

.homenaje_content .flower_slide_content .flower_slide_mask .right_arrow .btn-default {

	color: #FFF;

	background-color: rgba(0, 0, 0, 0.5);

	border-top-left-radius: 50%;

	border-bottom-left-radius: 50%;

	border-top-right-radius: 0%;

	border-bottom-right-radius: 0%;

	font-size: 40px;

	border-top-style: none;

	border-right-style: none;

	border-bottom-style: none;

	border-left-style: none;

}

.homenaje_content .flower_slide_mask {

	height: 328px;

	width: 100%;

	overflow: hidden;

	position: relative;

}

.homenaje_content .flower_slide_mask .flower_slide {

	height: 328px;

	left: 0;

	position:relative;

}

.homenaje_content .flower_slide_mask .flower_slide ul {

	margin: 0px;

	padding: 0px;

	list-style-type: none;

}

.homenaje_content .flower_slide_mask .flower_slide ul li {

	float: left;

}

.homenaje_content .flower_slide_mask .flower_slide ul li .flower_msg {

	height: 328px;

	width: 200px;

}

.homenaje_content .flower_slide_mask .flower_slide ul li .flower_msg .flower_img {

	height: 209px;

	width: 200px;

}

.homenaje_content .flower_slide_mask .flower_slide ul li .flower_msg .msg {

	text-align: center;

	height: 119px;

	width: 200px;

	padding: 5px;

}

.homenaje_content .flower_slide_mask .flower_slide ul li .flower_msg .msg h3 {

	font-size: 12px;

	color: #000;

	margin-top: 0px;

	margin-bottom: 2px;

	font-weight: bold;

}

.homenaje_content .flower_slide_mask .flower_slide ul li .flower_msg .msg h4 {
	font-size: 12px;
	color: #666;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: normal;
	text-align: center;
	width: 48%;
	margin-right: auto;
	margin-left: auto;
}

.homenaje_content .flower_slide_mask .flower_slide ul li .flower_msg .msg p {

	font-size: 12px;

	color: #000;

}

.homenaje_content .banners_cont {
	background: -webkit-linear-gradient(rgba(119, 98, 79, 1), rgba(149, 123, 100, 1)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(rgba(119, 98, 79, 1), rgba(149, 123, 100, 1)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(rgba(119, 98, 79, 1), rgba(149, 123, 100, 1)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(119, 98, 79, 1), rgba(149, 123, 100, 1)); /* Standard syntax */
	text-align: center;
	margin-top: 200px;
	margin-bottom: 20px;
	box-shadow: 2px 2px 8px #999;
}

.homenaje_content .nav-tabs {

	background-color: #F2ECF2;

}

.homenaje_content .tabs_box .nav-tabs.nav-justified > li > a {

	border-radius: 0px 0px 0px 0px;

	font-size: 22px;

	font-weight: normal;

	color: #000;

	padding: 20px;

	border-top-style: none;

	border-right-style: none;

	border-bottom-style: none;

	border-left-style: none;
	min-height: auto;

}

.homenaje_content .tabs_box .nav-tabs.nav-justified > .active > a, .homenaje_content .tabs_box .nav-tabs.nav-justified > .active > a:hover, .homenaje_content .tabs_box .nav-tabs.nav-justified > .active > a:focus {
	border-bottom-color: #fff;
	background-color: rgba(230, 224, 217, 1);
	background-image: none;
	background-repeat: no-repeat;
	background-position: center bottom;
	font-weight: bold;
	min-height: auto;
	box-shadow: 1px -1px 1px #666;
}

.homenaje_content .tabs_box .tab-pane {

	background: -webkit-linear-gradient(rgba(230, 224, 217, 1), rgba(237, 233, 228, 1)); /* For Safari 5.1 to 6.0 */

	background: -o-linear-gradient(rgba(230, 224, 217, 1), rgba(237, 233, 228, 1)); /* For Opera 11.1 to 12.0 */

	background: -moz-linear-gradient(rgba(230, 224, 217, 1), rgba(237, 233, 228, 1)); /* For Firefox 3.6 to 15 */

	background: linear-gradient(rgba(230, 224, 217, 1), rgba(237, 233, 228, 1)); /* Standard syntax */

	padding-bottom: 2em;

}

.homenaje_content .tabs_box .tab-content .buttons {
	padding-top: 2em;
	margin-left: 25px;
}



.homenaje_content .tabs_box .flower_msg {

	height: 328px;

	width: 200px;

	background-color: #FFF;

	margin-top: 2em;

	margin-right: 1em;

	margin-left: 1em;

}

.homenaje_content .tabs_box .flower_msg .flower_img {

	height: 209px;

	width: 200px;

}

.homenaje_content .tabs_box .flower_msg .msg {

	text-align: center;

	height: 119px;

	width: 200px;

	padding: 5px;

}

.homenaje_content .tabs_box .flower_msg .msg h3 {

	font-size: 14px;

	color: #000;

	margin-top: 0px;

	margin-bottom: 2px;

	font-weight: bold;

}

.homenaje_content .tabs_box .flower_msg .msg h4 {

	font-size: 12px;

	text-transform: uppercase;

	color: #666;

	margin-top: 0px;

	margin-bottom: 5px;

	font-weight: normal;

}

.homenaje_content .tabs_box .flower_msg .msg p {

	font-size: 0.8em;

	color: #000;

}

.homenaje_content .tabs_box .photo {

	height: 15em;

	width: 100%;

	overflow: hidden;

	background-color: #FFF;

	margin: 2em;

	box-shadow: 2px 2px 4px #333;

	border: 4px solid #FFF;

}

.homenaje_content .tabs_box .photo img {

	height: auto;

	width: 100%;

}





/***************************************************************************

*****************************CONDOLENCIAS***********************************

****************************************************************************/



.condolencias_box {

	padding-right: 2em;

	padding-left: 2em;

}

.condolencias_box .row {

	-moz-column-width: 30em;

	-webkit-column-width: 30em;

	column-width: 30em;

}

.condolencias_box .condolencia {

	display: inline-block;

	margin: 0.5em;

	padding: 0.5em;

	width: 100%;

}

.condolencias_box .cond_03 {

	background-color: #FFF;

	text-align: left;

	margin: 5%;

	padding: 2em;

	width: 90%;

	border-radius: 5px;

	box-shadow: 1px 1px 10px #CCC;

	background-image: url(../../img/mini_logo.png);

	background-repeat: no-repeat;

	background-position: right bottom;

}

.condolencias_box .cond_03 h3 {

	font-size: 1.4em;

	color: #333;

	font-weight: bold;

}

.condolencias_box .cond_03 h4 {

	font-size: 1em;

	color: #666;

	text-transform: uppercase;

}

.condolencias_box .cond_03 p {
	font-size: 1.4em;
	color: #333;
}

.condolencias_box .cond_01 {
	background-color: #F8F0E9;
	text-align: center;
	margin: 5%;
	padding: 4em;
	width: 90%;
	box-shadow: 1px 1px 10px #CCC;
	background-image: url(../../img/bkg_cond_02.png);
	background-repeat: repeat;
/*	
	transform: rotate(-1deg);
	-webkit-transform: rotate(-1deg);
	-moz-transform: rotate(-1deg);
	-o-transform: rotate(-1deg);
	-ms-transform: rotate(-1deg)
*/	
}

.condolencias_box .cond_01 h3 {
	font-size: 1.4em;
	color: #000;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	text-align: right;
}

.condolencias_box .cond_01 h4 {
	font-size: 1em;
	color: #333;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	text-align: right;
}

.condolencias_box .cond_01 p {
	font-size: 1.4em;
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
}

.condolencias_box .cond_02 {
	background-color: #EFE3BA;
	text-align: left;
	margin: 5%;
	padding: 2em;
	width: 90%;
	box-shadow: 1px 1px 10px #CCC;
/*	
	transform: rotate(2deg);
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	-o-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
*/	

}

.condolencias_box .cond_02 h3 {
	font-size: 1.6em;
	color: #000;
	font-weight: bold;
	font-family: IndieFlower;
	text-align: right;
}

.condolencias_box .cond_02 h4 {
	font-size: 1.2em;
	color: #000;
	text-transform: uppercase;
	font-family: IndieFlower;
	text-align: right;
	font-weight: bold;
}

.condolencias_box .cond_02 p {
	font-size: 1.6em;
	color: #000;
	font-family: IndieFlower;
}



.imaginae-overlay, .imaginae-overlay > div {

	left: 0px;

	top: 0px;

	position: fixed;

	z-index: 100;

	height: 100%;

	width: 100%;

}

.imaginae-overlay > div {

	background-color: rgba(0, 0, 0, 0.7);

}



#popup_container {

    max-width: 950px !important;

    margin-right: auto;

    margin-left: auto;

    position: absolute;

    left: 0%;

    top: 10%;

    right: 0%;

    width: 100% !important;

}

/****************************************************************

******************** ESQUELA 01 **********************************

****************************************************************/



.esquela01_content {

	text-align: center;

	position: relative;

}

.esquela01_content .person_layout {

	position: relative;

	margin-right: auto;

	margin-left: auto;

    background: #E1D5E1; /* For browsers that do not support gradients */

    background: -webkit-linear-gradient(left top, #D3C9BC, #EDE9E4); /* For Safari 5.1 to 6.0 */

    background: -o-linear-gradient(bottom right, #D3C9BC, #EDE9E4); /* For Opera 11.1 to 12.0 */

    background: -moz-linear-gradient(bottom right, #D3C9BC, #EDE9E4); /* For Firefox 3.6 to 15 */

    background: linear-gradient(to bottom right, #D3C9BC, #EDE9E4); /* Standard syntax */

}

.esquela01_content .person_layout .photo_cont {
	width: 150px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.esquela01_content .person_layout .photo_cont .photo {

	width: 100%;

	overflow: hidden;

	position: relative;

	text-align: center;

	border-radius: 50%;

	height: auto;

}

.esquela01_content .person_layout .photo_cont .photo img {

	width: 100%;

	height: auto;

}

.esquela01_content .person_layout .msg_box {
	width: 100%;
	background-color: rgba(255, 255, 255, 1);
	position: relative;
	z-index: 99;
	text-align: center;
	margin-top: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
	background-image: url(../../img/bkg_esquela_01.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.esquela01_content .person_layout .msg_box .name {
	width: 100%;
	padding-right: 5%;
	padding-left: 5%;
	padding-top: 20px;	
}

.esquela01_content .person_layout .msg_box .name h2 {
	font-size: 24px;
	color: #333;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 0px;
}

.esquela01_content .person_layout .msg_box .name h3 {
	font-size: 16px;
	color: #666;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
}

.esquela01_content .person_layout .msg_box .msg {
	width: 100%;
	padding-right: 5%;
	padding-left: 5%;
	text-align: center;
	padding-top: 1em;
}

.esquela01_content .person_layout .msg_box .msg p {
	font-size: 16px;
	color: #333;

}
/********************* NOUS ESTILS ESQUELA ****************************/
	.esquela01_content .person_layout .msg_box2 {
		width: 80%;
		background-color: rgba(255, 255, 255, 1);
		position: relative;
		z-index: 99;
		text-align: center;
		margin-top: 20px;
		padding-bottom: 20px;
		padding-top: 70px;
		border: 2px solid #333;
		margin-right: auto;
		margin-left: auto;
		min-width: 450px;
		background-image: url(../../img/bkg_esquela_02.jpg);
		background-repeat: no-repeat;
		background-position: center 30px;
	}
	.esquela01_content .person_layout .msg_box2 h1,
	.esquela01_content .person_layout .msg_box2 h2,
	.esquela01_content .person_layout .msg_box2 h3,
	.esquela01_content .person_layout .msg_box2 h4,
	.esquela01_content .person_layout .msg_box2 h5,
	.esquela01_content .person_layout .msg_box2 h6,
	.esquela01_content .person_layout .msg_box2 p {
		font-family: "Times New Roman", Times, serif;
		font-style: italic;
		font-weight: normal;
	}
	.esquela01_content .person_layout .msg_box2 h1 {
		font-size: 1.8em;
		font-weight: bold;
	}
	.esquela01_content .person_layout .msg_box2 .name {
		width: 100%;
		padding-right: 5%;
		padding-left: 5%;
		padding-top: 20px;
	}
	.esquela01_content .person_layout .msg_box2 .name h2 {
		font-size: 24px;
		color: #333;
		font-weight: bold;
		margin-bottom: 5px;
		margin-top: 0px;
	}
	.esquela01_content .person_layout .msg_box2 .name h3 {
		font-size: 16px;
		color: #333;
		font-weight: bold;
		margin-top: 0px;
		margin-bottom: 5px;
	}
	.esquela01_content .person_layout .msg_box2 .msg {
		width: 100%;
		padding-right: 5%;
		padding-left: 5%;
		text-align: center;
		padding-top: 1em;
	}

	.esquela01_content .person_layout .msg_box2 .msg p {
		font-size: 16px;
		color: #333;
	}


	.esquela01_content .person_layout .msg_box3 {
		width: 80%;
		background-color: #FFF;
		position: relative;
		z-index: 99;
		text-align: left;
		margin-top: 20px;
		padding-bottom: 40px;
		padding-top: 40px;
		margin-right: auto;
		margin-left: auto;
		box-shadow: 5px 5px 15px rgba(0,0,0,0.25);
		min-width: 450px;
		background-image: url(../../img/bkg_esquela_03.jpg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100% auto;
		padding-right: 60px;
		padding-left: 60px;
	}
	.esquela01_content .person_layout .msg_box3 h1,
	.esquela01_content .person_layout .msg_box3 h2,
	.esquela01_content .person_layout .msg_box3 h3,
	.esquela01_content .person_layout .msg_box3 h4,
	.esquela01_content .person_layout .msg_box3 h5,
	.esquela01_content .person_layout .msg_box3 h6,
	.esquela01_content .person_layout .msg_box3 p {
		font-weight: normal;
	}
	.esquela01_content .person_layout .msg_box3 h1 {
		font-size: 1.6em;
		font-weight: bold;
	}
	.esquela01_content .person_layout .msg_box3 .name {
		width: 100%;
		padding-right: 5%;
		padding-left: 5%;
		padding-top: 20px;
	}
	.esquela01_content .person_layout .msg_box3 .name h2 {
		font-size: 24px;
		color: #333;
		font-weight: bold;
		margin-bottom: 5px;
		margin-top: 0px;
	}
	.esquela01_content .person_layout .msg_box3 .name h3 {
		font-size: 14px;
		color: #333;
		margin-top: 0px;
		margin-bottom: 5px;
		font-style: italic;
	}
	.esquela01_content .person_layout .msg_box3 .msg {
		width: 100%;
		padding-right: 5%;
		padding-left: 5%;
		padding-top: 1em;
	}

	.esquela01_content .person_layout .msg_box3 .msg p {
		font-size: 14px;
		color: #333;
	}
	.esquela01_content .person_layout .msg_box3 .buttons {
		bottom: 0;
		margin-bottom: 2em;
		margin-top: 2em;
		text-align: left;
		width: 100%;
		padding-right: 5%;
		padding-left: 5%;
	}
/********************* FI NOUS ESTILS ESQUELA ****************************/
.esquela01_content .person_layout .buttons {

	bottom: 0px;

	text-align: center;

	width: 100%;

	margin-bottom: 2em;

	margin-top: 2em;

}

.esquela01_content .person_layout .buttons .glyphicon {

	font-size: 1.6em;

	line-height: 0em;

	top: 5px;

}

.esquela01_content .person_layout .black_box {

	background-color: rgba(255, 255, 255, 0.25);

	width: 85%;

	margin-top: 20px;

	margin-right: 10%;

	margin-left: 5%;

	padding-top: 2em;

	padding-bottom: 2em;

	position: relative;

}

.esquela01_content .person_layout .black_box .arrow-black {

	background-image: url(../../img/arrow_whie_transp.png);

	background-repeat: no-repeat;

	height: 17px;

	width: 10px;

	position: absolute;

	left: -10px;

	top: 40px;

}

.esquela01_content .person_layout .black_box .btn.btn-default.btn-xs {
    border-color: #000 !important;
    color: #000 !important;
}

.esquela01_content .person_layout .black_box .btn.btn-default.btn-sm {
    border-color: #000 !important;
    color: #000 !important;
}
.esquela01_content .person_layout .black_box .btn.btn-default.btn-xs:hover {
    border-color: #000 !important;
    color: #fff !important;
}

.esquela01_content .person_layout .black_box .btn.btn-default.btn-sm:hover {
    border-color: #000 !important;
    color: #fff !important;
}
.esquela01_content .banners_cont {

	background: -webkit-linear-gradient(rgba(119, 98, 79, 1), rgba(149, 123, 100, 1)); /* For Safari 5.1 to 6.0 */

	background: -o-linear-gradient(rgba(119, 98, 79, 1), rgba(149, 123, 100, 1)); /* For Opera 11.1 to 12.0 */

	background: -moz-linear-gradient(rgba(119, 98, 79, 1), rgba(149, 123, 100, 1)); /* For Firefox 3.6 to 15 */

	background: linear-gradient(rgba(119, 98, 79, 1), rgba(149, 123, 100, 1)); /* Standard syntax */

	text-align: center;
	box-shadow: 2px 2px 8px #999;
    margin-bottom: 20px;

}

.esquela01_content .nav-tabs {

	background-color: #FFFFFF;

}

.esquela01_content .tabs_box .nav-tabs.nav-justified > li > a {

	border-radius: 0px 0px 0px 0px;

	font-size: 22px;

	font-weight: normal;

	color: #000;

	padding: 1.2em;

	border-top-style: none;

	border-right-style: none;

	border-bottom-style: none;

	border-left-style: none;

}

.esquela01_content .tabs_box .nav-tabs.nav-justified > .active > a,

.esquela01_content .tabs_box .nav-tabs.nav-justified > .active > a:hover,

.esquela01_content .tabs_box .nav-tabs.nav-justified > .active > a:focus {
	border-bottom-color: #fff;
	background-color: #E6E0D9;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center bottom;
	font-weight: bold;
	box-shadow: 1px -1px 1px #ccc;
}

.esquela01_content .tabs_box .tab-pane {

	padding-bottom: 2em;

	background-color: #E6E0D9;

}

.esquela01_content .tabs_box .tab-content .buttons {

	padding-top: 2em;

}



.esquela01_content .tabs_box .flower_msg {

	height: 350px;

	width: 200px;

	background-color: #FFF;

	margin-top: 2em;

	margin-right: 1em;

	margin-left: 1em;

}

.esquela01_content .tabs_box .flower_msg .flower_img {

	height: 209px;

	width: 200px;

}

.esquela01_content .tabs_box .flower_msg .msg {

	text-align: center;

	height: 119px;

	width: 200px;

	padding: 5px;

}

.esquela01_content .tabs_box .flower_msg .msg h3 {

	font-size: 1em;

	color: #000;

	margin-top: 0px;

	margin-bottom: 2px;

	font-weight: bold;

}

.esquela01_content .tabs_box .flower_msg .msg h4 {

	font-size: 0.8em;

	text-transform: uppercase;

	color: #666;

	margin-top: 0px;

	margin-bottom: 5px;

	font-weight: normal;

}

.esquela01_content .tabs_box .flower_msg .msg p {

	font-size: 0.8em;

	color: #000;

}

.esquela01_content .condolencias_box {

	padding-right: 2em;

	padding-left: 2em;

}

.esquela01_content .condolencias_box .row {

	-moz-column-width: 38em;

	-webkit-column-width: 38em;

	column-width: 38em;

}

.esquela01_content .condolencias_box .condolencia {

	display: inline-block;

	margin: 0.5em;

	padding: 0.5em;

	width: 100%;

}

.esquela01_content .condolencias_box .cond_01 {

	background-color: #FFF;

	text-align: left;

	margin: 2%;

	padding: 2em;

	width: 95%;

	background-image: none;

	border-radius: 0px;

	box-shadow: 0px 0px 0px #ccc;

}

.esquela01_content .condolencias_box .cond_01 h3 {

	font-size: 16px;

	color: #333;

	font-weight: bold;

}

.esquela01_content .condolencias_box .cond_01 h4 {

	font-size: 11px;

	color: #666;

	text-transform: uppercase;
}

.esquela01_content .condolencias_box .cond_01 p {
	font-size: 16px;
	color: #333;
}

/**************************************************
****************** 3 pasos*************************
****************************************************/

.tres_pasos {
	text-align: center;
}
.tres_pasos .nav-tabs {
	background-color: #D3C9BC;
	border-bottom-style: none;
}
.tres_pasos .nav > li > a {
	padding-bottom: 20px;
}
.tres_pasos .nav > li > a:hover {
	background-color: #E0DAD1;
}
.tres_pasos .nav-tabs > li > a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	min-height: 140px;
	/*background-image: url(../img/arrow_pink.png);
	background-repeat: no-repeat;
	background-position: left center;*/
}
.tres_pasos .nav-tabs a h2 {
	color: #A28973;
	font-size: 18px;
	line-height: 30px;
	display: block;
	border-radius: 15px;
	height: 30px;
	width: 30px;
	padding: 0px;
	position: absolute;
	left: 28%;
	top: 5px;
	background-color: rgba(255,255,255,0.8);
}
.tres_pasos .nav-tabs a h3 {
	color: rgba(255,255,255,0.8);
	font-size: 18px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.tres_pasos .nav-tabs li.active a h2 {
	color: rgba(255,255,255,1);
	font-weight: bold;
	background-color: #957B64;
	border-top-color: #957B64;
	border-right-color: #957B64;
	border-bottom-color: #957B64;
	border-left-color: #957B64;
}
.tres_pasos .nav-tabs li.active a h3,
.tres_pasos .nav-tabs li.active a p {
	color: rgba(255,255,255,1);
	font-weight: bold;
}
.tres_pasos .nav-tabs a p {
	color: rgba(255,255,255,0.8);
	font-size: 14px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.tres_pasos .nav-tabs > li.active > a,
.tres_pasos .nav-tabs > li.active > a:hover,
.tres_pasos .nav-tabs > li.active > a:focus {
	background-color: transparent;
	border-image: none;
	color: rgba(255,255,255,1);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	background-image: url(/img/arrow_bottom_white.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.tres_pasos .title {
	background-color: #957B64;
	padding: 30px;
}
.tres_pasos .title h1 {
	font-size: 3em;
	color: #FFF;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.tres_pasos .title2 {
	text-align: center;
	width: 100%;
	margin-bottom: 30px;
	margin-top: 20px;
}
.tres_pasos .title2 h2 {
	color: #957B64;
}
.tres_pasos .thumbnail {
	background-color: #fff;
	border-radius: 4px;
	display: block;
	line-height: 1.42857;
	margin-bottom: 40px;
	transition: border 0.2s ease-in-out 0s;
	text-align: center;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	border: 1px solid #A28973;
	margin-right: 15px;
	margin-left: 15px;
}
.tres_pasos .thumbnail .caption {
	float: none;
	margin-bottom: auto;
	margin-top: auto;
	position: relative;
}
.tres_pasos .thumbnail a {
	padding: 0px;
}
.tres_pasos .thumbnail a img {
	border: 2px solid #fff;
	border-radius: 5px;
}
.tres_pasos .thumbnail a:hover img, .thumbnail a:focus img {
	border: 2px solid #957B64;
}
.tres_pasos .thumbnail h3 {
	font-size: 20px;
	font-weight: bold;
}
.tres_pasos .thumbnail h4 {
	font-size: 16px;
	font-weight: normal;
	color: #666;
}
.tres_pasos .thumbnail  p {
	font-size: 1.2em;
	color: #666;
}
.tres_pasos .search .form-control {
	border: 1px solid #957B64;
	border-radius: 4px;
	box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.075);
	color: #999;
	height: 42px;
	padding: 8px;
}
.tres_pasos .search .btn-default {
    background-color: #957B64;
    border-color: #957B64;
    color: #fff !important;
}
.tres_pasos .search .btn-default:hover,
.tres_pasos .search .btn-default:focus,
.tres_pasos .search .btn-default.focus,
.tres_pasos .search .btn-default:active,
.tres_pasos .search .btn-default.active,
.tres_pasos .search .open > .dropdown-toggle.btn-default {
	background-color: #AA9582;
	border-color: #AA9582;
}
.tres_pasos .results {
	padding-top: 20px;
}
.tres_pasos th, .tres_pasos td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.tres_pasos .results p {
	font-size: 14px;
	color: #333;
	background-image: url(/img/arrow-line-grey.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 20px;
	text-align: center;
}
.tres_pasos .table {
	text-align: left;
}
.tres_pasos .table h3 {
	font-size: 16px;
	color: #333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	font-weight: bold;
}
.tres_pasos .table h3 small {
	color: #7F1470;
	font-weight: normal;
}
.tres_pasos .table p {
	font-size: 14px;
	color: #666;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.tres_pasos .table tr:hover {
	background-color: #F2ECF2;
}
.tres_pasos .BasicData {
	max-width: 600px;
	margin-bottom: 20px;
}
.tres_pasos .BasicData .form-group {
	text-align: left;
}
.tres_pasos .BasicData .form-group label {
	font-size: 16px;
	font-weight: normal;
	color: #333;
}
.tres_pasos .BasicData .form-control {
	border: 1px solid #957B64;
	border-radius: 4px;
	box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.075);
	color: #999;
	height: 42px;
	padding: 8px;
	font-size: 16px;
}
.tres_pasos .BasicData textarea.form-control {
    height: auto;
}
.tres_pasos .BasicData .checkbox {
	font-size: 14px;
	text-align: center;
}
.tres_pasos .next {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
.tres_pasos .next .btn-default {
    background-color: #957B64;
    border-color: #957B64;
    color: #fff !important;
}
.tres_pasos .next .btn-default:hover,
.tres_pasos .next .btn-default:focus,
.tres_pasos .next .btn-default.focus,
.tres_pasos .next .btn-default:active,
.tres_pasos .next .btn-default.active,
.tres_pasos .next .open > .dropdown-toggle.btn-default {
	background-color: #AA9582;
	border-color: #AA9582;
}
.tres_pasos .image {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 862px;
	margin-bottom: 20px;
}
.tres_pasos .image img {
	width: 100%;
	height: auto;
}
.tres_pasos .purple-bkg {
	background-color: #EDE9E4;
}
.tres_pasos .bkg_images {
	padding-top: 20px;
	padding-bottom: 20px;
}
.tres_pasos .bkg_images a img {
	margin: 5px;
	padding: 4px;
	border: 4px solid #ede9e4;
	border-radius: 3px;
}
.tres_pasos .bkg_images a:hover img,
.tres_pasos .bkg_images a:focus img {
	border: 4px solid #bb7777;
}
.tres_pasos .bkg_images .active img {
	border: 4px solid #bb7777;
}
.tres_pasos .black {
	color: #333;
}
.tres_pasos .privacity {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	max-width: 500px;
	text-align: left;
}
.tres_pasos .privacity h4 {
	color: #957B64;
	font-size: 16px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.tres_pasos .privacity p {
	color: #333;
	font-size: 14px;
	padding-left: 20px;
}
.tres_pasos .payment_method {
	text-align: center;
	margin-bottom: 40px;
}
.tres_pasos .payment_method .radio-inline {
	margin-right: 0.5%;
	background-color: transparent;
	width: 200px;
	margin-left: 0.5%;
	border: 1px solid #000;
	border-radius: 3px;
	text-align: center;
	font-size: 1.3em;
	color: #333;
	line-height: 1.1em;
	height: 200px;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.tres_pasos .payment_method .radio-inline h3 {
	font-weight: normal;
	margin-top: 0px;
}
.tres_pasos .payment_method .radio-inline h3 strong {
	font-weight: bold;
	margin-top: 0px;
	color: #957B64;
}
.tres_pasos .payment_method .radio-inline img {
	margin-top: 7px;
}
.tres_pasos .payment_method .radio-inline:hover,
.tres_pasos .payment_method .radio-inline:focus {
	border-top-color: #957B64;
	border-right-color: #957B64;
	border-bottom-color: #957B64;
	border-left-color: #957B64;
}
.tres_pasos .payment_method .radio-inline.checked,
.tres_pasos .payment_method .radio-inline.checked h3 strong {
	border-top-color: #957B64;
	border-right-color: #957B64;
	border-bottom-color: #957B64;
	border-left-color: #957B64;
	color: #FFF;
	background-color: #957B64;
}
.tres_pasos .payment_method .radio input[type="radio"],
.tres_pasos .payment_method .radio-inline input[type="radio"] {
	display: none;
}
.tres_pasos .payment_method .radio input[type="radio"]:checked,
.tres_pasos .payment_method .radio-inline input[type="radio"]:checked {
	border-top-color: #957B64;
	border-right-color: #957B64;
	border-bottom-color: #957B64;
	border-left-color: #957B64;
	color: #FFF;
	background-color: #957B64;
}
.tres_pasos .btn-primary {
    background-color: transparent;
    border-color: #000;
    color: #000;
    font-size: 1.4em;
    text-transform: uppercase;
}
.tres_pasos .btn-primary:hover,
.tres_pasos .btn-primary:focus,
.tres_pasos .btn-primary.focus,
.tres_pasos .btn-primary:active,
.tres_pasos .btn-primary.active {
  color: #FFF;
  background-color: #957B64;
  border-color: #957B64;
}
.pink-bkg {
	background-color: #EDE9E4;
}
.minisearch {
	background-color: #EDE9E4;
	border-radius: 5px;
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 290px;
	text-align: center;
}
.public #footerRememori {
	text-align: center;
	font-size: 14px;
	padding-bottom: 0px !important;
}
.public #footerRememori .footer-general,
.public #footerRememori .footer-services {
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A28973;
	margin-top: 50px;
	margin-bottom: 30px;
}
.public #footerRememori .footer-logo {
	text-align: rigt;
	padding-right: 40px;
	margin-top: 50px;
	margin-bottom: 30px;
}
.public #footerRememori .footer-logo .logo {
	margin-bottom: 10px;
	text-align: left;
}
.public #footerRememori .footer-logo p {
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: bold;
}
#footerRememori .footerLinks > a {
	color: #EDE9E4 !important;
	font-weight: normal;
}
#footerRememori .footer-logos {
	margin-bottom: 30px;
	padding-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A28973;
}
#container_destacados {
	font-size: 14px;
}
#publiTestamenta {
	text-align: center !important;
}

ul.categorias {overflow:hidden;line-height:1.4em;margin:0;padding:0;}
ul.categorias li {width:49%;float:left;list-style:none;margin-bottom:5px;margin-left:0;padding:0;}
ul.categorias li div {padding:5px 5px 5px 80px;margin-right:10px;height:75px;}
ul.categorias li div p {margin:5px;}
ul.categorias li.floristerias div, ul.categorias li.florerias div {background:#fff url(/img/cat_floristerias.png) no-repeat 5px 5px;}
ul.categorias li.aseguradoras div {background:#fff url(/img/cat_aseguradoras.png) no-repeat 5px 5px;}
ul.categorias li.funerarias div, ul.categorias li.cocherias, ul.categorias li.servicios_funebres div {background:#fff url(/img/cat_funerarias.png) no-repeat 5px 5px;}
ul.categorias li.tanatorios div {background:#fff url(/img/cat_tanatorios.png) no-repeat 5px 5px;}
ul.categorias li.cementerios div {background:#fff url(/img/cat_cementerios.png) no-repeat 5px 5px;}
ul.categorias li.iglesias div {background:#fff url(/img/cat_iglesias.png) no-repeat 5px 5px;}
ul.categorias li.hospitales_y_centros_de_salud div {background:#fff url(/img/cat_hospitales.png) no-repeat 5px 5px;}
ul.categorias li.hospitales div {background:#fff url(/img/cat_hospitales.png) no-repeat 5px 5px;}
ul.categorias li.centros_atencion_primaria div {background:#fff url(/img/cat_hospitales.png) no-repeat 5px 5px;}
ul.categorias li.otros_servicios div {background:#fff url(/img/cat_notarios.png) no-repeat 5px 5px;}
ul.categorias li.notarios div {background:#fff no-repeat 5px 5px;}
ul.categorias li.arte_funerario div {background:#fff no-repeat 5px 5px;}
ul.categorias li.carpinterias div {background:#fff no-repeat 5px 5px;}
ul.categorias li.marmolerias div {background:#fff no-repeat 5px 5px;}
ul.categorias li.musica_para_funerales div {background:#fff no-repeat 5px 5px;}
.wrap_center .search {
	float: right;
	margin-top: -12px;
}
.wrap_center .search input,
.wrap_center .search select {
	background-color: #FFF;
	border: 1px solid #957B64;
	border-radius: 3px;
	font-size: 14px;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
	height: 28px;
}
div#header div#crumbs {
	padding-bottom: 10px;
}
div#header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.padding-20 {
	padding: 20px;
}
.pagination {
	margin-top: 10px;
}
div#body img.image.thumb {
	max-width: 200px;
	margin-right: auto;
	margin-left: auto;
}
body.tributes.index dt {
	text-align: center;
}
body.tributes.index dl {
	padding: 20px;
}
div.img120 {
	padding-left: 0px !important;
}
.tributes-list li {
    padding: 10px !important;
}
.msg_box .buttons .btn {
	margin-bottom: 10px;
}
.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	opacity: 1;
	text-shadow: 0px 0px 0px #fff;
}
.buttons .glyphicon {
	margin-right: 10px;
}
#image_submit_form .input.file {
	font-size: 16px;
	font-weight: normal;
	color: #333;
}
#image_submit_form .input.file label {
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
#image_submit_form .submit input[type="submit"] {
	float: none !important;
	font-size: 12px !important;
	font-weight: normal !important;
	text-shadow: none !important;
	margin-top: 20px;
	margin-bottom: 20px;
}
#image_submit_form .submit input:hover {
	color: #FFF !important;
	background-color: #957B64 !important;
	border-top-color: #957B64 !important;
	border-right-color: #957B64 !important;
	border-bottom-color: #957B64 !important;
	border-left-color: #957B64 !important;
}
#image_submit_form .close {
	font-size: 12px;
	font-weight: normal;
	line-height: 1;
	opacity: 1;
	text-shadow: none;
	position: absolute;
	top: 3px;
	right: 15px;
}
.BannerTop {
	background-repeat: no-repeat;
	background-size: cover;
	text-align: left;
	position: relative;
	background-color: #a28973;
	background-image: url(../../img/bkg_slider.jpg);
	background-position: center top;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 20px;
}
.BannerTop .search {
	margin-left: 2%;
	max-width: 900px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
	width: 90%;
}
.BannerTop .slogan {
	text-align: left;
}
.BannerTop .slogan h2 {
	font-size: 34px;
	font-weight: normal;
	color: #FFF;
	margin: 0px;
	line-height: 50px;
	text-shadow: 1px 1px 2px #333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.BannerTop .slogan h3 {
	color: #333;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
}
.BannerTop .slogan p {
	color: #333;
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	margin: 0 0 15px;
	padding: 0;
	text-align: left;
}
.BannerTop .search .btn {
	-moz-user-select: none;
	background-image: none;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	font-size: 14px !important;
	font-weight: normal;
	line-height: 50px;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
	text-transform: uppercase;
	color: #FFF !important;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #957B64;
	margin-left: 15px;
}
.BannerTop .search .btn:hover,
.BannerTop .search .btn:focus,
.BannerTop .search .btn.focus,
.BannerTop .search .btn:active,
.BannerTop .search .btn.active  {
	background-color: #AA9582;
}
ul.shortcuts li div a {
	color: #fff !important;
	display: block !important;
	font-size: 14px !important;
	font-weight: normal !important;
	line-height: 100% !important;
	text-align: center !important;
	text-decoration: none !important;
	background-color: #957B64 !important;
	text-transform: uppercase !important;
	padding-top: 10 !important;
	padding-right: 20px !important;
	padding-bottom: 10 !important;
	padding-left: 20px !important;
	border-radius: 4px !important;
}
ul.shortcuts li div a:hover {
	border-radius: 4px !important;
	background-color: #AA9582 !important;
}
ul.shortcuts li div.alerts a, ul.shortcuts li div.alerts:hover a {
	padding-left: 50px !important;
}
html .categorias {
	padding-top: 20px;
	padding-bottom: 40px;
}
html .categorias a {
	font-size: 22px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.social p {
	font-size: 11px;
	color: #FFF;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.search input[type="text"] {
    width: auto !important;
}
#primary #tabs ul li a {
	height: 31px !important;
}
.esquelas-lat {
}
.esquelas-lat ul {
}
.esquelas-lat ul li {
    float: left;
    width: 50%;
}
.esquelas-lat ul li span {
    font-size: 12px;
}
.pageTitle {
	text-align: left;
	padding-bottom: 20px;
	padding-top: 20px;
	font-size: 40px;
	margin: 0px;
}
.pageSubtitle {
	text-align: left;
	padding-bottom: 20px;
	padding-top: 0px;
	margin-top: 0px;
	font-size: 36px;
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
}

.payment_ok {
	text-align: center;
}
.payment_ok p {
	font-size: 18px;
	font-weight: normal;
	color: #333;
}
.payment_ok .ok {
	font-size: 60px;
	font-weight: normal;
	color: #957B64;
	line-height: 140px;
	text-align: center;
	height: 140px;
	width: 140px;
	border-radius: 70px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	border: 1px solid #957B64;
	margin-top: 40px;
}
.banners_cont img {
	height: auto;
	width: 100%;
	max-width: 480px;
}
#ramos .btn-lg {
	margin-bottom: 10px;
}

/* Estils tabs gestió dels homentages del admin*/
#adminTabContainer{
	border-bottom:1px solid #000;
}
.tabs {
    width:100%;
    display:inline-block;
}
.tab-links:after {
    display:block;
    clear:both;
    content:'';
} 
.tab-links li {
    margin:0px 5px;
    float:left;
    list-style:none;
}
 .tab-links a {
    padding:9px 15px;
    display:inline-block;
    border-radius:3px 3px 0px 0px;
    background:#957b64;
    font-size:16px;
    font-weight:600;
    color:#fff;
    transition:all linear 0.15s;
}
 
.tab-links a:hover {
    background:#a7cce5;
    text-decoration:none;
}
 
 li.active a, li.active a:hover {
    background:#fff;
    color:#4c4c4c;
}
/*.tab-content {
    padding:15px;
    border-radius:3px;
    box-shadow:-1px 1px 1px rgba(0,0,0,0.15);
    background:#fff;
}*/
.tab {
    display:none;
}
.tab.active {
    display:block;
}
/* estilos confirmación de pago */
.pago {

                width: 90%;

                max-width: 600px;

                margin-right: auto;

                margin-left: auto;

                box-shadow: 4px 4px 16px #CCC;

                border-radius: 3px;

                text-align: center;

                padding: 40px;

                margin-top: 20px;

                margin-bottom: 20px;

}

.pago h1 {

                font-size: 30px;

                line-height: 34px;

                color: #000;

                margin-top: 0px;

                margin-right: 0px;

                margin-bottom: 10px;

                margin-left: 0px;

}

.pago h2 {

                font-size: 24px;

                line-height: 28px;

                margin-top: 0px;

                margin-right: 0px;

                margin-bottom: 10px;

                margin-left: 0px;

}

.pago h3 {

                font-size: 18px;

                line-height: 22px;

                margin-top: 20px;

                margin-right: 0px;

                margin-bottom: 10px;

                margin-left: 0px;

}

.pago .content-text {

                text-align: left;

                margin-top: 20px;

                padding-top: 10px;

                border-top-width: 2px;

                border-top-style: solid;

                border-top-color: #957b64;

                margin-bottom: 20px;

}
.disabled {

                opacity: 0.3;

}
.body table {
	
	font-size:1em !important;
}
.table-responsive {
    width: 100%;
}