/* TOP */

#top ul{
    padding-top: 1px;
}

#top ul li{
    display: inline;
    line-height: 30px;
    margin: 0px 5px;
    color: white;
}

.social ul li a i{
    font-size: 18px;
    margin: 0 1px;
}

.datos ul{
    text-align: right;
	font-size: 13px;
	
}

/* HEADER */

header #logotipo img{
    padding: 10px 50px;
    padding-left: 0px;

}

 /* GLOBAL */

 *{
        
        padding: 0px;
        list-style: none;
        text-decoration: none;
        
 }

 ul, ol{
    padding: -5px;

 
 }

 a:visited, a:link, a:focus, a:hover, a:active{
        list-style: none;
        text-decoration: none;

 }

 .barraSuperior{
     background: #022242;
 }

 .barraSuperior a{
        color: white;
 }

 
 .barraInferior{
	background: #022242;
}

.barraSuperior a{
	   color: white;
}


 /* REDES SOCIALES */
 
 
.redSocial{
	width:30px;
	height:10px;
	text-align: left;
	line-height:30px;
}

/*FACEBOOK*/

.facebookBlanco{
	color:white;
}

.facebookNegro{
	color:black;
}

.facebookColor{
	color:white;
	background:#46639f;
}

/*YOUTUBE*/

.youtubeColor{
	color:white;
	background:#d6513e;
}

.youtubeBlanco{
	color:white;
}

.youtubeNegro{
	color:black;
}

/*TWITTER*/

.twitterColor{
	color:white;
	background:#0ab2e6;
}

.twitterBlanco{
	color:white;
}

.twitterNegro{
	color:black;
}

/*GOOGLE PLUS*/

.googleColor{
	color:white;
	background:#d71617;
}

.googleBlanco{
	color:white;
}

.googleNegro{
	color:black;
}

/*INSTAGRAM*/

.instagramColor{
	color:white;
	background:linear-gradient(45deg, #fca925, #ee1d5f,  #6350a2);

}

.instagramBlanco{
	color:white;
}

.instagramNegro{
	color:black;
}

