﻿.shadow_to_element {box-shadow: 0px 0px 15px 3px;}
.bg-highligt {background-color: Highlight;}
.bg-gnlty-top{ background-color: #FDB631;}
.bg-gnlty-bottom{ background-color: #2698F4;}
.bg-gnlty-blue-soft{background-color: #96D1FE;}
.bg-gnlty-blue{background-color: #13A5D5;}
.bg-gnlty-blue-strong{background-color: #1A7EB5;}
.bg-gnlty-orange-soft{ background-color: #FC3;}
.bg-gnlty-orange{background-color: #F93;}
.bg-gnlty-orange-strong{background-color: #F90;}
.bg-gnlty-green-soft{background-color: #46BF40; }
.bg-gnlty-green{background-color: #9EE195;}
.bg-gnlty-green-strong{background-color: #41931E}
.bg-gnlty-yellow-soft{background-color: #FF9;}
.bg-gnlty-yellow{background-color: #FF6;}
.bg-gnlty-yellow-strong{background-color: #FF0;}
.redondeado {
    border-radius: 5px;
}
.text-white { color: #FFFFFF;}
/*********************************ERROR*************************************/
.error404{
    background-position: center center;
    border-radius: 5px;
    background-image: url('../Images/404.jpg');
    background-repeat: no-repeat;
    background-attachment: inherit;
    width: auto;
    height: 400px;
	}

/******************************FOOTER***************************************/
.piepagina {
    /*Atributos Altura y Ancho*/
    background: #333;
    color: #eee;
    font-size: 11px;
    padding: 20px;
}

.piepagina2 {

    background:#2C336B;
}


/********************************NOTICIAS*************************************/
.containerNoticias{
    padding: 40px;
    color: #FFFFFF;
    background-color: #086CA2;
}

.contenedorNoticia {
    padding: 20px;
    color: #FFFFFF;
    background: #25567B;
    font-size: 13px;
}

.contenedorNoticiaThumbail {
   background-image: url("http://lorempixel.com/360/140/")
}

/********************************************* NOTICIAS LIGA/TORNEO VIEW CONTAINER ****************************/
.ContainerNoticiasView {
    background: /*#2059A6*/ rgba(0, 61, 141, 0.8);
    padding: 20px;
    /*background: rgba(0, 0, 0, 0.5);*/
}
.ContainerNoticiasView a {
        color: #13A5D5;
    }
.ContainerNoticiasView a:link {
    text-decoration: none;
    color: #FDB631;
    }
.ContainerNoticiasView a:link:checked {
    color: #FF9;
    }

.ContainerNoticiasView a:link:hover{
        text-decoration: none;
    }

.encabezadoTitulo {
    position: relative;
    z-index: 10;
     
}
.fechaNoticia {
    padding:12px;

text-align: right;
}
.encabezado{
    margin-top:-85px;
    height:85px;
    z-index:-1;
    color:#FFFFFF;
    top:0;
    left:0; 
    right:0;
    bottom: auto;
    /*Transparencia de 0.3 con color */
    background: rgba(020, 0, 0, 0.3);
    /*paddings (margenes top right bot left) */
    padding: 12px;
}

.contenidoNoticia {
 text-align: justify;
 font-family: Verdana;
 color: #FFFFFF;
 padding-top: 25px;
 padding-left: 50px;
 padding-bottom: 25px;
 padding-right: 25px;
}
.pieNoticia {
    padding:12px;
    background: rgba(0,0,0,0.1);
    text-align: right;
    text-decoration:none;
    font-weight: 200;
    color: #FFFFFF;
}
/**************************************************************************************/

/********************************************* CONTACTO ****************************/

/*Contenedor de fondo*/
.fondoContacto {
    
    background-image: url("/Images/PagPrincipal/Contacto/FondoContacto.jpg");
    position: relative;
    height: 750px;
    width: auto;

}
/*contenedor del div del formulario*/
.fondoFrm {
    padding: 20px;
    background: rgba(0,0,0,0.3);
    color: #fffFFF;
}
.ingresandoDatos:focus {
    color: #000000;
    font-weight: bold;
    background-color: #96D1FE;
}