@charset "utf-8";
#cabecera {
	width: 700px;
	background-color: #323A45;
	height: 80px;
}
#cabecera #derecha {
	width: 300px;
	float: left;
	text-align: center;
	height: 50px;
	margin-top: 10px;
}
#cabecera #izquierda {
	float: right;
	width: 300px;
	text-align: center;
	height: 80px;
}
#cabecera #izquierda #docamar {
	height: 36px;
	width: 208px;
	margin: auto;
}
#cabecera #linea {
	float: left;
	width: 50px;
	height: 50px;
	background-image: url(../imagenes/linea.gif);
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: center center;
	margin-top: 10px;
}
