/* Global Resetting ______*/

html{
  	-webkit-font-smoothing: antialiased;
  	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	color: #484848;
	height: 100%;
	width: 100%;
}

body{
	background: white url(images/background-2022.png) no-repeat center top;
	/* reset font-sizes to 1em == 10px */
	font-family: "Helvetica", Verdana, sans-serif;
	font-size: 14px;
	line-height: 17px;
	margin:0;
	padding:0;
	height: 100%;
	width: 100%;
}
body.ca2015{
	background: white url(images/background-ca2015.jpg) no-repeat center top;
	}
#msg-noscript
{
	width:100%; padding-top:55px;
	height:100%; 
	background-color:#FF0000; 
	text-align:center;
	color:#FFFFFF;
	font-size:20px;
	position:fixed;
    filter:alpha(opacity=80);  /* for IE */
	opacity:0.8; /* CSS3 standard */
	z-index: 999999;
}

#no-script
{
	width:100%;
	height:100%;
	background-color:#000000;
    filter:alpha(opacity=70);  /* for IE */
	opacity:0.7; /* CSS3 standard */	
}


#no-script .texto
{
   	color: #FFFFFF;
    font-size: 18px;
    margin: 30px auto 0;
    text-align: center;
    width: 50%;
}

#alert
{
	clear: both !important;
	z-index: 9999999;
	overflow: hidden;
	width: 100%;
	text-align: center;
	position: absolute;	
	left: 0;
	background-color: #000;
	height: 0;
	color: #fff;
	font: 20px/50px  Geneva, Sans-serif;
	opacity: .8;
	top: 0 !important;
}


.msgError{
	font-family: 'Open Sans', sans-serif; 
	font-size:12px;
	color: red;
	width: 295px;
	height: auto;
	text-align: center;
	position: absolute;
	margin-left: 635px;
	margin-top: 60px;
}

.msgError img{
	margin-top: -4px;
}


/* HTML5 FIX ______*/
article, aside, details, figcaption, figure, footer,header,
hgroup, nav, section, summary, article{
    display: block;
}

audio, canvas, video{
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/* Headings ______*/

h1, h2, h3, h4, h5, h6 { font-weight: normal; color: #E7181C; line-height: normal;
}

h1 { font-size: 28px; margin: 0 0 20px 0; }

h2 { font-size: 25px; margin: 0 0 15px 0; color: #E7181C}

h3 { font-size: 21px; margin: 0 0 10px 0; color: #E7181C }

h4 { 
  color: #009B3D;
  font-size: 18px;
  margin: 0 0 10px;
	padding: 15px 0 0;
}

* {
	font-size: 1em;
	/* reset font-sizes to 1em == 10px */
	margin: 0;
	list-style:none;
	padding: 0;
}


p{
	color: #484848;
	margin-bottom: 15px;
}

a img{
	border:0;
}

img{
  margin: 0;
  padding: 0;
  display: block;
}

hr {
	margin: 10px 0;
	border-style: solid;
	border-color: #cad6a7;
}


/* HyperLinks ______*/

a{
	color: #006faf;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	transition: all .2s linear; -webkit-transition: all .2s linear; -moz-transition: all .2s linear;
}

a:hover{
	color: #004f87;
	transition: all .2s linear; -webkit-transition: all .2s linear; -moz-transition: all .2s linear;
}

.clear{
	clear:both;
}

/* FOR PHOTO EFFECT */
.pic {
  float: left;
  height: 65px;
  width: 65px;
  overflow: hidden;
  border-radius: 35px;
  margin: 5px 14px 0 0;
}
.foto-scale img{
  -webkit-transition: -webkit-transform 0.5s linear;                                  
  transition: transform 0.5s linear;
}
  .foto-scale img:hover{
    transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05); /* Safari and Chrome */
  }


/* Layout CSS ______*/
#root{max-width: 950px;margin: 0 auto;}
.box{ float: left;   width: 100%; }
.last{ margin: 0px !important;}

/* TOP ______*/
.top{
  background: #ececec; /* #e4e4e4; */
  border-bottom: 1px solid #FFFFFF;
  height: 34px;
  padding: 5px 0;
  width: 100%;
}
  .top .indicators{
    color: #2d2d2d;
    float: left;
    font-family: 'Exo 2', sans-serif;
    font-size: 13px;
    height: 26px;
    margin-right: 5px;
    padding: 8px 0 0;
    width: 720px;
  }
    .top .indicators span{
      margin: 0 4px;
    }
  
  .top .login{
    background: url(images/bg-login.png) no-repeat left top;
    float: left;
    font-family: 'Exo 2', sans-serif;
    font-size: 13px;
    height: 26px;
    padding: 8px 0 0 10px;
    width: 210px;
  }
    .top .login span.red a{
      color: #b00003;
    }
    .top .login span.red a:hover{
		color: #004f87;
		transition: all .2s linear; -webkit-transition: all .2s linear; -moz-transition: all .2s linear;
    }    
    .top .login img{
      float: right;
      margin: -6px 0 0;
    }
    
    .top .login img.updateFichaImg{
	    position: absolute;
	    margin-left: 150px;
	    margin-top: 14px;
	    z-index: 9;
	    display: none;
    }
    .top .login img.updateFichaText{
	    position: absolute;
	    margin-left: -70px;
	    margin-top: 115px;
	    z-index: 9;
	    display: none;
    }
    
/* HEADER ______*/
Header{
  /*background: url(images/bg-header.png) no-repeat left top;*/
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  height: 180px;
  position: relative;
  padding: 10px 0 0;
  width: 950px;
}
  
  /* LOGO HEAD */
  Header .logo{
    background: transparent;
		float: left;
		height: 89px;
		margin: 14px 220px 35px 20px;
		overflow-x: hidden;
		overflow-y: hidden;
		text-indent: -500em;		
		-webkit-transition: all 0.2s ease-in-out;
	    -moz-transition: all 0.2s ease-in-out;
	    -o-transition: all 0.2s ease-in-out;
	    -ms-transition: all 0.2s ease-in-out;
	    transition: all 0.2s ease-in-out;		
		width: 274px;

	}	
		Header .logo a { opacity: 1; }
		Header .logo a:hover { opacity: .8; }
	
	#Header .logo-mov{
    display: none;
  }
  
  /* SEARCH FORM */
  form#SearchForm{
    float: right;
    height: 30px;
    margin: 24px 50px 0 0;
    width: 223px;
  }
    form#SearchForm .search-input{
      background: #FFFFFF;
      border-radius: 4px;
      border: 1px solid #cecece;
      color: #a9a9a9;
      font-family: 'Exo 2', sans-serif;
      margin: 0 0 0;
      padding: 5px 40px 2px 10px;
      position: absolute;
      width: 170px;
    }
    form#SearchForm .submit{
    background: #fbbc1e;
      border-top-right-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px;
      
      height: 15px;
      margin-left: 1px;
      min-width: 16px;
      margin: 1px 0 0 191px;
      padding: 6px 7px;
      position: absolute;
      width: 16px;
      z-index: 3;
    }

