@font-face {
	font-family: Verlag;
	font-weight: 500;
	src: url("../fonts/verlagfontfamily/VERLAG BOLD_0.OTF") format("opentype");
}
@font-face {
	font-family: Verlag;
	font-weight: 400;
	src: url("../fonts/verlagfontfamily/VERLAG-LIGHT_0.OTF") format("opentype");
}
@font-face {
	font-family: Verlag-Compress;
	font-weight: 500;
	src: url("../fonts/verlagfontfamily/VERLAGCOMP-BOLD_0.OTF") format("opentype");
}
@font-face {
	font-family: Verlag-Compress;
	font-weight: 400;
	src: url("../fonts/verlagfontfamily/VERLAGCOMP-LIGHT_0.OTF") format("opentype");
}
@font-face {
	font-family: myriad-roman;
	font-weight: 500;
	src: url("../fonts/myriad-roman-bold.otf") format("opentype");
}
@font-face {
	font-family: myriad-roman;
	font-weight: 400;
	src: url("../fonts/myriad-roman.otf") format("opentype");
}

body {
	color: #000;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e6e6e6+0,cccccc+100 */
	background: #e6e6e6; /* Old browsers */
	background-position: top center;
	background-image: url("../images/main_bg.svg"), #e6e6e6; /* Old browsers */
	background-image: url("../images/main_bg.svg"), -moz-linear-gradient(top,  #e6e6e6 0%, #cccccc 100%); /* FF3.6-15 */
	background-image: url("../images/main_bg.svg"), -webkit-linear-gradient(top,  #e6e6e6 0%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
	background-image: url("../images/main_bg.svg"), linear-gradient(to bottom,  #e6e6e6 0%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	
	font-family: "Verlag","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 17px;
	line-height: 22px;
}
.font-myriad-roman {
	font-family: "myriad-roman","Verlag","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 90%;
	letter-spacing: -0.05px;
}
.font-compress {
	font-family: "Verlag-Compress","Helvetica Neue",Helvetica,Arial,sans-serif;
}
img {
	max-width: 100%;
}
.col-middle h1, .col-middle h2, .col-middle h3, .col-middle h4, .col-middle h5 {
	margin: 0px;
}
h1 {
	text-transform: uppercase;
	font-size: 52px !important;
	line-height: 90px !important;
	font-family: "Verlag","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: bold;
}
h2 {
	font-size: 40px !important;
	line-height: 42px !important;
}
@media screen and (max-width: 768px) {
	h1 {
		font-size: 35px !important;
		line-height: 37px !important;
	}
	h2 {
		font-size: 30px !important;
		line-height: 32px !important;
	}
}
h3 {
	font-size: 20px !important;
	line-height: 24px !important;
}
h4 {
	font-size: 22px !important;
	line-height: 25px !important;
}
big, .big {
	font-size: 65px;
}

h2.news-title {
	background-color: rgba(0, 0, 0, 0.7);
	line-height: 52px !important;
	padding: 6px 0px;
	    box-shadow: 20px 0 0 rgba(0, 0, 0, 0.7),-1em 0 0 rgba(0, 0, 0, 0.7);
	    box-decoration-break: clone;
}
h2.news-title.windows {
	padding: 2px 0px !important;
}
.grilla-subtitulo {
    margin-top: -32px;
    margin-bottom: 10px;
    font-size: 12px;
}
.html-subtitulo {
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 12px;
}
.buscador-subtitulo {
    padding-top: 5px;
    margin-bottom: -10px;
    font-size: 12px;
}
.html-video-subtitulo {
    text-transform: uppercase;
    padding-bottom: 30px;
}
.cursor-pointer {
	cursor: pointer;
}

.menu.menu_web {
	position: fixed;
	top: 0px;
}
.menu {
	z-index: 1040;
}
.menu.pre-loading {
	position: relative;
}
.post-menu.pre-loading {
	display: none;
}

.loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	color: #000;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e6e6e6+0,cccccc+100 */
	background: #e6e6e6; /* Old browsers */
	background-position: top center;
	background-image: url("../images/main_bg.svg"), #e6e6e6; /* Old browsers */
	background-image: url("../images/main_bg.svg"), -moz-linear-gradient(top,  #e6e6e6 0%, #cccccc 100%); /* FF3.6-15 */
	background-image: url("../images/main_bg.svg"), -webkit-linear-gradient(top,  #e6e6e6 0%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
	background-image: url("../images/main_bg.svg"), linear-gradient(to bottom,  #e6e6e6 0%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	
    z-index: 100000;
    text-align: center;
}

.transparent-loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 100000;
    text-align: center;
}

.menu-container h3 {
	font-size: 30px !important;
	line-height: 32px !important;
}
.menu-container {
	color: #FFF;
}
.menu-container .main-title {
	font-weight: bold;
}
.menu-container .title {
	font-size: 17px;
}
.menu-container .items > ol > li {
	list-style-type: disc;
}
.menu-container .items > ol > li li {
	display: block;
}
.menu-container .items > ol > li li:before{
    content: "-";
}
.menu-container .container {
	padding-right: 0px;
	padding-left: 0px;
}

/*PRINCIPALES*/
.main-news {
	position: relative;
}
.main-news .box-search {
	bottom: 0px;
	position: absolute;
}
.main-news .box-search .label-img {
	color: #FFF;
	font-weight: 200;
	margin-bottom: 80px;
	margin-left: 5px;
}
.numeros-emergencia img {
	height: 97px;
	padding: 20px 0px;
}
.numeros-emergencia .numero-1 {
	background: #7FB43A;
}
.numeros-emergencia .numero-2 {
	background: #73A534;
}
.numeros-emergencia .numero-3 {
	background: #66952E;
}
.numeros-emergencia .numero-4 {
	background: #5F8C35;
}
.header .logo {
	width: 100%;
	max-width: 170px;
	transition: all 0.5s;
}
.header .logo-min {
	max-width: 120px !important;
}
.cargar_mas {
	color: #666;
	margin-top: 50px;
}
.cargar_mas_border_bottom {
	border-bottom: 1px solid #CCC;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-bottom: 25px;
}
.atencion-vecino-header {
	font-size: 14px;
}
.atencion-vecino-header .atencion-vecino-img {
	width: 18px;
	margin: 8px 6px 8px 0px;
}
.contacto .atencion-vecino img {
	width: 56px;
}
.contacto .atencion-vecino h2 {
	font-weight: 600;
}
.contacto .atencion-vecino-min h2 {
	font-size: 23px !important;
}
.contacto .atencion-vecino-tel {
	background: rgb(137, 137, 137);
	font-size: 35px;
	font-weight: 600;
}
.contacto .atencion-vecino-tel img {
	max-width: 32px;
}
.contacto .atencion-vecino-mail img {
	max-width: 17px;
}
.contacto .atencion-vecino-mail {
	background: rgb(127, 127, 127);
	font-size: 20px;
	font-style: oblique;
}
.li:before {
	content: "\2022 ";
	color: #8FCD00;
	padding-left: 20px;
	padding-right: 10px;
}
#u_body {
    min-height: inherit !important;
    margin-right: -10px;
    margin-left: -10px;
}
.footer {
	padding: 30px;
}
.green {
	color: #8FCD00;
}

.alert-success {
	background: #88C557;
	border-color: #8FCD00;
	color: #FFF;
	border-radius: 3px;
}
.alert-danger {
	background: #EA5726;
	border-color: #ED702C;
	color: #FFF;
	border-radius: 3px;
}

/*FONDOS*/
.bggreen {
	background-color: #8CC63F;
}
.menu-container .bggreen {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#71a432+0,8cc63f+6,8cc63f+100 */
	background: rgb(113,164,50); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(113,164,50,1) 0%, rgba(140,198,63,1) 20px, rgba(140,198,63,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(113,164,50,1) 0%,rgba(140,198,63,1) 20px,rgba(140,198,63,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(113,164,50,1) 0%,rgba(140,198,63,1) 20px,rgba(140,198,63,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71a432', endColorstr='#8cc63f',GradientType=0 ); /* IE6-9 */
}
.txt-green {
	color: #8FCD00;
}
.bgwhite {
	background-color: #FFFFFF;
	color: #000;
}
.txt-white {
	color: #FFFFFF;
}
.bgblack {
	background-color: #000000;
	color: #FFFFFF;
}
.bgheader-white {
	background-color: rgba(255, 255, 255, 0.5);
}
.bggray {
	background-color: #999999;
	color: #FFF;
}
.bggray2 {
	background-color: #333;
	color: #FFF;
}
.bggray3 {
	background-color: #666666;
}
.bggray4 {
	background-color: #E6E6E6;
}
/*ITEMS*/
.btn-acceso-rapido {
	text-transform: uppercase;
	background-size: 100% 100%;
	padding-top: 20px;
	padding-bottom: 15px;
	color: #FFF;
	font-size: 18px;
}

.btn.btn-file {
  position: relative;
  overflow: hidden;
}
.btn.btn-file > input[type='file'] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  opacity: 0;
  filter: alpha(opacity=0);
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

/*VARIOS*/
.overflow-hidden {
	overflow: hidden;
}
.splash-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.full-width {
    width: 100%;
}
.nopadding {
	padding: 0px !important;
	margin: 0px !important;
}
.font13 {
	font-size: 13px !important;
}
.font15 {
	font-size: 15px !important;
}
.font17 {
	font-size: 17px !important;
	line-height: 22px !important;
}
.font20 {
	font-size: 20px !important;
}
.font24 {
	font-size: 24px !important;
}
.font31 {
	font-size: 31px !important;
	line-height: 31px !important;
}
.font40 {
	font-size: 40px !important;
	line-height: 40px !important;
}
.font60 {
	font-size: 60px !important;
	line-height: 60px !important;
}
.font28 {
	font-size: 28px !important;
}
.margin0b {
	margin-bottom: 0px;
}
.margin0t {
	margin-top: 0px;
}
.margin0tb {
	margin-top: 0px;
	margin-bottom: 0px;
}
.margin5tb {
	margin-top: 5px;
	margin-bottom: 5px;
}
.margin5b {
	margin-bottom: 5px;
}
.margin0lr {
	margin-left: 0px;
	margin-right: 0px;
}
.margin20tb {
	margin-top: 20px;
	margin-bottom: 20px;
}
.margin30t {
	margin-top: 30px;
}
.margin50b {
	margin-bottom: 50px;
}
.padding2 {
	padding: 2px;
}
.padding5 {
	padding: 5px;
}
.padding5b {
	padding-bottom: 5px;
}
.padding15t {
	padding-top: 15px;
}
.padding30 {
	padding: 30px;
}
.padding5tb {
	padding-top: 5px;
	padding-bottom: 5px;
}
.padding10tb {
	padding-top: 10px;
	padding-bottom: 10px;
}
.padding20tb {
	padding-top: 20px;
	padding-bottom: 20px;
}
.padding30tb {
	padding-top: 30px;
	padding-bottom: 30px;
}
.padding50tb {
	padding-top: 50px;
	padding-bottom: 50px;
}
.padding15tb {
	padding-top: 15px;
	padding-bottom: 15px;
}
.padding3t {
	padding-top: 3px;
}
.padding10t {
	padding-top: 10px;
}
.padding20t {
	padding-top: 20px;
}
.padding40t {
	padding-top: 40px;
}
.padding60t {
	padding-top: 60px;
}
.padding20b {
	padding-bottom: 20px;
}
.padding30b {
	padding-bottom: 30px;
}
.padding40b {
	padding-bottom: 40px;
}
.padding30lr {
	padding-left: 30px;
	padding-right: 30px;
}
.padding15lr {
	padding-left: 15px;
	padding-right: 15px;
}
.padding5lr {
	padding-left: 5px;
	padding-right: 5px;
}
.padding0r {
	padding-right: 0px;
}
.padding0 {
	padding: 0px !important;
}
.min-height400 {
	min-height: 400px;
}
.union_accesos_rapidos {
    position: absolute;
    top: 0;
    left: 0;
    height: 123px;
}
.union_accesos_rapidos_l {
	background: url('../images/union_accesos_rapidos_l.png') bottom repeat-x;
	height: 123px;
}
.union_accesos_rapidos_r {
	background-image: url('../images/union_accesos_rapidos.png'), url('../images/union_accesos_rapidos_r.png');
	background-position: bottom left, center bottom;
	background-repeat: no-repeat, repeat-x;
	background-size: 71px 123px, 12px 123px;
	height: 123px;
	padding-left: 65px;
}
.union_agenda {
    position: absolute;
    top: 0;
    left: 0;
    height: 152px;
}
.mes-agenda {
	font-size: 20px;
	font-weight: 200;
}
.union_agenda_r .mes-agenda {
	line-height: 35px;
}
.union_agenda_l {
	background: url('../images/union_agenda_fondo.png') bottom repeat-x;
	height: 152px;
	padding-bottom: 10px;
}
.union_agenda_l.cover {
	background: url('../images/union_agenda_fondo_transparente.png') bottom repeat-x;
}
.union_agenda_r {
	background-image: url('../images/union_agenda.png'), url('../images/union_agenda_fondo.png');
	background-position: bottom right, center bottom;
	background-repeat: no-repeat, repeat-x;
	background-size: 100% 152px, 12px 152px;
	height: 152px;
	padding-left: 65px;
}
.green-border-top {
	border-top: 6px solid #8FCD00;
}
.green-border-bottom {
	padding-bottom: 5px;
	border-bottom: 2px solid #8FCD00;
}
.gray-border-bottom {
	border-bottom: 6px solid #31322D;
}
.gray-border-bottom-2px {
	border-bottom: 2px solid #292929;
}
.shadow-border-top {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#848484+0,848484+12,cccccc+100&1+0,0+100 */
	background: -moz-linear-gradient(top,  rgba(132,132,132,1) 0%, rgba(132,132,132,0.88) 1px, rgba(204,204,204,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(132,132,132,1) 0%,rgba(132,132,132,0.88) 1px,rgba(204,204,204,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(132,132,132,1) 0%,rgba(132,132,132,0.88) 1px,rgba(204,204,204,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#848484', endColorstr='#00cccccc',GradientType=0 ); /* IE6-9 */

	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 10px;
	z-index: 10;
}
.shadow-border-bottom {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#232323+0,000000+100&0.1+0,0+60 */
	background: -moz-linear-gradient(top,  rgba(35,35,35,0.1) 0%, rgba(14,14,14,0) 6px, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(35,35,35,0.1) 0%,rgba(14,14,14,0) 6px,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(35,35,35,0.1) 0%,rgba(14,14,14,0) 6px,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6232323', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

	width: 100%;
	height: 10px;
	z-index: 10;
}
.relative {
	position: relative;
}
.inline {
	display: inline;
}
.titulo-agenda {
	font-size: 25px;
}
.cel-agenda {
	vertical-align: middle;
	display: table-cell;
	float: none;
}
.white-separator {
	border-bottom: 10px solid #FFF;
}
.carousel {
    background: rgba(0,0,0,0.1);
}
.carousel-caption .redes {
    color: #000;
    text-shadow: none;
}
.carousel .header_image {
	max-height: 40px;
    margin: 12px;
    position: absolute;
    z-index: 1;
}
textarea {
	height: 100px !important;
}
.form-horizontal * {
	border-radius: 1px;
}
.form-horizontal textarea {
	height: 146px;
}
.search-form {
	margin-top: 10px;
}
.search-form input {
	background: #CBCBCB;
	color: #000;
	font-size: 14px;
}
.search-form button {
	background: #666666;
}

.select2-img {
  max-width: 100px;
  max-height: 100px;
}
.select2-selection .select2-img {
  margin-top: 4px;
}
.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
  height: auto !important;
}
.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
  padding: 2px 5px;
}
.select2-container--default .select2-selection--single {
  border: 1px solid #ccc;
  font-size: 14px;
}
.select2-results__option {
  font-size: 14px;
  font-family: "myriad-roman","Verlag","Helvetica Neue",Helvetica,Arial,sans-serif;
}

/*BOOTSTRAP*/
@media (min-width: 1200px){
	.container{ width:980px; }
}
/*SLIDER*/
.micrositio-container .bx-wrapper .bx-prev,
.black-controls .bx-wrapper .bx-prev {
	background: url(../images/black_controls.png) no-repeat 0 -32px; 
}
.micrositio-container .bx-wrapper .bx-next,
.black-controls .bx-wrapper .bx-next {
	background: url(../images/black_controls.png) no-repeat -43px -32px;
}
.bxslider-container {
	padding: 0px 30px;
}
.bx-wrapper .bx-prev {
	left: -22px !important;
}
.bx-wrapper .bx-next {
	right: -22px !important;
}
.bx-wrapper .bx-viewport {
    background: none !important;   
    border: none !important;
    box-shadow: none !important;  
    left: 0 !important;
}
.bx-viewport, .bx-wrapper{
    position:relative;
    width:100%;
    height:100% !important;
    top:0;
    left:0;
}
.bxslider li{
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.bx-wrapper .bx-loading {
	background: url(../images/bx_loader.gif) center center no-repeat #8CC63F !important;
}
.bxslider-item {
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	padding: 15px 5px;
	font-size: 16px;
	/*background: url(../images/atajo_rapido_bg.png) top center repeat-x;*/
}
.bxslider-item:hover {
	background: #5A872F;
}
.bxslider-item img {
	margin: auto;
	padding-bottom: 10px;
	width: 60px;
}
.bxslider-item-min {
	font-size: 11px;
}
.bxslider-item-min img {
	width: 48px;
}
.bxslider-item.micrositio {
	color: #000;
	font-size: 12px;
	line-height: 15px;
}
.bxslider-item.micrositio:hover {
	background: #f7f7f7;
}
.map {
	min-height: 500px;
}
.map-info {
	width: 270px;
}
.map-info img {
	width: 270px;
	height: 160px;
}
.items-container .item {
	border-right: 1px solid #FFF;
	padding-bottom: 10px !important;
	border-bottom: #FFF solid 1px;
}
.items-container .item:hover {
	background: #f7f7f7;
}
.item-info {
	padding: 30px 15px 5px 15px;
}
.item-button-container {
	padding: 0px 15px 15px 15px;
}
.item-imagen-border {
	border-bottom: 6px solid #8CC63F;
}
.item-imagen .play-icon {
    font-size: 50px;
    background-image: url("../images/YouTube-icon-dark.png");
    background-repeat: no-repeat;
    background-position: center; 
    text-align: center;
    width: 100%;
    position: relative;
    top: 50%;
    height: 37px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.3s;
}
.item-imagen:hover .play-icon {
    background-image: url("../images/YouTube-icon-full_color.png");
}
.secciones-relacionadas .item {
	border-right: 1px solid #e6e6e6;
}
.evento-home {
	line-height: 18px;
}
.evento-home h3 {
    margin-top: 10px;
    font-size: 30px !important;
    font-weight: 600;
    line-height: 32px !important;
}
@media screen and (max-width: 990px) {
	.evento-home h3 {
		font-size: 24px !important;
		line-height: 26px !important;
	}
}
.border-right {
	border-right: 1px solid #CCC;
}
.border-bottom {
	border-bottom: 1px solid #CCC;
}
.border-top {
	border-top: 1px solid #CCC;
}

.socalo-verde {
	position: absolute;
	background: #93BF1B;
	height: 5px;
	bottom: 0;
	width: 100%;
}

.link-menu {
	color: #FFF;
}
.link-menu:hover, .link-menu:active, .link-menu:focus {
	color: #FFF;
	text-decoration: none;
	padding-bottom: 5px;
	border-bottom: 2px solid #8CC63F;
}
.img-responsive {
    margin: auto;
}
.simple-link {
	color: #FFF;
}
.simple-link:hover, .simple-link:active, .simple-link:focus {
	color: #666;
	text-decoration: none;
}
.black-simple-link {
	color: #000;
}
.black-simple-link:hover, .black-simple-link:active, .black-simple-link:focus {
	color: #777;
	text-decoration: none;
}
.green-simple-link {
	color: #5F8C35;
}
.green-simple-link:hover, .green-simple-link:active, .green-simple-link:focus {
	color: #8CC63F;
	text-decoration: none;
}
.social-container {
    z-index: 100;
    position: absolute;
    right: 0;
    top: -2px;
}
.evento-home .social-container {
    top: 0px;
}
.position-relative {
	position: relative;
}
.footer-redes {
	padding-right: 15px;
}
.box-calendar-container {
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.box-calendar {
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
	min-height: 120px;
}

@media (max-width: 768px) {
  .header .logo {
    margin: 0px -9px;
    width: 100px;
  }
}
@media (max-width: 700px) {
  .carousel-inner .item.cover {
  	height: 240px !important;
  	min-height: 120px !important;
  }
  h1 {
  	font-size: 31px !important;
  	line-height: 33px !important;
  }
  h2.news-title {
  	font-size: 20px !important;
	line-height: 40px !important;
  }
  .main-news .box-search .label-img {
	margin-bottom: 25px !important;
  }
}

.fc-day-header {
	background: #4D4D4D;
	height: 50px;
	color: #FFF;
}
.fc-day-header span {
    padding-top: 16px;
    display: block;
}
.fc-day-header:first-child {
	background: #8CC63F;
}
.fc-event {
	background: none !important;
	border: none !important;
	border-radius: 0 !important;
	color: #000 !important;
	border-bottom: 1px #999 solid !important;
	padding: 10px 0px 4px 0px !important;
	margin: 0px 10px !important;
}
.fc-time {
	
}
.fc-title {
	text-transform: uppercase;
}
.margin-right-sm {
  float: right !important;
  margin-right: 8px;
}
.margin-left-sm {
  float: left !important;
  margin-left: 8px;
}

.embed-responsive-9by16 {
	padding-bottom: 177%;
}

/* vertical alignment styles */

.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}

/* columns of same height styles */

.row-full-height {
  height: 100%;
}
.col-full-height {
  height: 100%;
  vertical-align: middle;
}
.row-same-height {
  display: table;
  width: 100%;
  /* fix overflow */
  table-layout: fixed;
}
.col-xs-height {
  display: table-cell;
  float: none !important;
}

@media (min-width: 768px) {
  .col-sm-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 992px) {
  .col-md-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .col-lg-height {
    display: table-cell;
    float: none !important;
  }
}





/* btn-green */
.btn-green, .fc-button { 
  color: #FFFFFF !important; 
  background-color: #73A534 !important; 
  border-color: #73A534 !important; 
  border-radius: 0 !important;
  width: 100%;
  text-transform: uppercase;
}
.fc-button { 
  background-image: none !important; 
  text-shadow: none !important;
  box-shadow: none !important;
  width: inherit !important;
}
.fc .fc-button-group > * {
	margin: 0 0 0 3px !important;
}
.fc-unthemed td.fc-today {
	background: #eaf7d9 !important;
	border-top: #ddd 1px solid !important;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
	float: left !important;
	font-size: 22px;
	padding: 15px 0px 0px 15px;
}
 
.btn-green:hover, 
.btn-green:focus, 
.btn-green:active, 
.btn-green.active, 
.open .dropdown-toggle.btn-green,
.fc-button:hover, 
.fc-button:focus, 
.fc-button:active, 
.fc-button.active { 
  color: #FFFFFF !important; 
  background-color: #7FB43A !important; 
  border-color: #73A534 !important; 
} 
 
.btn-green:active, 
.btn-green.active, 
.open .dropdown-toggle.btn-green,
.fc-button:active, 
.fc-button.active { 
  background-image: none !important; 
} 
 
.btn-green.disabled, 
.btn-green[disabled], 
fieldset[disabled] .btn-green, 
.btn-green.disabled:hover, 
.btn-green[disabled]:hover, 
fieldset[disabled] .btn-green:hover, 
.btn-green.disabled:focus, 
.btn-green[disabled]:focus, 
fieldset[disabled] .btn-green:focus, 
.btn-green.disabled:active, 
.btn-green[disabled]:active, 
fieldset[disabled] .btn-green:active, 
.btn-green.disabled.active, 
.btn-green[disabled].active, 
fieldset[disabled] .btn-green.active,
.fc-button.disabled, 
.fc-button[disabled], 
fieldset[disabled] .fc-button, 
.fc-button.disabled:hover, 
.fc-button[disabled]:hover, 
fieldset[disabled] .fc-button:hover, 
.fc-button.disabled:focus, 
.fc-button[disabled]:focus, 
fieldset[disabled] .fc-button:focus, 
.fc-button.disabled:active, 
.fc-button[disabled]:active, 
fieldset[disabled] .fc-button:active, 
.fc-button.disabled.active, 
.fc-button[disabled].active, 
fieldset[disabled] .fc-button.active { 
  background-color: #73A534 !important; 
  border-color: #73A534 !important; 
} 
 
.btn-green .badge,
.fc-button .badge { 
  color: #73A534 !important; 
  background-color: #FFFFFF !important; 
}






/* seven cols */
@media (min-width: 768px){
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1  {
    width: 100%;
    *width: 100%;
  }
}

@media (min-width: 992px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}

/**
 *  The following is not really needed in this case
 *  Only to demonstrate the usage of @media for large screens
 */    
@media (min-width: 1200px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}

@media (max-width: 620px) {
	.atencion-vecino-header-content {
		margin: 7px 0;
	}
	.atencion-vecino-header-content a {
		padding: 8px;
	}
	.atencion-vecino-header-content img {
		transform: scale(1.5);
	}
}

.text-xl {
	font-size: 1.25rem;
}

.text-2xl {
	font-size: 1.5rem;
}

.text-3xl {
	font-size: 1.875rem;
}

.text-4xl {
	font-size: 2.25rem;
}

.text-5xl {
	font-size: 3rem;
}

.text-6xl {
	font-size: 3.75rem;
}

.text-7xl {
	font-size: 4.5rem;
}

.text-8xl {
	font-size: 6rem;
}

@media (max-width: 767px) {
	.xs-text-center {
		text-align: center;
	}

	.xs-text-xl {
		font-size: 1.25rem;
		line-height: 1.875rem;
	}

	.xs-text-2xl {
		font-size: 1.5rem;
		line-height: 2.25rem;
	}

	.xs-text-3xl {
		font-size: 1.875rem;
		line-height: 3rem;
	}

	.xs-text-4xl {
		font-size: 2.25rem;
		line-height: 3.75rem;
	}

	.xs-text-5xl {
		font-size: 3rem;
		line-height: 4.5rem;
	}

	.xs-text-6xl {
		font-size: 3.75rem;
		line-height: 6rem;
	}

	.xs-text-7xl {
		font-size: 4.5rem;
		line-height: 8rem;
	}

	.xs-text-8xl {
		font-size: 6rem;
		line-height: 9rem;
	}

	.xs-btn-block {
		display: block;
		width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.sm-text-center {
		text-align: center;
	}

	.sm-text-xl {
		font-size: 1.25rem;
		line-height: 1.875rem;
	}

	.sm-text-2xl {
		font-size: 1.5rem;
		line-height: 2.25rem;
	}

	.sm-text-3xl {
		font-size: 1.875rem;
		line-height: 3rem;
	}

	.sm-text-4xl {
		font-size: 2.25rem;
		line-height: 3.75rem;
	}

	.sm-text-5xl {
		font-size: 3rem;
		line-height: 4.5rem;
	}

	.sm-text-6xl {
		font-size: 3.75rem;
		line-height: 6rem;
	}

	.sm-text-7xl {
		font-size: 4.5rem;
		line-height: 8rem;
	}

	.sm-text-8xl {
		font-size: 6rem;
		line-height: 9rem;
	}

	.sm-btn-block {
		display: block;
		width: 100%;
	}
}