/* ================================================= BACKGROUND ================================================= */
.announce,
.header .container .menu span a.item:hover,
.header .container .menu span a.menuOn,
.announce .container span a:hover,
.homeAccesos .container span a i.titulo,
.homeAccesos .container span a i.foto img,
.homeContent .container .left span .foto,
.homeContent .container .right span a.boton,
.homeContent .container .right span a.boton:visited,
.homeContent .container .right span a.boton:hover,
.homeContent .container .left span .texto a,
.homeContent .container .left span .texto a:visited,
.homeContent .container .left span .texto a:hover,
.pageContent .container .top .right a,
.pageContent .container .top .right a:visited,
.pageContent .container .top .right a:hover,
.panel-onlygolf > .panel-heading,
.pageContent .container .bottom p a,
.pageContent .container .bottom p a:visited,
.pageContent .container .bottom p a:hover,
.pageContent .container .bottom.noticiaPage .foto,
.pageContent .container .bottom.resultadosPage .listado table.resultadosTable .title,
.pageContent .container .bottom.resultadosPage .listado table.resultadosTable .corte,
.pageContent .container .bottom.inscritosList .listado table.inscritosTable .title,
.pageContent .container .bottom.inscripcionPage .formulario .left form .item input[type="submit"],
.pageContent .container .bottom.inscripcionPage .formulario .right .mapa,
.pageContent .container .bottom.salidasPage .listado table.salidasTable .title,
.pageContent .container .botonCategoria a,
.pageContent .container .botonCategoria a:visited,
.pageContent .container .botonCategoria a:hover,
.pageContent .container .bottom.resultadosPage .deslizar,
.pageContent .container .bottom.noticiaList .links .left,
.pageContent .container .bottom.noticiaList .links .right span,
.pageContent .container .bottom.galeriasPage .videos .main span,
.pageContent .container .bottom.galeriasPage .videos .list a,
.pageContent .container .bottom.galeriasPage .videos .list a:visited,
.pageContent .container .bottom.galeriasPage .videos .list a:hover,
/*.pageContent .container .bottom.galeriasPage .fotos a,
.pageContent .container .bottom.galeriasPage .fotos a:visited,
.pageContent .container .bottom.galeriasPage .fotos a:hover,*/
.pageContent .container .botonFotos a,
.pageContent .container .botonFotos a:visited,
.pageContent .container .botonFotos a:hover,
.menuv2,
.hoverSwipebox,
.modal-body i.abiertosLink a,
.modal-body i.abiertosLink a:visited,
.modal-body i.abiertosLink a:hover,
.homeContent .container .left2 span a.boton, 
.homeContent .container .left2 span a.boton:visited, 
.homeContent .container .left2 span a.boton:hover, 
.homeContent .container .right2 span a.boton, 
.homeContent .container .right2 span a.boton:visited, 
.homeContent .container .right2 span a.boton:hover{
	background-color:#880e27/*theme-color*/ !important;
}
.menuv2{
	border-bottom: 0px/*theme-color*/ !important;
}   
.homeBanner .sombra2{
	display: none;
}
.homeContent .container .left span .linea i,
.homeContent .container .right span .linea i,
.auspiciadores .container .linea i,
.pageContent .container .top .left .linea i,
.homeContent .container .left2 span .linea i,
.homeContent .container .right2 span .linea i{
	background-color:#e0ca99/*theme-color*/ !important;
}
/* ================================================= BACKGROUND ================================================= */

/* ================================================= BORDER ================================================= */
.homeBanner .container{
	height: 390px;
}
.header,
.panel-onlygolf,
.panel-onlygolf > .panel-heading{
	border-color:#880e27/*theme-color*/ !important;
}
.header .container .logo2 span img,
.header .container .logo3 span img{
	max-height: 116px;
}
.header .container .logo2, 
.header .container .logo3{ 
    padding: 15px 16px 10px;
}
.footer{
	border-color: #e0ca99/*theme-color*/ !important;
	background-color:#880e27/*theme-color*/ !important;
}
.footer .container{
	height: 63px !important;
}
/* ================================================= BORDER ================================================= */

/* ================================================= FONT COLOR ================================================= */
.paginas .items .active,
.announce .container span a,
.announce .container span a:visited,
.homeContent .container .left span .texto b,
.pageContent .container .bottom p b,
.pageContent .container .bottom p strong,
.pageContent .container .bottom.inscripcionPage .formulario .left form .item label .glyphicon,
.homeContent .container .right span .tabla .noDisponible b i,
.pageContent .container .panel-onlygolf .cambio,
.paginas .current,
.paginas a:hover,
.paginas .page:hover{
	color:#385086/*theme-color*/ !important;
}
.announce .container span a:hover{
	color:#FFF !important;
}
/* ================================================= FONT COLOR ================================================= */

/* ================================================= BOOTSTRAP ================================================= */
.btn-primary{
	background-image:none !important;
	border-color: #385086/*theme-color*/ !important;
	background-color:#385086/*theme-color*/ !important;
	/*CSS3*/
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.btn-primary:hover{
	background-image:none !important;
	border-color: #385086/*theme-color*/ !important;
	background-color:#385086/*theme-color*/ !important;
	opacity:0.6;
	/*CSS3*/
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
/* ================================================= BOOTSTRAP ================================================= */

.auspiciadores .container .logos span .borde{
	display: inline-block;
	background-color: #888;
	width: 2px;
	height: 70px;
	vertical-align: middle;
	margin: 0px 5px;
}
@media (max-width: 480px) { /*Large Desktop*/
	.auspiciadores .container .logos span .borde{
		display: block;
		margin: 5px auto;
		height: 2px;
		width: 70px;
	}
}