/* IMG ALIGN */
.text .alignleft{
	text-align: left; float: left; margin: 0 15px 15px 0;
}

.text .aligncenter, .text a .aligncenter{
	text-align: center; margin: 15px auto; float: center; display: inherit;
}

.text .alignright{
	text-align: right; float: right; margin: 0 0 15px 15px;
}

/* FEATURED NEWS ______*/

#FeaturedNews{
  background: #f8f8f8;
  border-top: 1px solid #e5e5e5;
  float: left;
  padding: 30px 0;
  width: 100%;
}
  #FeaturedNews article{
    background: #FFFFFF;
    border: 1px solid #d4dedf;
    border-bottom: 5px solid #bec3c7;
    display: inline-block;
    float: left;
    margin: 0 1.4%;
    width: 30%;
  }
    #FeaturedNews article:hover{
      cursor: pointer;
    }
  	#FeaturedNews article figure img{
  	}
  	#FeaturedNews article h1{
  	  color: #3b3b3b;
	  font-family: 'Exo 2', sans-serif;
	  font-size: 18px;
	  margin: 15px 15px 5px;
  	}
  	 #FeaturedNews article h1 a{
    	 color: #3b3b3b;
  	 }
    #FeaturedNews article p.icon{
      color: #a7acb2;
      font-size: 12px;
      margin: 0 7px;
    }
    	#FeaturedNews article p.icon .flaticon-round1{
      	display: inline-block;
        height: 30px;
        margin: 8px auto 0;
        vertical-align: middle;
        transition: .2s linear all; 
    	}
        #FeaturedNews article p.icon .flaticon-round1:before{
          color: #fbbc1e;
          font-size: 30px;
          margin: 0 auto;
          transition: .2s linear all;    	 
        }
  	#FeaturedNews article p{
  	  color: #696969;
  	  font-family: 'Exo 2', sans-serif;
  	  margin: 0 15px 15px;
  	}
  	 #FeaturedNews article p a{
    	 color: #696969;
  	 }
  
  /* HOVER */
  #FeaturedNews article:hover{
    border-bottom: 5px solid #fbbc1e;
    transition: .2s linear all;
  }
    #FeaturedNews article:hover h1 a{
      color: #ffbb00;
      transition: .2s linear all;
    }


