#cabecera{
	position: relative;
	background-image: url(../Img/Cabecera.jpg);
	background-repeat: no-repeat;
	height: 105px;
	width: 790px;
	margin-bottom: 15px;

}

#cabecera #formAcceso {
	position:absolute;
	top: 0;
	right: 30px;
	width: 170px;
	padding-top: 30px;
	}


	#cabecera #formAcceso  DIV.campo {
		padding: 0;
		text-align:right;
		margin-bottom:1px;
		}

	#cabecera #formAcceso .txformulario {
		padding-top: 2px;
	    margin-right: 10px;
		}

	#cabecera #formAcceso A.botonenviar  {
		position: absolute;
		right: -30px;
		color: #000;
		text-decoration: none;
		text-align:right;
		}   

	#cabecera #formAcceso A.botonenviar:hover {
		color: #CCCCCC;
		}

	#cabecera #formAcceso .cajaform {
		height: 16px;
		width: 94px;
		background-color: #FFFFFF;
    	font-size: 80%;
		font-style: normal;
		font-weight: normal;
		color: #000000;
		text-decoration: none;
		border: 1px solid #ADC4C9;
    	}
