
#logo{
	display: block;
  	/*float: right;*/
  	margin-left: 0px;
    border:none;
  
}




#cabecera{
	padding-top: 20px;
background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); 
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
background: -o-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); 
background: -ms-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); 
background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); 
}



/*
#cabecera{
	background: #1e5799;
background: -moz-linear-gradient(top,  #1e5799 0%, #9bb3c6 56%, #ffffff 99%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(56%,#9bb3c6), color-stop(99%,#ffffff));
background: -webkit-linear-gradient(top,  #1e5799 0%,#9bb3c6 56%,#ffffff 99%); 
background: -o-linear-gradient(top,  #1e5799 0%,#9bb3c6 56%,#ffffff 99%); 
background: -ms-linear-gradient(top,  #1e5799 0%,#9bb3c6 56%,#ffffff 99%); 
background: linear-gradient(to bottom,  #1e5799 0%,#9bb3c6 56%,#ffffff 99%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#ffffff',GradientType=0 );

}

*/