/* PAGE CONTENT ______*/
#PageContent{
  background: #FFFFFF;
  border-top-right-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px;
  border-top-left-radius: 4px; -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px;

  margin: 0 0 10px;
  min-height: 400px;
  padding: 20px;
  position:relative;
  width: 910px;
} 

  /* CONTENT PAGE */
  #PageContent .content{
    float: left;
    margin: 0 35px 0 0;
    width: 595px;
  }

  #PageContent .content-full{
    width: 100% !important;
  }
  
   #PageContent .content-full h1{
   		width: 950px;
   		height: 82px; 
   		background: red;
   		background: url(images/ca2015-contador.png) no-repeat center center;
   		margin: -10px 0 -10px -10px !important;
   		color: #255C8C !important;
   		font-size: 30px;
   		font-family: 'Exo 2', sans-serif;
   		text-align: center;
   		padding-top: 30px;
   	}
   	
   #PageContent .content-full h1 .total-apuestas{
	   font-size: 35px;
	   font-weight: 700;
   }
  
   #PageContent .content-full .apuestas-titulo{
   	width: 100%;
   	margin-left: -20px;
    margin-top: -20px;
   }
    
    /* BREADCRUMBS */
    .breadcrumbs{
      background: #fcfcfc;
      border-bottom: 1px solid #ebebeb;
      border-top: 1px solid #ebebeb;
      font-family: 'Exo 2', sans-serif;
      font-size: 13px;
      height: 25px;
      margin: 0 0 10px;
      padding: 7px 10px 0;
      width: 575px;
    }
      .breadcrumbs a{ color: #E7181C; }
      .breadcrumbs a:hover{	color: #ab0306; }
      .breadcrumbs .views{
        background: url(images/ico-views-little.png) no-repeat left top;
        color: #696969;
        float: right;
        line-height: 12px;
        margin: 2px 0 0;
        padding: 0 0 0 20px;
      }
      .breadcrumbs a.ingreso{
        background: url(images/ico-key-little.png) no-repeat right top;
        color: #ee7100;
        float: right;
        padding-right: 25px;
        text-align: right;
        transition: none;
        width: 90px;
      }
        .breadcrumbs a.ingreso:hover{
          background-position: right bottom;
          color: #ab0306;
        }
        
    /* PAGE CONTENT RIGHT */
    #PageContent .content.page-right{
      margin: 0;
    }
    #PageContent .content .slide-image{
      background: #f7f7f7;
      width: 585px;
    }
    #PageContent .content h1{
      color: #525252;
      font-family: 'Exo 2', sans-serif;
      font-size: 24px;
      font-weight: 600;
      margin-bottom: 15px;
    }
    
    #PageContent .content .date{
      float: left;
      margin: 3px 0 5px;
      font-family: 'Roboto', sans-serif;
      font-size: 15px;
      margin: 0 0 0;
      width: 595px;
    }
      #PageContent .content .date.margin-date{
        margin-bottom: 15px;
      }
      #PageContent .content .date p{
        color: #a5a5a5;
        float: left;
        margin-right: 10px;
      }
        #PageContent .content .date a.likes{
          background: url(images/ico-like-little.png) no-repeat left top;
          color: #a5a5a5;
          float: left;
          height: 13px;
          line-height: 12px;
          margin: 2px 10px 0 0;
          padding-left: 17px;
          transition: none;
        }
          #PageContent .content .date a.likes:hover{
            background: url(images/ico-like-little.png) no-repeat left bottom;
            color: #e60000;
          }

        #PageContent .content .date a.nolikes{
          background: url(images/ico-like-little.png) no-repeat left bottom;
          color: #e60000;
          float: left;
          height: 13px;
          line-height: 12px;
          margin: 2px 10px 0 0;
          padding-left: 17px;
          transition: none;
        }
          #PageContent .content .date a.nolikes:hover{
            background: url(images/ico-like-little.png) no-repeat left top;
            color:  #a5a5a5;
          }  
  
        #PageContent .content .date a.comments{
          background: url(images/ico-comments-little.png) no-repeat left top;
          color: #a5a5a5;
          float: left;
          height: 13px;
          line-height: 12px;
          margin: 2px 10px 0 0;
          padding-left: 17px;
          transition: none;
        }
          #PageContent .content .date a.comments:hover{
            background: url(images/ico-comments-little.png) no-repeat left bottom;
            color: #e60000;
          }
    #PageContent .content .participa{
      background: #fcfcfc;
      border-bottom: 1px solid #ebebeb;
      border-top: 1px solid #ebebeb;
      color: #767676;
      font-family: 'Exo 2', sans-serif;
      height: 25px;
      float: left;
      margin: 0 0 20px;
      padding: 7px 10px 0;
      width: 575px;
    }
      #PageContent .content .participa .name{
        float: left;
        font-size: 16px;
        height: 13px;
      }
      #PageContent .content .participa .views{
        background: url(images/ico-views-little.png) no-repeat left center;
        float: right;
        height: 13px;
        line-height: 12px;
        margin: 2px 5px 0;
        padding-left: 17px;
      }
      #PageContent .content .participa a.likes{
        background: url(images/ico-like-little.png) no-repeat left top;
        color: #a5a5a5;
        float: right;
        height: 13px;
        line-height: 12px;
        margin: 2px 5px 0;
        padding-left: 17px;
        transition: none;
      }
        #PageContent .content .participa a.likes:hover{
          background: url(images/ico-like-little.png) no-repeat left bottom;
          color: #e60000;
        }
      #PageContent .content .participa a.nolikes{
        background: url(images/ico-like-little.png) no-repeat left bottom;
        color: #e60000;
        float: right;
        height: 13px;
        line-height: 12px;
        margin: 2px 5px 0;
        padding-left: 17px;
        transition: none;
      }
        #PageContent .content .participa a.nolikes:hover{
          background: url(images/ico-like-little.png) no-repeat left top;
          color: #a5a5a5;
        }
                
      #PageContent .content .participa a.comments{
        background: url(images/ico-comments-little.png) no-repeat left top;
        color: #a5a5a5;
        float: right;
        height: 13px;
        line-height: 12px;
        margin: 2px 5px 0;
        padding-left: 17px;
        transition: none;
      }
        #PageContent .content .participa a.comments:hover{
          background: url(images/ico-comments-little.png) no-repeat left bottom;
          color: #e60000;
        }
    #PageContent .content .bajada{
      color: #494949;
      font-family: 'Roboto', sans-serif;
      font-size: 17px;
      font-weight: 500;
      margin: 0 0 20px;
    }
    
    #PageContent .content .article-tags{
      border-bottom: 1px solid #D5D5D5;
      border-top: 1px solid #D5D5D5;
      color: #5A5A5A;
      float: left;
      font-family: 'Exo 2', sans-serif;
      margin: 0 0 10px 0;
      padding: 5px 20px 0;
      width: 555px; height: 25px;
    }
      #PageContent .content .article-tags .title-tags{
        color: #747474;
        float: left;
        font-size: 14px;
        margin: 0 10px 0 0;
      }
      
      #PageContent .content .article-tags .tags{
        float: left;
      }
      #PageContent .content .article-tags .tags a{
        background: url(images/bg-tag.png) no-repeat scroll left center transparent;
        border-radius: 4px 4px 4px 4px;
        color: #5c5c5c;
        display: block;
        float: left;
        font-size: 11px;
        font-weight: 500;
        margin: 0 5px 5px 0;
        opacity: 1;
        padding: 1px 10px 2px 20px;
        text-decoration: none;
        text-shadow: 1px 1px 0 #FFFFFF;
      }
        
        #PageContent .content .article-tags .tags a:hover{
          opacity: .7;
          transition: .2s linear all;
        }
    
    /* TEXTO */
    #PageContent .content .texto{
   	  margin: 0 0 20px;
   	  float: left;
   	  font-family: 'Roboto', sans-serif;
      font-weight: 400;
      width: 585px !important;
    }  
    
    #PageContent .content .texto p{
    	color: #222222 !important;
		font-size: 17px;
		line-height: 29px;
    	text-align: justify;
    	
    	max-width: 585px !important;
    }
  	#PageContent .content .texto h1, h2, h3, h4{
      font-family: 'Exo 2', sans-serif;
  	}
  	
  	#PageContent .content .texto table{
  		border-top: 1px solid #dddddd; border-left: 1px solid #dddddd;
  		border-radius: 4px; -moz-border-radius: 4px;
  		border-spacing: 0 0;
  		margin: 0 auto; 
  		margin-top: 10px;
  		max-width: 595px !important;
  	}	
  	  	
  		#PageContent .content .texto table thead td{
  			background: #f2f2f2;
  			color: #5B5B5B;
  			font-weight: bold;
  			text-shadow: 1px 1px 0 white;
  			text-align: left;
  		}
  		
  			#PageContent .content .texto table thead td.center{
  			text-align: center;
  			}
		
  			#PageContent .content .texto table thead td:first-child{
  				border-top-left-radius: 4px;
  			}
  			
  			#PageContent .content .texto table thead td:last-child{
  				border-top-right-radius: 4px;
  			}
  		
  		#PageContent .content .texto table td{
  			background: white;
  			border-right: solid #dddddd 1px;
  			border-bottom: solid #dddddd 1px;
  			color: #5B5B5B;
  			text-align: left;
  			font-weight: normal;
  		}
  		
  		
  		#PageContent .content .texto table td.center{
  			text-align: center;
  		}  		
  		#PageContent .content .texto table td img{
  			clear: both !important;
  			margin: 0 auto; border: 0; padding: 0;
  			border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0;
  			box-shadow: 0; -moz-box-shadow: 0; -webkit-box-shadow: 0;	
  			text-align: center;			
  		}
  		
  			#PageContent .content .texto table thead:first-child tr:first-child th:first-child, #contenidoPage .texto table tbody:first-child tr:first-child td:first-child{
  				border-top-left-radius: 4px;
  			}
  			
  			#PageContent .content .texto table thead:first-child tr:first-child th:last-child, #contenidoPage .texto table tbody:first-child tr:first-child td:last-child{
  				border-top-right-radius: 4px;
  			}
  
  
  			#PageContent .content .texto table thead:last-child tr:last-child th:first-child, #contenidoPage .texto table tbody:last-child tr:last-child td:first-child{
  				border-bottom-left-radius: 4px;
  			}
  			
  			#PageContent .content .texto table thead:last-child tr:last-child th:last-child, #contenidoPage .texto table tbody:last-child tr:last-child td:last-child{
  				border-bottom-right-radius: 4px;
  			}
  			
  			#PageContent .content .texto table td.title {
  			  background-color:#F2F2F2;
  			  background-position:initial initial;
  			  background-repeat:initial initial;
  			  color:#5B5B5B;
  			  text-shadow:white 1px 1px 0;
  			}
  			
  			#PageContent .content .texto table tr.campo {
  				font-size: 14px;
   			}
  			
  			#PageContent .content .texto ol,
  			#PageContent .content .texto ul{
    			color: #828282;
    			margin: 20px 40px;
  			}
  			 #PageContent .content .texto ol li{
    			 list-style: decimal;
  			 }
  			 #PageContent .content .texto ul li{
    			 list-style: disc;
  			 }
  			
  			#PageContent .content .texto img{
  			 	background: #fafafa;
  			 	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
  			 	border: 1px solid #F1F1F1;
  			 	max-width: 585px;
  			 	margin: 0 auto;
  			 	padding: 3px;
  			 	text-align: center;
  			 }
  			 
  			 #PageContent .content .texto img:hover{
	            border: 1px solid #2f8ce3;
	            box-shadow: 0 0 2px #6b9eda;
	            opacity: 1;
	            transition: all .2s linear; -moz-transition: all .2s linear; -webkit-transition: all .2s linear;
	          }
  			 
  			 #PageContent .content .texto iframe{
  				 max-width: 600px;
  				 border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
  			 	 border: 1px solid #F1F1F1; padding: 5px; background: #fafafa;
  			 }
  			 #PageContent .content .texto .video{
  			   position: relative;
  			   margin: 0 auto;
  			   width: 450px;
  			 }
  			   #PageContent .content .texto .video hgroup{
    			   position: absolute;
    			   margin: 20px 0 0 -7px;
    			   width: 400px;
  			   }
  			     #PageContent .content .texto .video hgroup img{
    			     background: transparent;
    			     border: none;
    			     border-radius: 0;
    			     float: left;
  			     }
  			     #PageContent .content .texto .video hgroup h2{
    			     color: #FFFFFF;
    			     text-shadow: 2px 2px 0 rgba(0,0,0,0.5);
    			     margin: 0;
  			     }
  			   #PageContent .content .texto .video a.iframe{
  			   }
    			   #PageContent .content .texto .video a.iframe img{
    			     height: auto;
      			   width: 450px;
    			   }
    			   #PageContent .content .texto .video a.iframe .video-tittle{
      			   background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
      			   bottom: 4px;
      			   color: #FFFFFF;
      			   font-family: 'Exo 2',sans-serif;
      			   font-size: 18px;
      			   left: 4px;
      			   padding: 10px 15px 15px;
      			   position: absolute;
      			   width: 420px;
      			   text-align: center;
    			   }
    			   #PageContent .content .texto .video a.iframe .video-play{
      			   background: url("images/btn-hover-youtube_big.png") no-repeat left center;
      			   bottom: 140px;
      			   color: #FFFFFF;
      			   height: 44px;
      			   left: 195px;
      			   position: absolute;
      			   text-indent: -999em;
      			   width: 65px;
    			   }
    			     #PageContent .content .texto .video a.iframe:hover .video-play{
      			     background: url("images/btn-hover-youtube_big.png") no-repeat right center;
      			   }

		     /* WEB preguntas y respuestas fof ____*/
		     #PageContent .content .texto  ul.preguntas {
		     	padding: 0;
		     	margin: 0 -8px 0 0 !important;
		     }	
		     #PageContent .content .texto  ul.preguntas li  {
		     	list-style: none;
		     	display: block;
		     	min-height: 30px; height: auto;
		     	margin-bottom: 10px;
		     	padding: 15px 5px 3px 20px; 
		     	font-weight: 500;
		     	/*background: #F8F8F8 url(images/ico-li.png) no-repeat right center;
		     	background-position: 99%; */
		     	background: #F8F8F8;
		     	border-bottom: 1px dotted #DBDBDB;
		     } 
		     #PageContent .content .texto  ul.preguntas a li {
		     	list-style: none;
		     	color: #454545;
		     }
		     #PageContent .content .texto  ul.preguntas a:hover li{
		     	color:#e61e4f;
		     }	
		     #PageContent .content .texto  ul.preguntas li::after
		     {
			    content:' ► ';
			    float:left;
			    margin: 0px 7px 0 -5px;
			    -moz-transition:0.5s all;
			    -webkit-transition:0.5s all;
			    cursor: pointer;
		      }
		     #PageContent .content .texto  ul.preguntas li:hover::after
			 {
			    -moz-transform:rotate(90deg);
			    -webkit-transform:rotate(90deg);
			    text-shadow: 1px 0 rgba(0,0,0,0.4);
			 }
		     #PageContent .content .texto  ul.preguntas div.respuesta{
		     	padding: 10px;
		     	background-color: #FCFCFC;
		     	margin-bottom: 4px;
		     	border-bottom: 1px dotted #DBDBDB;
		     	display: none;
		     }     		 
		
      			   
    /* CONTENT PAGE FULL WIDTH */      			   
    #PageContent .content .texto-full{
      width: 950px !important;
      margin-left: -20px;
    }  
          			   
  	#PageContent .content .texto-full table{
  		border-top: 1px solid #dddddd; border-left: 1px solid #dddddd;
  		border-radius: 4px; -moz-border-radius: 4px;
  		border-spacing: 0 0;
  		margin: 0 auto; 
  		margin-top: 0px;
  		max-width: 950px !important;
  	}	
  	  	
  		#PageContent .content .texto-full table thead td{
  			background: #f2f2f2;
  			color: #5B5B5B;
  			font-weight: bold;
  			text-shadow: 1px 1px 0 white;
  			padding-top: 20px !important;
  			padding-bottom: 20px !important;
  			text-align: center;
  		}
  		
  			#PageContent .content .texto-full table thead td.center{
  			text-align: center;
  			}
		
  			#PageContent .content .texto-full table thead td:first-child{
  				border-top-left-radius: 4px;
  			}
  			
  			#PageContent .content .texto-full table thead td:last-child{
  				border-top-right-radius: 4px;
  			}
  		
  		#PageContent .content .texto-full table td{
  			background: white;
  			border-right: solid #dddddd 1px;
  			border-bottom: solid #dddddd 1px;
  			color: #5B5B5B;
  			text-align: left;
  			font-weight: normal;
  		}
  		
  		#PageContent .content .texto-full table td.marca{
  			background: #F4F4F4 !important;
  		}

  		#PageContent .content .texto-full table td.marca-ganador{
  			background: #fdf9e4 !important;
  		}
  		  		
  		#PageContent .content .texto-full table td b{
  			font-size: 16px !important; color: #DF0202 !important;
  			margin-left: 5px; margin-right: 5px; 
  		}
  		#PageContent .content .texto-full table td a{
  			color: #DF0202 !important;
  		}
  		#PageContent .content .texto-full table td a:hover{
  			opacity: 0.5;
  		}
  		  		
  			#PageContent .content .texto-full table thead:first-child tr:first-child th:first-child, #contenidoPage .texto table tbody:first-child tr:first-child td:first-child{
  				border-top-left-radius: 4px;
  			}
  			
  			#PageContent .content .texto-full table thead:first-child tr:first-child th:last-child, #contenidoPage .texto table tbody:first-child tr:first-child td:last-child{
  				border-top-right-radius: 4px;
  			}
  
  
  			#PageContent .content .texto-full table thead:last-child tr:last-child th:first-child, #contenidoPage .texto table tbody:last-child tr:last-child td:first-child{
  				border-bottom-left-radius: 4px;
  			}
  			
  			#PageContent .content .texto-full table thead:last-child tr:last-child th:last-child, #contenidoPage .texto table tbody:last-child tr:last-child td:last-child{
  				border-bottom-right-radius: 4px;
  			}
  			
  			#PageContent .content .texto-full table td.title {
  			  background-color:#F2F2F2;
  			  background-position:initial initial;
  			  background-repeat:initial initial;
  			  color:#5B5B5B;
  			  text-shadow:white 1px 1px 0;
  			}
  			
  			#PageContent .content .texto-full table tr.campo {
  				font-size: 14px;
   			}
  			#PageContent .content .texto-full table td img{
  			 	background: none;
  			 	border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px;
  			 	border: 0px solid #F1F1F1;
  			 	margin: 0 auto;
  			 	text-align: center;
  			 }
  			 
  			 #PageContent .content .texto-full table td img:hover{
	            border: 0px;
	            box-shadow: none;
	            opacity: 0.5;
			    -ms-transform: rotate(12deg); /* IE 9 */
			    -webkit-transform: rotate(12deg); /* Chrome, Safari, Opera */
			    transform: rotate(12deg);
	          }

  			#PageContent .content .texto-full a.titulo img{
  			 	background: none;
  			 	border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px;
  			 	border: 0px solid #F1F1F1;
  			 	margin: 0 auto; padding: 0;
  			 	text-align: center;
  			 	width: auto; max-width: none !important;
  			 	margin-top: 30px;
  			 }	             			
  			 #PageContent .content .texto-full a.titulo img:hover{
	            border: 0px;
	            box-shadow: none;
	            opacity: 0.5;
	          } 
	          
	          #PageContent .content .texto-full .apuestas-comentarios{
		          height: auto;
		          display: block;
		          float: left;
	          }
	          
	          #PageContent .content .texto-full .imagen{
  			 	background: none;
  			 	border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px;
  			 	border: 0px solid #F1F1F1;
  			 	margin: 0 auto; padding: 0;
  			 	text-align: center;
  			 	width: auto; max-width: none !important;
  			 	margin-top: 30px;
  			  }
  			  #PageContent .content .texto-full .imagen:hover{
	            border: 0px;
	            box-shadow: none;
	            opacity: 1;
	          } 

  			 		          
		      #PageContent .content .texto-full .apuestas-comentarios ul{
		        float: left;
		        margin: 0;
		      }
		        #PageContent .content .texto-full .apuestas-comentarios ul > li{
		          height: 75px;		          
		          float: left;
		          list-style: none;
		          margin-left: 7px; margin-right: 8px; margin-top: 18px;
		        }
		          #PageContent .content .texto-full .apuestas-comentarios ul > li figure{
		            border: 2px solid white;
		            float: left;
		            height: 67px;
		            margin: 0 9px 0 0;
		            overflow: hidden;
		            transition: .2s linear all;
		            width: 67px;
		          }
		            #PageContent .content .texto-full .apuestas-comentarios ul > li figure img.grow{
			            border: 0 none;
					    height: 70px;
					    margin: 0 !important;
					    padding: 0 !important;
					    transition: all 0.2s ease 0s;
					    width: 70px;
		              -webkit-transition: all .2s ease;
		              -moz-transition: all .2s ease;
		              -o-transition: all .2s ease;
		              -ms-transition: all .2s ease;
		              transition: all .2s ease;
		            }            
		            #PageContent .content .texto-full .apuestas-comentarios ul > li:hover figure img.grow {
		              width: 120%;
		              height: 120%;
		            }
		            
		        /* HOVERS LI COMMENTS */
		        #PageContent .content .texto-full .apuestas-comentarios ul > li:hover figure{
		          box-shadow: 0 0 2px #DF0202;
		        }


		        
				/* INGRESO DE APUESTAS Y COMENTARIOS EN APUESTAS ____*/
				#form-apostar, #form-comentario {
					display: none;
				}
				
			    #PageContent .content .texto-full section.apuesta-comentario{
				  float: left;				  
				}
				  #PageContent .content .texto-full section.apuesta-comentario hgroup{
				    background: #fcfcfc;
				    border-bottom: 1px dotted #d0d0d0;
				    border-top: 1px dotted #d0d0d0;
				    float: left;
				  	padding: 10px 0 10px 35px;
				  	width: 916px;
				  }
				    #PageContent .content .texto-full section.apuesta-comentario hgroup.create{
				      background: #fcfcfc url(images/ico-apostar.png) no-repeat left center;
				    }
				    #PageContent .content .texto-full section.apuesta-comentario hgroup h3{
				        color: #DF0202;
					    font-family: 'Roboto', sans-serif;
					    font-size: 22px;
					    font-weight: 400;
					    margin: 5px 15px;
				    }
				  #PageContent .content .texto-full section.apuesta-comentario .comment-entry{
					  background: #f6f6f6;
					  border: 1px solid #dadada; border-top: none;
					  float: left;
					  min-height: 90px;
					  margin: 0 0 10px;
					  padding: 10px 15px 0;
					  width: 915px;
				  }
				   #PageContent .content .texto-full section.apuesta-comentario .comments-alert{
					    background: #fdf9e4;
					    border: 1px solid #fbeed5;
					    border-radius: 5px;
					    color: #c79853;
					    float: left;
					    font-family: 'Roboto', sans-serif;
					    font-size: 12px;
					    font-weight: 600;
					    margin: 0 0 10px;
					    padding: 10px 15px;
					    width: 915px;
					    text-align: center;
				    }

				   #PageContent .content .texto-full .alert{
					    background: #DFF0D9;
					    border: 1px solid #D6E8D2;
					    border-radius: 5px;
					    color: #5b5b5b;
					    float: left;
					    font-family: 'Roboto', sans-serif;
					    font-size: 16px;
					    font-weight: 600;
					    margin: 0 0 10px;
					    padding: 20px;
					    width: 908px;
					    text-align: center;
				    }				    
				    
				    #PageContent .content .texto-full section.apuesta-comentario .comment-entry figure.user-logged{
					    border-radius: 50%;
					    float: left;
					    height: 67px;
					    margin: 12px 15px 15px 0;
					    width: 67px;
					  }
					    #PageContent .content .texto-full section.apuesta-comentario .comment-entry figure.user-logged img{
						    border-radius: 50%;
					    }
					  #PageContent .content .texto-full section.apuesta-comentario .comment-entry form{
						  float: left;
						  width: 830px;
					  }
					  
					  #PageContent .content .texto-full section.apuesta-comentario .comment-entry form fieldset{
						  float: left;
						  width: 415px;
					  }
					   #PageContent .content .texto-full section.apuesta-comentario .comment-entry form fieldset input{
					  	 width: 90%; 
					   }
					   #PageContent .content .texto-full section.apuesta-comentario .comment-entry form fieldset textarea{
					   	width: 96%;
					   	height: 40px
					   }
					   #PageContent .content .texto-full section.apuesta-comentario .comment-entry form fieldset input.goles{
					   	width: 25%;
					   	text-align: center;
					   }

						          
  			
  /* CONTENT ARTICLE LIST */
  #PageContent .content-articlelist{
    float: left;
    margin: 0 35px 0 0;
    width: 595px;
  }
    /* FEATURED ARTICLE PAGE */    
    #PageContent .content-articlelist .featured-article{
      border-bottom: 1px solid #b0b0b0;
      float: left;
      margin: 0 0 15px;
      padding: 0 0 20px;
      width: 595px;
    }
      #PageContent .content-articlelist .featured-article figure.foto-fearticle{
        border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
        float: left;
        height: auto;
        margin: 0 0 15px;
        overflow: hidden;
        transition: .2s linear all;
        width: 595px;
      }
      #PageContent .content-articlelist .featured-article figure.foto-fegallery{
        border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
        float: left;
        height: auto;
        margin: 0 0 15px;
        overflow: hidden;
        width: 595px;
      }
      #PageContent .content-articlelist .featured-article h1{
        float: left;
        font-family: 'Exo 2',sans-serif;
        font-size: 26px;
        line-height: 26px;
        text-transform: none;
        margin-bottom: 10px;
        width: 595px;
      }
      #PageContent .content-articlelist .featured-article p.date{
        color: #a7acb2;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-size: 12px;
        float: left;
        margin: 0 0 5px;
        width: 595px;
      }      
      #PageContent .content-articlelist .featured-article p.extract{
        color: #494949;
        float: left;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-size: 14px;
        font-weight: 400;
        margin: 0 0 0;
        width: 595px;
      }
        #PageContent .content-articlelist .featured-article .extracto-fearticle a{ color: #404040; }
        #PageContent .content-articlelist .featured-article .extracto-fearticle a:hover{ color: #006691; }
      
      /* HOVER */
      #PageContent .content-articlelist .featured-article a h1{ color: #E7181C; }
      #PageContent .content-articlelist .featured-article:hover a h1{ color: #a10004; }
      #PageContent .content-articlelist .featured-article:hover a figure.foto-fegallery img,
      #PageContent .content-articlelist .featured-article:hover a figure.foto-fearticle img{
        box-shadow: 0 0 2px #ffbb00;
        opacity: .8;
        transition: .2s linear all;
      }
      #PageContent .content-articlelist .featured-article:hover .extracto-fearticle a{
        color: #494949;
      }
      

    /* MORE ARTICLE PAGE */    
    #PageContent .content-articlelist .more-articles{
      background: none repeat scroll 0 0 #FFFFFF;
      border-radius: 4px;
      box-shadow: 0 0 3px #E7E7E7;
      float: left;
      margin: 0 15px 25px 0;
      padding: 0 0 17px;
      transition: all .2s linear;
      width: 290px; min-height: 330px !important;
    }
      #PageContent .content-articlelist .more-articles:nth-child(2n){
        margin-right: 0;
      }      
      #PageContent .content-articlelist .more-articles .foto-morearticle{
        float: left;
        height: auto;
        margin: 0 0 15px;
        width: 290px;
      }
      	 #PageContent .content-articlelist .more-articles .foto-morearticle img{
        	opacity: 1;
            transition: all .2s linear;
            background: url(images/loading.gif) no-repeat center center; 
      	 }
      #PageContent .content-articlelist .more-articles h2{
        color: #006EA9;
        float: left;
        font-size: 18px;
        line-height: 18px;
        margin: 0 15px 10px;
        width: 260px;
      }        
      #PageContent .content-articlelist .more-articles p.date{
        color: #a7acb2;
        font-family: 'Exo 2',sans-serif;
        font-size: 12px;
        float: left;
        margin: 0 15px 5px;
        width: 260px;
      }
      
      #PageContent .content-articlelist .more-articles p{
        float: left;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-size: 12px;
        max-height: 65px;
        margin: 0 15px 5px;
        overflow: hidden;
        text-align: justify;
        width: 260px;
      }
        #PageContent .content-articlelist .more-articles .extracto-morearticle a{ color: #404040; }
        #PageContent .content-articlelist .more-articles .extracto-morearticle a:hover{ color: #006691; }

      /* HOVER */
      #PageContent .content-articlelist .more-articles:hover{
        box-shadow: 0 0 3px #a8a8a8;
      }
      #PageContent .content-articlelist .more-articles a h2{ color: #5d5d5d; }
      #PageContent .content-articlelist .more-articles:hover a h2{ color: #a10004; }
      #PageContent .content-articlelist .more-articles:hover .foto-morearticle img{
        opacity: .8;
        transition: all .2s linear;
      }
      #PageContent .content-articlelist .more-articles:hover .extracto-morearticle a{
        color: #494949;
      }

    /* MORE GALERY PAGE */    
    #PageContent .content-articlelist .more-fotografias{
      background: none repeat scroll 0 0 #FFFFFF;
      border-radius: 4px;
      box-shadow: 0 0 3px #E7E7E7;
      float: left;
      margin: 0 15px 25px 0;
      padding: 2px;
      transition: all .2s linear;
      width: 286px;
      height: 175px;
      background: url(images/loading.gif) no-repeat center center; 
    }
      #PageContent .content-articlelist .more-fotografias:nth-child(2n){
        margin-right: 0;
      }       
      #PageContent .content-articlelist .more-fotografias .foto-galeria{
        float: left;
        height: 175px;
        margin: 0 0 15px;
        overflow: hidden;
        width: 286px;
      }
      	 #PageContent .content-articlelist .more-fotografias .foto-galeria img{
           border-radius: 4px;
           height: 175px;
           opacity: 1;
           width: 286px;
      	 }
      	   #PageContent .content-articlelist .more-fotografias .foto-galeria:hover img{
        	   border-radius: 4px;
        	   opacity: .8;
      	   }
    
    #PageContent .content-articlelist #pagination{
      float: left;
      width: 595px;
    }

