@CHARSET "UTF-8";

.wpmacarena .booking-calendar-wrapper {
	background-image: url("../images/book-background.png");
	background-repeat: no-repeat;
	background-position: center center;
	width: 920px;
	height: 672px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

.wpmacarena .booking-calendar-wrapper-left,
	.wpmacarena .booking-calendar-wrapper-right {

    height: 600px;
    margin-top: 20px;
    width: 350px;
}

.wpmacarena .booking-calendar-wrapper-left {
	float: left;
	padding-left: 110px;
}

.wpmacarena .booking-calendar-wrapper-right {
	float: left;
	padding-left: 10px;
	padding-right: 100px;
	padding-top: 5px;
}

.wpmacarena #booking-calendar {
    margin-left: 10px;
    margin-top: -25px;
    width: 300px;
}

.wpmacarena #booking-calendar .calendar-actions {
    height: 2em;
    margin-bottom: 8px;
    position: relative;
}

.wpmacarena #booking-calendar .calendar-actions .month-changer,
	.wpmacarena #booking-calendar .calendar-actions .year-changer {
	
}

.wpmacarena #booking-calendar .calendar-actions .month-changer {
	float: left;
}

.wpmacarena #booking-calendar .calendar-actions .year-changer {
	float: right;
}

.wpmacarena #booking-calendar .calendar-actions a {
}

.wpmacarena #booking-calendar .calendar-actions .changer-label {
	padding-left: 2px;
	padding-right: 2px;
	display: inline-block;
	width: 90px;
	text-align: center;
}

.wpmacarena #booking-calendar .calendar-actions .changer-label.year-label {
	width: 75px;
}

.wpmacarena #booking-calendar .calendar-actions a.changer-link-left,
	.wpmacarena #booking-calendar .calendar-actions a.changer-link-right {
	
	background-repeat: no-repeat;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	display: inline-block;
	width: 19px;
	height: 19px;
	/*margin-top: 3px;*/
}

.wpmacarena #booking-calendar .calendar-actions a.changer-link-left {
	background-image: url("../images/left-arrow.png");
    background-position: 0 center;
    float: left;
    margin-left: 5px;
	font-size:0px;
}

.wpmacarena #booking-calendar .calendar-actions span.changer-link-left-disabled {
	background-image: url("../images/left-arrow-disabled.png");
    background-position: 0 center;   
	display:inline-block;
    margin-left: 5px;
	width:19px;
	height:19px;
	background-repeat:no-repeat;
	font-size:0px;
}


.wpmacarena #booking-calendar .calendar-actions a.changer-link-right {
	background-image: url("../images/right-arrow.png");
	background-position: 100% center;
	float: right;
	margin-right: 5px;
}

.wpmacarena #booking-calendar .calendar-actions span.changer-link-right-disabled {
	background-image: url("../images/right-arrow-disabled.png");
    background-position: 0 center;
	display:inline-block;
    margin-left: 5px;
	width:19px;
	height:19px;
	background-repeat:no-repeat;
	font-size:0px;
}

/* Reset table styles */

.wpmacarena #booking-calendar table.calendar,
	.wpmacarena #booking-calendar table.calendar tr th,
	.wpmacarena #booking-calendar table.calendar thead th,
	.wpmacarena #booking-calendar table.calendar tbody td {
	
	border: 0px;
	padding: 0px;
	margin: 0px;
	width: auto;
	font-size: 1em;
	color: #000;
	text-align: center;
}

.wpmacarena #booking-calendar table.calendar thead th {
	font-weight: bold;
	font-size: 0.8em;
} 

.wpmacarena #booking-calendar table.calendar {
	width: 100%;
}

.wpmacarena #booking-calendar table.calendar thead th {
	color: #026D35;
    height: 20px;
    width: 42px; 
}

.wpmacarena #booking-calendar table.calendar td.day {
	height: 40px;
	width: 40px;
	vertical-align: middle;
	text-align: center;
	margin: 1px;
}

.wpmacarena #booking-calendar table.calendar .row-day-wrapper {
    border: 1px solid transparent;
    height: 30px;
    text-align: center;
    width: 30px;
}

.wpmacarena #booking-calendar table.calendar .selectable-day,
		.wpmacarena #booking-calendar table.calendar .unselectable-day {
	
    cursor: default;
    margin-left: auto;
    margin-right: auto;
}

.wpmacarena #booking-calendar table.calendar .selectable-day:hover {
	background-color: white;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #000;
}

.wpmacarena #booking-calendar table.calendar .selectable-day a,
	.wpmacarena #booking-calendar table.calendar .selectable-day a:visited {
	
	color: #0066CC;
}

