.titular_prev {
  display: block; /* Fallback for non-webkit */
  display: -webkit-box;
  max-width: 400px;
  height: 48px; /* Fallback for non-webkit */
  margin: 0 auto;
  font-size: 22px;
  line-height: 1.1;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.body_prev {
  display: block; /* Fallback for non-webkit */
  display: -webkit-box;
  max-width: 400px;
  height: 46px; /* Fallback for non-webkit */
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.1;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}

.center_img {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

/*# css Dani */

/*.ui-datepicker-month, .ui-datepicker-year
{
    color: #000;
} */  

.customul 
{    
    padding: 5px;
    font-size: 12px;
}
                            
.clearfix {
	overflow: auto;
}
/*# fondo*/

.fondo1 {
	background-image: url("/Sala/site/img/fondo_1.jpg");
}
.fondo2 {
	background-image: url("/Sala/site/img/fondo_2.jpg");
}
/*# colores */

.negro1 {
	background-color: black;
}
.blanco {
	background-color: #ffffff;
}

.blanco2 {
	color: #DBDBDB !important;
}
.gris1 {
	background-color: #BDCCD4;
}
.gris2 {
	background-color: #464545;
}

.navgeneral {
	background-color: #222;
}
.navcampo {
	background-color: #006a9a;
	color:#FFFFFF !important;
	border:none;
}


.navcampo2 {
	background-color: #509df3;
	color:#FFFFFF !important;
	border:none;
}

.fuenteblanca{
	color:#FFFFFF !important ;
	}
	
.navbar-inverse2 .navbar-nav2 > li > a {
    color: #FFFFFF;
}

.active2{
	color:#D7DD03 !important;
	}
/*# elementos */

.ele1 {
	/*height: 400px;*/
	background-color: #BDCCD4;
}
.ele2 {
	height: 60px;
	background-color: #F8C700;
}
.ele3 {
	height: 60px;
	background-color: #C19C00;
}
.ele4 {
	height: 280px;
	background-color: #C7C6C6;
}
.ele5 {
	height: 100px;
	background-color: #A09F9F;
}
.ele6 {
	height: 50px;
	background-color: #914c4c;
}
.ele7 {
	height: 50px;
	background-color: #287fc9;
}
.ele8 {
	height: 60px;
	background-color: #A09F9F;
}
.ele9 {
	height: 300px;
	background-color: #A09F9F;
}
.ele2:hover {
	color: #ffffff;
	background-color: #4C4C4C;
	transition: all 0.3s ease;
}
.ele3:hover {
	color: #ffffff;
	background-color: #4C4C4C;
	transition: all 0.3s ease;
}
/*# botones 1*/
.campo {
	height: 55px;
	background-image: url(/Sala/site/img/fondo_botones/fondo_verde.png);
	background-color: #39B54A;
}
.sala {
	height: 55px;
	background-image: url(/Sala/site/img/fondo_botones/fondo_azul.png);
}
.playa {
	height: 55px;
	background-image: url(/Sala/site/img/fondo_botones/fondo_naranja.png);
}
.internacional {
	height: 55px;
	background-image: url(/Sala/site/img/fondo_botones/fondo_rojo.png);
}
.campo:hover {
	background-image: url(/Sala/site/img/fondo_botones/fondo_verde_hover.png);
	transition: all 0.3s ease;
}
.sala:hover {
	background-image: url(/Sala/site/img/fondo_botones/fondo_azul_hover.png);
	transition: all 0.3s ease;
}
.playa:hover {
	background-image: url(/Sala/site/img/fondo_botones/fondo_naranja_hover.png);
	transition: all 0.3s ease;
}
.internacional:hover {
	background-image: url(/Sala/site/img/fondo_botones/fondo_rojo_hover.png);
	transition: all 0.3s ease;
}

.activocampo{
	background-image: url(/Sala/site/img/fondo_botones/fondo_verde_hover.png);
	}
	
.activoamarillo{
	color:#F8C700 !important;
	}
/*# logotipo */

.logo {
	height: 110px;
	background-image: url("/Sala/site/img/logo_federacion.png?v=2021");
	background-repeat: no-repeat;
	margin: 20px;
}
.negro {
	/*background-color: black;*/
	background-color: rgba(0,0,0,0.4);
	color: #FFFFFF;
}
/*# botones 2 */

.btn_campo {
	background-color: brown;
	color: azure;
}
/*# iconos */
.ico1 {
	height: 50px;
	width: 50px;
	float: left;
	text-align: center;
	background-image: url("/Sala/site/img/ico/ico_campo_90.png");
	opacity: 0.6;
}
.ico1:hover {
	opacity: 0.9;
	transition: all 0.3s ease;
}
.ico2 {
	height: 50px;
	width: 50px;
	float: left;
	text-align: center;
	background-image: url("/Sala/site/img/ico/ico_sala_90.png");
	opacity: 0.6;
}
.ico2:hover {
	opacity: 0.9;
	transition: all 0.3s ease;
}
.ico3 {
	height: 50px;
	width: 50px;
	float: left;
	text-align: center;
	background-image: url("/Sala/site/img/ico/ico_playa_90.png");
	opacity: 0.6;
}
.ico3:hover {
	opacity: 0.9;
	transition: all 0.3s ease;
}
.ico4 {
	height: 50px;
	width: 50px;
	float: left;
	text-align: center;
	background-image: url("/Sala/site/img/ico/ico_international_90.png");
	opacity: 0.6;
}
.ico4:hover {
	opacity: 0.9;
	transition: all 0.3s ease;
}
.ico5 {
	height: 50px;
	width: 50px;
	float: left;
	text-align: center;
	background-image: url("/Sala/site/img/ico/ico_silbato_90.png");
	opacity: 0.6;
}
.ico5:hover {
	opacity: 0.9;
	transition: all 0.3s ease;
}
.ico6 {
	height: 50px;
	width: 50px;
	float: left;
	text-align: center;
	background-image: url("/Sala/site/img/ico/ico_reloj_90.png");
	opacity: 0.6;
}
.ico6:hover {
	opacity: 0.9;
	transition: all 0.3s ease;
}
/*# texto menu */

.tex1 {
	height: 50px;
	width: 100px;
	float: left;
	text-align: center;
	background-image: url("/Sala/site/img/tx/campo.png");
	opacity: 0.5;
}
.tex1:hover {
	transition: all 0.3s ease;
	opacity: 0.9;
}
.tex2 {
	height: 50px;
	width: 100px;
	float: left;
	text-align: center;
	background-image: url("/Sala/site/img/tx/sala.png");
	opacity: 0.5;
}
.tex2:hover {
	transition: all 0.3s ease;
	opacity: 0.9;
}
.tex3 {
	height: 50px;
	width: 100px;
	float: left;
	text-align: center;
	background-image: url("/Sala/site/img/tx/playa.png");
	opacity: 0.5;
}
.tex3:hover {
	transition: all 0.3s ease;
	opacity: 0.9;
}
.tex4 {
	height: 50px;
	width: 120px;
	float: left;
	text-align: center;
	background-image: url("/Sala/site/img/tx/internacional.png");
	opacity: 0.5;
}
.tex4:hover {
	transition: all 0.3s ease;
	opacity: 0.9;
}
.tx5 {
	color: #3B2F00;
	margin-left: 40px;
	width: 250px;
	text-align: left;
}
.tx5:hover {
	color: #FFFFFF;
	transition: all 0.3s ease;
}
/*# margin */

.margen1 {
	margin: 0 auto;
}
/*# carrusel_1 */
#myCarousel {
	height: 280px;
}
.item {
	width: 700px;
	margin: 0 auto;
	margin-top: 20px;
}
/*.active {
	width: 700px;
	margin: 0 auto;
	margin-top: 20px;
}*/
/*# footer */

.footer {
	background-color: #CACACA;
}
.sponsor {
	text-align: center;
	background-image: url("/Sala/site/img/tx/tx_1.png");
}
.patrocinador_1 {
	background-image: url("/Sala/site/img/tx/internacional.png");
	float: left;
	margin-right: 14px;
}
hr {
	border: #9A9A9A 1px dotted;
}
/*#  margin - padding centrar */


.centrar {
	margin: 0 auto;
	text-align: center;
}
.margin1 {
	margin-top: 20px;
}
.margin2 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.margin3 {
	margin: 10px 40px 40px 50px;
}
.padding1 {
	padding: 10px 40px 40px 50px;
}
.padding2 {
	padding: 20px;
}
.padding3 {
	padding: 12px 3px 46px 8px;
}
/*# busqueda */


.block {
	behavior: url(ie-css3.htc);
	background-color: #fff;
}
/*# imagenes */

.imagen1 {
	background-image: url("/Sala/site/img/deco/ele1.jpg");
}
/*# sombras */

.sombra1 {
	-webkit-box-shadow: 3px 10px 29px -8px rgba(20,20,20,1);
	-moz-box-shadow: 3px 10px 29px -8px rgba(20,20,20,1);
	box-shadow: 3px 10px 29px -8px rgba(20,20,20,1);
}
/*# borde */
.borde1 {
	border-radius: 0px 0px 21px 21px;
	-moz-border-radius: 0px 0px 21px 21px;
	-webkit-border-radius: 0px 0px 21px 21px;
	border: 0px solid #000000;
}
.borde2 {
	border-radius: 21px 21px 0px 0px;
	-moz-border-radius: 21px 21px 0px 0px;
	-webkit-border-radius: 21px 21px 0px 0px;
	border: 0px solid #000000;
}



.login1 {
	overflow:hidden;
	float:right;
	/*margin-top:-120px;*/
	margin-bottom:10px;
	color: #D3B400;
}

.sinredondeo{
	border-radius: 0px !important;
	}
	
	
	#success_message{ display: none;}