/* WEB ARTICLES COMENTARIES ____*/
section.comentaries{
  float: left;
}
  section.comentaries hgroup{
    border-bottom: 1px dotted #d0d0d0;
    /*border-top: 1px dotted #d0d0d0;*/
    float: left;
  	padding: 10px 0 10px 35px;
  	margin-top: 15px;
  	width: 560px;
  }
    section.comentaries hgroup.create{
      background: url(images/ico-heading-create-comment.png) no-repeat left center;
    }
    section.comentaries hgroup.comments{
      background: url(images/ico-comment.png) no-repeat left center;
    }
    section.comentaries hgroup h3{
      color: #767676;
	    font-family: 'Roboto', sans-serif;
	    font-size: 22px;
	    font-weight: 400;
	    margin: 5px 0 5px;
    }
  section.comentaries .comment-entry{
	  background: #f6f6f6;
	  border: 1px solid #dadada; border-top: none;
	  float: left;
	  min-height: 90px;
	  margin: 0 0 10px;
	  padding: 10px 15px 0;
	  width: 563px;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;	  
  }
    section.comentaries .comments-alert{
	    background: #fdf9e4;
	    border: 1px solid #fbeed5;
	    border-radius: 5px;
	    color: #c79853;
	    float: left;
	    font-family: 'Roboto', sans-serif;
	    font-size: 13px;
	    font-weight: 300;
	    margin: 0 0 10px;
	    padding: 10px 15px;
	    width: 563px;
	    line-height: 25px;
    }
    
    
    section.comentaries .comment-entry figure.user-logged{
	    border-radius: 50%;
	    float: left;
	    height: 67px;
	    margin: 12px 15px 15px 0;
	    width: 67px;
	  }
	    section.comentaries .comment-entry figure.user-logged img{
		    border-radius: 50%;
	    }
	  section.comentaries .comment-entry form{
		  float: left;
		  width: 480px;
	  }
	section.comentaries ul.comment-entries{
		float: left;
		margin: 0;
		padding: 0;
		width: 595px;
	}
	  section.comentaries ul.comment-entries li{
		  border-bottom: 1px solid #dadada;
		  float: left;
		  margin: 0; margin-bottom: 2px;
		  padding: 20px;
		  list-style: none;
		  transition: .2s all linear;
		  min-height: 130px;
		  font-size: 14px !important; 
	  }
	   section.comentaries ul.comment-entries li p{
	   	font-size: 14px !important;	   
	   }
	   section.comentaries ul.comment-entries li p.textoConcurso{
		   width: 325px;	
	   }
	   section.comentaries ul.comment-entries li:last-child{
	   	margin-bottom: 20px;
	   }
	   section.comentaries ul.comment-entries li.color1{
	   background-color: #F6F7F9;
	   }
	   section.comentaries ul.comment-entries li.color2{
	   background-color: #FAFAFA;
	   }
	   
	  section.comentaries ul.comment-entries li .fotoComentario{
	    height: 150px;
	    margin: -10px 0 0 413px;
	    padding: 0;
	    position: absolute;
	    width: 150px;
	    transition: .2s all linear;
	    border-radius: 5%;
	  }
	  	section.comentaries ul.comment-entries li .fotoComentario img{
	  		 width: 150px;  height: 150px;
	  		 transition: .2s all linear;
	  		 border-radius: 2%;
	  	}
	  	
	  	section.comentaries ul.comment-entries li .fotoComentario:hover{
	  		opacity: .6;
	  	}
	  
      section.comentaries ul.comment-entries li figure.user-photo{
        border-radius: 50%;
        border: 1px dashed transparent;
        float: left;
        height: 67px;
        margin: 0 10px 0 0;
        padding: 2px;
        transition: .2s all linear;
        width: 67px;
      }
        section.comentaries ul.comment-entries li figure.user-photo img{
          border-radius: 50%;
        }
      section.comentaries ul.comment-entries li .user-data{
        border-bottom: 1px solid #dadada;
        float: left;
        margin: 0 0 10px;
        padding: 0 0 5px;
        width: 470px;
      }
        section.comentaries ul.comment-entries li .user-data .user-name{
          color: #000000;
          float: left;
          font-size: 16px;
          font-weight: 400;
          margin-right: 10px;
        }
        section.comentaries ul.comment-entries li .user-data .user-date{
          float: left;
          font-size: 11px;
          margin: 0 10px 0 0;
        }
        section.comentaries ul.comment-entries li .user-data .user-likes{
          float: left;
          font-size: 11px;
          margin-right: 10px;
        }
      section.comentaries ul.comment-entries li .user-comment{
        float: left;
        font-size: 12px;
        font-weight: 300;
        width: 470px;
      }
      section.comentaries ul.comment-entries li .likes{
		background: #fff;
		width: 295px;
		height: 16px;
		display: block;
		float: left;
		padding: 12px;    
		font-family: "Helvetica", Verdana, sans-serif; font-weight: 400;
		font-size: 14px; color: #90949C; border-radius: 4px;
		margin-top: 3%;
      }
      section.comentaries ul.comment-entries li .likes a{
	      display: block;
		  width: 100px;
		  float: left;
		  margin-right: 45px;	
		  color: #90949C;      
      }
       section.comentaries ul.comment-entries li .likes a:hover{
	       color: #e60000;
       }
       
       section.comentaries ul.comment-entries li .likes a.activo{
	       color: #e60000;
       }
      section.comentaries ul.comment-entries li .likes img{
	      float: left;
	      margin-right: 5px; 
	      margin-top: -2px;
	  }
      section.comentaries ul.comment-entries li:hover{
        background: #FAFAFA;
        transition: .2s all linear;
      }
      section.comentaries ul.comment-entries li:hover figure.user-photo{
        border: 1px dashed #6e6e6e;
        -moz-border-end-color: #b0b0b0; -moz-border-bottom-colors: #b0b0b0; -moz-border-left-colors: #b0b0b0; -moz-border-top-colors: #b0b0b0;
        transition: .2s all linear;
      }