.wpmacarena #booking-calendar table.calendar .selected-day {
	background-color: blue;
	color: white;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.wpmacarena #booking-calendar table.calendar .selected-day a,
	.wpmacarena #booking-calendar table.calendar .selected-day a:VISITED {
	color: white;
}

.wpmacarena #booking-calendar table.calendar .selected-day a:hover,
	.wpmacarena #booking-calendar table.calendar .selected-day a:active {
	color: blue;
}

.wpmacarena #booking-calendar table.calendar .selected-day:hover a {
	color: blue;
}

.wpmacarena #booking-calendar table.calendar .selected-day:hover {
	border: 1px solid white;
	color: blue;
}

.wpmacarena #booking-calendar table.calendar span.decorate-today {
	font-style: italic;
	font-weight: bold;
}

.wpmacarena #booking-calendar table.calendar span.decorate-today {
	font-style: italic;
	font-weight: bold;
}

.wpmacarena #booking-calendar table.calendar span.day {
	margin: 2px;
	padding: 2px;
	border: solid 1px transparent;
}

.wpmacarena #booking-calendar table.calendar span.day-cell {
	display: block;
	text-align: center;
	margin-top:5px
}

.wpmacarena #booking-calendar table.calendar span.selected-day {
	border-color: #026d35;
	cursor: pointer;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.wpmacarena .booking-calendar-wrapper-left .hour-selector {
    text-align: center;
    width: 180px;
}

.wpmacarena .booking-selection-wrapper {
	width: 100%;
}

.wpmacarena #booking-selection {
	list-style: none;
	width: 300px;
	height: 450px;
	margin-left: auto;
	margin-right: auto;
}

.wpmacarena #booking-selection li {
	float: left;
	clear: left;
	width: 190px;
	heigh: 200px;
	margin-bottom: 25px;
	background-color: lightblue;
	color: #000;
	font-size: 1.2em;
	text-align: center;
	padding: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.wpmacarena #booking-selection li:hover  {
	color: red;
}

.wpmacarena .escudo-hermandad-wrapper {
	
}

.wpmacarena .escudo-hermandad {
	background-image: url("../images/escudo.png");
	background-repeat: no-repeat;
	background-position: center center;
	width: 138px;
	height: 135px;
	margin-bottom: 45px;
    margin-left: 90px;
    margin-top: 30px;
}

.wpmacarena .booking-intro-text {
	text-align: justify;
	margin: 5px 15px 15px 0px;
	color:#494949;  
	font-size:13px; 
	padding-left:30px;
}

#content .wpmacarena p.booking-intro-text {
	margin-bottom: 15px;
}

.wpmacarena .booking-calendar-intro-text {
	text-align:justify;
	margin: 0px 15px 0px 15px;
}

.wpmacarena .booking-calendar-intro-text {
	text-align:justify;
	margin-right:30px;
}

.wpmacarena .hour-selector-wrapper label {
	color: red;
}

#content .wpmacarena .booking-calendar-wrapper dd {
	margin-bottom: 5px;
	margin-top: 5px;
}

#campoIzquierdaLibro{
	background-color:#FFFFFF; 
	margin-left:0px; 
	margin-right:19px;
	width:130px;
}

#campoDerechaLibro{
	background-color:#FFFFFF; 
	margin-left:15px; 
	margin-left:0px;
	width:170px;
}

.tituloLibro{
	width:200px; 
	font-size:18px; 
	font-weight:normal; 
	line-height:22px; 
	color:#026D35; 
	margin-right:15px; 
	margin-top:10px; 
	margin-bottom:10px; 
	margin-left:25px;
	float:left;	
}

.textoCampoIzquierdaLibro{
	width:135px; 
	font-size:13px; 
	font-weight:normal; 
	line-height:15px; 
	color:#026D35; 
	margin-right:15px; 
	margin-left:25px;
	display:block;
	float:left;
}

.textoCampoDerechaLibro{
	width:110px; 
	font-size:13px; 
	font-weight:normal; 
	line-height:15px; 
	color:#026D35; 
	margin-right:15px;
	display:block;
	float:left;
}

.textoCampoLargoLibro{
	width:260px; 
	font-size:13px; 
	font-weight:normal; 
	line-height:22px; 
	color:#026D35; 
	margin-right:15px; 
	margin-top:3px; 
	margin-left:25px;
	display:block;
	float:left;
}

#campoLargoLibro{
	background-color:#FFFFFF; 
	margin-left:15px; 
	margin-left:0px;
	width:321px;
}

.ddLibro{
	margin: 0px;
	padding: 5px 0px 10px 25px; 
	clear:none;
}

