body {
	background-image: url(../images/fondo_pages.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #ADC006;
}

.hidden {
	display: none !important;
	visibility: hidden !important;
	position: absolute !important;
	top: -10000px !important;
	width: 0px !important;
	height: 0px !important;
}
.text-center {
    text-align: center !important;
}

.container {
	background-color: #FFFFFF;
	border-radius: 7px;
    overflow: hidden;
}
.container a {
	color: #738306;
}
.container a:hover,
.container a:focus,
.container a:active,
.content h3 {
	color: #000000;
}
.header {
    background-image: url('../images/header.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
	border-bottom: 1px solid #6B7B06;
}
.header p,
.header a {
    font-family: 'Arial', sans-serif;
}
.header a {
    text-decoration: none;
}
.header img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.header .clearer {
    clear: both;
}
.header .clearer hr {
    visibility: hidden;
}

.content h1,
.content h2,
.content h3 {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	margin: 0 auto;
}
.content img {
    max-width: 100%;
}
.content p small {
    display: block;
    width: 100%;
    font-family: 'Verdana', sans-serif;
    font-size: 10px;
    text-align: left;
    color: #999999;
}
.content p.subrayado {
    font-style: italic;
    /*border-bottom: 1px dotted #D2D2D2;*/
    border-bottom: 1px dotted #909090;
    padding-bottom: 20px;
}
.content .proximos-eventos p.subrayado:last-child {
    margin-bottom: 0;
}
.content p.subrayado strong {
    font-style: normal;
    color: #738306;
}

.tabla {
    padding: 0 0 20px 0;
    margin: 30px 0;
}
.tabla table tr th,
.tabla table tr td {
    padding: 7px 5px;
    text-align: center;
}
.tabla table tr th {
    vertical-align: middle;
    border-bottom: 1px solid #FFFFFF;
}
.tabla table tr td {
    vertical-align: top;
}
.tabla table tr td {
    border-bottom: 1px dotted #CCCCCC;
}
.tabla table tr th.num-tabla,
.tabla table tr td.num-tabla {
    text-align: right;
}
.tabla table tr.titulo-tabla td.texto-tabla,
.tabla table tr.subtotal-tabla td {
    text-transform: uppercase;
}
.tabla table tr th.texto-tabla,
.tabla table tr td.texto-tabla {
    text-align: left;
}
.tabla table tr th {
    color: #FFFFFF;
    background-color: #738306;
}
.tabla table tr.titulo-tabla {
    background-color: #CCCCCC;
    font-weight: bold;
}
.tabla table tr.subtotal-tabla {
    background-color: #F7F7F7;
    font-weight: bold;
}
.tabla table tr.total-tabla {
    background-color: #D6DF82;
    font-weight: bold;
}
.tabla table tr.titulo-tabla td,
.tabla table tr.subtotal-tabla td {
    border-bottom: none;
}
.tabla table tr.subtotal-tabla td {
    padding-bottom: 20px;
}
.tabla table tr.total-tabla td {
    padding-top: 15px;
    padding-bottom: 15px;
}

.content p.intro small {
    text-align: center;
    font-family: 'Georgia', sans-serif;
}
.content p.intro {
    text-align: center;
    margin-bottom: 30px;
}

.proximos-eventos img.google-maps-icon {
    max-width: 14px;
    vertical-align: bottom;
    margin-right: 3px;
}
.proximos-eventos img.imagen-icon {
    vertical-align: middle;
    max-width: 17px;
    margin-right: 5px;
}
.container .proximos-eventos a,
.container .proximos-eventos a:hover,
.container .proximos-eventos a:focus,
.container .proximos-eventos a:active {
    color: #738306;
    text-decoration: none;
}
.container .proximos-eventos a:hover {
    opacity: .75;
}

.divider {
    padding-left: 5px;
    padding-right: 5px;
}

@media (max-width: 767px) {
	body,
	p,
    p.intro small {
		font-size: 12px;
	}

    .hidden-xs {
        display: none !important;
        visibility: hidden !important;
        position: absolute !important;
        top: -10000px !important;
        width: 0px !important;
        height: 0px !important;
    }

	.container {
		width: auto;
		padding: 0;
		margin: 15px;
	}
	.content {
		margin: 0 0 15px 0;
	}
	.content {
		padding: 0 15px;
	}
    .header {
        background-size: 100%;
        padding-bottom: 30%;
        border-bottom: none;
    }
    .header p.back {
        padding: 25px 0 0 40px;
    }
	.header img.logo {
		max-width: 50%;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.header img.doantequera {
		width: 90%;
		max-width: 280px;
		margin-top: 0px;
		margin-bottom: 15px;
	}
	.header img.logo,
	.header img.doantequera {
        float: none;
	}

	.content h1 {
		width: 90%;
		font-size: 1.1em;
		margin-bottom: 25px;
	}
	.content h2 {
		width: 90%;
		font-size: .9em;
		margin-bottom: 15px;
	}
	.content p {
		margin-bottom: 10px;
	}

    .content p.intro {
        margin-left: 5%;
        margin-right: 5%;
    }

    .tabla {
        overflow-x:auto;
    }

	#pie {
		width: auto;
		height: auto;
		padding-bottom: 30px;
		padding-left: 15px;
		padding-right: 15px;
	}
	#pie a {
		display: block;
		margin-top: 0px;
	}
	#pie p a {
		margin-top: 12px;
	}
}

@media (min-width: 768px) {
	body,
	p,
    p.intro small {
		font-size: 13px;
	}
	.container {
		width: 750px;
		margin: 20px auto;
	}
	.header,
	.content {
		margin: 0 0 30px 0;
	}
	.header {
		min-height: 297px;
	}
    .header p.back {
        padding: 25px 0 0 50px;
    }
	.header img.logo {
		max-width: 25%;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.header img.doantequera {
		max-width: 300px;
		margin-top: 10px;
		margin-bottom: 30px;
	}
	.header img.logo {
        float: left;
        margin-left: 5%;
	}
	.header img.doantequera {
        float: right;
        margin-right: 12%;
        margin-top: 10%;
	}
	.content {
		padding: 0 35px 35px 35px;
	}
	.content h1 {
		width: 80%;
		font-size: 1.25em;
		margin-bottom: 35px;
	}
	.content h2 {
		width: 80%;
		font-size: 1em;
		margin-bottom: 20px;
	}
	.content p {
		margin-bottom: 15px;
	}

    .content p.intro {
        margin-left: 7%;
        margin-right: 7%;
    }
}

@media (min-width: 992px) {
	body,
	p,
    p.intro small {
		font-size: 14px;
	}
	.container {
		width: 960px;
		margin: 30px auto;
	}
	.header {
		min-height: 380px;
	}
    .header p.back {
        padding: 40px 0 0 70px;
    }
	.header img.logo {
		max-width: 100%;
		margin-top: 25px;
		margin-bottom: 20px;
	}
	.header img.doantequera {
		max-width: 360px;
		margin-top: 10px;
		margin-bottom: 30px;
	}
	.header img.logo {
        float: left;
        margin-left: 5%;
	}
	.header img.doantequera {
        float: right;
        margin-right: 15%;
        margin-top: 7%;
	}
	.content {
		padding: 0 50px 50px 50px;
	}
	.content h1 {
		width: 90%;
		font-size: 1.75em;
		margin-bottom: 40px;
	}
	.content h2 {
		width: 70%;
		font-size: 1.15em;
		margin-bottom: 25px;
	}
	.content p {
		margin-bottom: 20px;
	}
    .content p.intro {
        margin-left: 12%;
        margin-right: 12%;
    }
}

@media (min-width: 1200px) {
}