/* FOOTER ______*/
Footer{
  background: #fff url(images/bg-footer-2022.png?2) repeat-x center bottom; /*#ecf0f1*/
  border-top: 1px solid #FFFFFF;
  float: left;
  padding: 0 0 30px;
  width: 100%;
}
  .foot{
    /*background: url(images/bg-foot.png) no-repeat left top;*/
    height: 179px;
  }
    Footer .foot .logos{
      float: left;
      margin-right: 25px;
      width: 220px;
    }
      Footer .foot .logos .conectados{
        float: left;
        margin: 30px 0 15px 20px;
      }
      Footer .foot .logos .otros-logos{
        float: left;
        text-align: center;
        padding-left: 50px;
        width: 250px;
      }
        Footer .foot .logos .otros-logos img{
          float: left;
          margin: 0 7px;
        }
    Footer .foot nav{
      font-family: 'Exo 2', sans-serif;
      margin: 20px 30px 0 0;
      float: left;
      text-shadow: 1px 1px 0 #FFFFFF;
    }
      Footer .foot nav.navfoot-1{
        width: 170px;
      }
        Footer .foot nav.navfoot-1 h1{
          background: url(images/ico-h1-nuestranet.png) no-repeat left center;
          color: #018639;
          font-family: 'Exo 2', sans-serif;
          font-size: 18px;
          padding: 0 0 0 25px;
        }
      Footer .foot nav.navfoot-2{
      }
        Footer .foot nav.navfoot-2 h1{
          background: url(images/ico-h1-noticias.png) no-repeat left center;
          color: #e09900;
          font-family: 'Exo 2', sans-serif;
          font-size: 18px;
          padding: 0 0 0 25px;
        }
      Footer .foot nav.navfoot-3{
      }
        Footer .foot nav.navfoot-3 h1{
          background: url(images/ico-h1-utilidades.png) no-repeat left center;
          color: #d81500;
          font-family: 'Exo 2', sans-serif;
          font-size: 18px;
          padding: 0 0 0 25px;
        }
      Footer .foot nav.navfoot-4{
        margin-right: 0;
      }
        Footer .foot nav.navfoot-4 h1{
          background: url(images/ico-h1-multimedia.png) no-repeat left center;
          color: #0061a1;
          font-family: 'Exo 2', sans-serif;
          font-size: 18px;
          padding: 0 0 0 25px;
        }
    
    Footer .foot nav ul > li{
      margin: 3px 0;
    }
      Footer .foot nav ul > li > a{
        color: #797979;
      }
      Footer .foot nav ul > li > a:hover{
        color: #005088;
      }