.wpmacarena #booking-form .ddLibroBoda > textarea,
.wpmacarena #booking-form .ddLibroBoda > label,
.wpmacarena #booking-form .ddLibro > textarea,
.wpmacarena #booking-form .ddLibro > label,
	.wpmacarena #booking-form dt > label {
	margin-top: 0px;
}

.wpmacarena #booking-form .ddLibroBoda > input[type="radio"],
.wpmacarena #booking-form .ddLibro > input[type="radio"] {
	
}

.wpmacarena #booking-form .ddLibroBoda .inline-field,
.wpmacarena #booking-form .ddLibro .inline-field {
	float: left;
	padding-left: 12px;
	margin: 0px;
}

.wpmacarena #booking-form .ddLibroBoda > label.inline-field,
.wpmacarena #booking-form .ddLibro > label.inline-field {
	padding-left: 0px;
	width: 150px;
	font-size: 13px;
	line-height: 13px;
}

.wpmacarena #booking-form .ddLibroBoda > label.inline-field.donation,
.wpmacarena #booking-form .ddLibro > label.inline-field.donation {
	padding-top: 2px;
	width: auto;
	padding-right: 12px;
}

.wpmacarena #booking-form .ddLibroBoda > input.inline-field,
.wpmacarena #booking-form .ddLibro > input.inline-field {
	
}

.wpmacarena #booking-form .ddLibroBoda > span.inline-field,
.wpmacarena #booking-form .ddLibro > span.inline-field {
	
}

.wpmacarena #booking-form .ddLibroBoda > .annotation,
.wpmacarena #booking-form .ddLibro > .annotation {
    float: left;
    font-size: 11px;
    font-style: italic;
    line-height: 12px;
    padding: 10px;
	color: #2b2b2b;
	background-color: rgba(255, 0, 0, .1);
	border: 1px solid red;
	margin: 10px 0;
}
}

.ddLibroBoda{
	margin: 0px;
	clear:none; 
	padding: 0px 0px 6px 25px;
}

.radioLibroMisa{
	margin-right:8px;
}

.textoRadioLibroMisa{
	width:50px; 
	font-size:13px; 
	font-weight:normal; 
	line-height:22px; 
	color:#026D35; 
	margin-right:15px;
	 margin-top:3px;
}

.textAreaLibroMisa{
	background-color:#FFFFFF; 
	height: 50px; 
	width: 321px; 
	margin-left:0px; 
	margin-top:10px;
}

.textAreaLibroBoda{
	background-color:#FFFFFF;
	height: 50px; 
	width: 321px; 
	margin-left:0px; 
	margin-top:10px;
}

.checkboxLibro{
	margin-right:8px; 
	margin-left:25px;
}

#campoDeshabilitadoLibro{
	background-color:#c4c4bf; 
	margin-left:0px;
	border:0px;
	color:#4A4A4A;
}

.cuadroComprobacionDatos {
	background-color: #ECECE0; 
	margin-bottom: 20px; 
	margin-left: auto; 
	margin-right: auto; 
	width: 75%; 
	border: 1px solid #026D35;
	color: #2B2B2B;	
}

.campoComprobacionDatos {
	color:#000; 
	margin-left:15px;
}

.campoComprobacionDatosBoda {
	color:#000; 
	margin-left:5px;
	
}

.cuadroComprobacionDatos dl{
	float:left;	
	margin:15px 15px 10px 15px;
}

.cuadroComprobacionDatos dt{
	display:block;
	float:left;	
	clear:left;
	width:120px;
	font-weight:bold;
	margin-bottom:5px;
}

.cuadroComprobacionDatos dd{
	display:block;
	margin-left:1em;
	float:left;	
	margin-bottom:5px;
}

.wpmacarena .book-mass-group .escudo-hermandad-wrapper {
	
}

.wpmacarena .book-mass-group .escudo-hermandad-wrapper .escudo-hermandad {
	background-image: url("../images/escudo-group.png");
	background-repeat: no-repeat;
	background-position: center center;
	width: 300px;
  	height: 145px;
	margin-bottom: 45px;
	margin-left: 0px;
	margin-top: 30px;
}



/* Modificacion  misas */


.booking-calendar-wrapper.book-wedding .text-misas, .booking-calendar-wrapper.book-mass-group .text-misas{
	display:none!important;
}

.text-misas{
	margin-top:-45px; 
	font-size:12px; 
	line-height:15px;
}

.text-misas ul{
	padding-bottom:5px!important;
	float:left;
	list-style-type:square!important inside;
	display: list-item!important;
	margin-top:10px;
}


.booking-calendar-wrapper.book-mass .escudo-hermandad{
	margin-top:0px!important;
}

.text-misas ul li{
	list-style-type:square!important inside;
	display: list-item!important;
}
