/*	CABECERA GENERAL	*/

#cabecera {
	background:url(images/bkg_header_general.jpg) top no-repeat;
	height:84px;
	overflow:hidden;
	margin-bottom:3px;
	}
	.titulo-blog{
		text-indent:-5000px;
		float:left;
		}
		.titulo-blog a{
			display:block;
			width:476px;
			height:84px;
			}
	#cabecera .login {
		width:260px;
		float:right;
		padding-top:6px;
		}
		#cabecera .login p{
			margin:0;
			padding:0 0 3px 0;
			width:260px;
			overflow:hidden;
			background:url(images/bkg_input_header.gif) right no-repeat;
			}
		#cabecera .login label{
			width:75px;
			height:26px;
			float:left;
			display: block;
			text-indent:-5000px;
			}
		#cabecera .login .lab-usuario{
			background:url(images/label-usuario.gif) right no-repeat;
			}
		#cabecera .login .lab-contrasena{
			background:url(images/label-contrasena.gif) right no-repeat;
			}
			#cabecera .login p input{
				border:0;
				margin:4px 0 0 4px;
				width:150px;
				}
		#cabecera .login .botones {
			text-align:right;
			padding-right:24px;
			}