.video-nuevo{
	background: url("images/bg-video-nuevo.png?20181024") no-repeat !important;
	z-index: 99999;
}
      
/* Subir */
a#to_top {
	background:url("images/ico-subir-off.png") no-repeat;
	width: 64px; height: 64px; 
	bottom:35px;position:fixed;right:35px;
}
a#to_top:hover {
      opacity: .5;
      transition: .2s linear all;
}      

#loading{
	display: none;
}

/* Social Icons */
.rt-buttons {right: 0; position: fixed;top: 230px;z-index: 999999;}
.rt-buttons .rt-icon {
	height: 108px;
	width: 89px;
	float: right;
	display: block;
	background: url(images/rt-button-fof.png) no-repeat; 
	background-position: 0;
	margin-bottom: 2px;
	-webkit-transition: width 0.2s ease-in, background-color 0.2s ease-in;
	-moz-transition: width 0.2s ease-in, background-color 0.2s ease-in;
	-o-transition: width 0.2s ease-in, background-color 0.2s ease-in;
	-ms-transition: width 0.2s ease-in, background-color 0.2s ease-in;
	transition: width 0.2s ease-in, background-color 0.2s ease-in;
}

.rt-buttons .rt-icon:hover {background-position: -90px; width: 204px }

/*
Plugin CMS Redactor */
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
.text-left {
    text-align: left !important;
}
.text-justify {
    text-align: justify !important;
} 

.teletrabajo{
	color: green;
    font-size: 12px;	
}
